google-apis-gkehub_v1alpha2 0.30.0 → 0.31.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a447226d38c9b08aab4c27ca46562582e2dfe179113b8bbd211be6de90f5864
4
- data.tar.gz: b9a6d8b36dcc99e61cea599271fcee5c60b5147b882d57ce5a548873e890ed73
3
+ metadata.gz: 88125d42edf8d8fe7fed1ce3c1485b6df37e05308605357d29309c7627103a75
4
+ data.tar.gz: 2b3f35fedc8be4ac927cc202838c51dba5a081b937f31fc4423951c6577a86cf
5
5
  SHA512:
6
- metadata.gz: 0263226e5ed6abbef9ceb957ecca058d58ed03431e35f6b982da4a8bfa451476e103eed9364db1246e6d2e92e82cf604a86b4c4cf9ad97b9598fc0281b974e3a
7
- data.tar.gz: f62eb21eb76f17802792b49f4172461bef249d50ab728ae206cf82260e6b0ffca9fb2ffe7fef9eaf6c490c3ab29a118cf9ad2ed44b8e870ed350b522b2a4c172
6
+ metadata.gz: 7db2e3039e7df079e286306906256b76385edf2f0228854f935573f2e49e6779b5ec7fd1ae41490187aeeae2674639f7c31c3a744b0334daff86e6c6505317ad
7
+ data.tar.gz: 2474f27f3f53224d4839bb006bf63c0ebaa3b4a0012c6216816dd682c7d8fecf09e49fc5871e430b27484d425d63e1b6f2535666f811f755b5fea645d749d97b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha2
2
2
 
3
+ ### v0.31.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230219
6
+
3
7
  ### v0.30.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha2
18
18
  # Version of the google-apis-gkehub_v1alpha2 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230129"
25
+ REVISION = "20230219"
26
26
  end
27
27
  end
28
28
  end
@@ -212,6 +212,10 @@ module Google
212
212
  # @param [String] name
213
213
  # Required. The Membership resource name in the format `projects/*/locations/*/
214
214
  # memberships/*`.
215
+ # @param [Boolean] force
216
+ # Optional. If set to true, any subresource from this Membership will also be
217
+ # deleted. Otherwise, the request will only work if the Membership has no
218
+ # subresource.
215
219
  # @param [String] fields
216
220
  # Selector specifying which fields to include in a partial response.
217
221
  # @param [String] quota_user
@@ -229,11 +233,12 @@ module Google
229
233
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
230
234
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
231
235
  # @raise [Google::Apis::AuthorizationError] Authorization is required
232
- def delete_project_location_membership(name, fields: nil, quota_user: nil, options: nil, &block)
236
+ def delete_project_location_membership(name, force: nil, fields: nil, quota_user: nil, options: nil, &block)
233
237
  command = make_simple_command(:delete, 'v1alpha2/{+name}', options)
234
238
  command.response_representation = Google::Apis::GkehubV1alpha2::Operation::Representation
235
239
  command.response_class = Google::Apis::GkehubV1alpha2::Operation
236
240
  command.params['name'] = name unless name.nil?
241
+ command.query['force'] = force unless force.nil?
237
242
  command.query['fields'] = fields unless fields.nil?
238
243
  command.query['quotaUser'] = quota_user unless quota_user.nil?
239
244
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha2
63
63
  post_install_message:
64
64
  rdoc_options: []