google-apis-gkehub_v1alpha2 0.30.0 → 0.32.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: b83f602271d2e1ca2be4c28fdf021e9f37a76392037aecfa6efdf515ede22263
4
+ data.tar.gz: '07819757ed397e1db26242c46ad4aeac5eb14c2e9a8a2b9075945a96ba5475bd'
5
5
  SHA512:
6
- metadata.gz: 0263226e5ed6abbef9ceb957ecca058d58ed03431e35f6b982da4a8bfa451476e103eed9364db1246e6d2e92e82cf604a86b4c4cf9ad97b9598fc0281b974e3a
7
- data.tar.gz: f62eb21eb76f17802792b49f4172461bef249d50ab728ae206cf82260e6b0ffca9fb2ffe7fef9eaf6c490c3ab29a118cf9ad2ed44b8e870ed350b522b2a4c172
6
+ metadata.gz: b35260c463ab381dfd29936b4d96e3489057ae1ca3cf0098408a4d65a3c03cd9d4a858ee94ebe865ceeaf35e276528f47038bd2e283de8f6e091ea9393107779
7
+ data.tar.gz: 1c48db587e59cad681ca02d1d56e0dc22832ef52e8549a81227d5ffea6378a3e5cc958644a899ea96fba524173995514c16e47a0052c2b1c66db669be1fa733a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1alpha2
2
2
 
3
+ ### v0.32.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230310
6
+
7
+ ### v0.31.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230219
10
+
3
11
  ### v0.30.0 (2023-02-15)
4
12
 
5
13
  * 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.32.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 = "20230310"
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)
@@ -647,13 +652,7 @@ module Google
647
652
  end
648
653
 
649
654
  # Lists operations that match the specified filter in the request. If the server
650
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
651
- # binding allows API services to override the binding to use different resource
652
- # name schemes, such as `users/*/operations`. To override the binding, API
653
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
654
- # service configuration. For backwards compatibility, the default name includes
655
- # the operations collection id, however overriding users must ensure the name
656
- # binding is the parent resource, without the operations collection id.
655
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
657
656
  # @param [String] name
658
657
  # The name of the operation's parent resource.
659
658
  # @param [String] filter
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.32.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-03-19 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.32.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: []