google-apis-gkehub_v1beta1 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: 8004cdca01bb5655c46d46fac24e575c73ea48a7de19febae401f602c4a06313
4
- data.tar.gz: 73f5ca3248c9fa32037c06a06cd39ecde487eb1effdc922b04f48c25b9865259
3
+ metadata.gz: 54f4be67bfbc9b8939ae67310b53f4adcaf77a79622d23c97d71218df767b4b6
4
+ data.tar.gz: c43400b4dc082dca868253974b63406ee8748f21824e951545d599043749b9f4
5
5
  SHA512:
6
- metadata.gz: 1dac5bcad2e5e473efa0e56e1e301507cf3e1f49c393904395d7f00d3a68d364e99423d838c8fb1cd93391ccf5a62cd1bfbc6bdbac8150866baf2160d5b8ba50
7
- data.tar.gz: 4bd1697ff04d175ef125193d6ec650a9a61a5c0cf839b4a7ef68f834d108423f764f077eb5d2f3a8120a76be7691e3c2c9cc74583ba4f4a6821a8f2856964a30
6
+ metadata.gz: 575667f4b2ad0376b06d6667bc4fc8c15b6e44c1f9735e386b0ab2637b4aa2ef5bcb1902a882d09c45e676406b2d5f3677501895711ab31063454015c7518560
7
+ data.tar.gz: 9931af30300dd0b815d307fce81bc8a01a9cd0a3c701471ab6f02dd26429d9e16706032bfc47dc11d0a0ed5498d58552fc6486786063490fc3184ef1e24a2605
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta1
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 GkehubV1beta1
18
18
  # Version of the google-apis-gkehub_v1beta1 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
@@ -185,6 +185,10 @@ module Google
185
185
  # @param [String] name
186
186
  # Required. The Membership resource name in the format `projects/*/locations/*/
187
187
  # memberships/*`.
188
+ # @param [Boolean] force
189
+ # Optional. If set to true, any subresource from this Membership will also be
190
+ # deleted. Otherwise, the request will only work if the Membership has no
191
+ # subresource.
188
192
  # @param [String] request_id
189
193
  # Optional. A request ID to identify requests. Specify a unique request ID so
190
194
  # that if you must retry your request, the server will know to ignore the
@@ -213,11 +217,12 @@ module Google
213
217
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
214
218
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
215
219
  # @raise [Google::Apis::AuthorizationError] Authorization is required
216
- def delete_project_location_membership(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
220
+ def delete_project_location_membership(name, force: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
217
221
  command = make_simple_command(:delete, 'v1beta1/{+name}', options)
218
222
  command.response_representation = Google::Apis::GkehubV1beta1::Operation::Representation
219
223
  command.response_class = Google::Apis::GkehubV1beta1::Operation
220
224
  command.params['name'] = name unless name.nil?
225
+ command.query['force'] = force unless force.nil?
221
226
  command.query['requestId'] = request_id unless request_id.nil?
222
227
  command.query['fields'] = fields unless fields.nil?
223
228
  command.query['quotaUser'] = quota_user unless quota_user.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1beta1
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []