google-apis-gkehub_v1beta1 0.28.0 → 0.29.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: 74a5231fef80503ebf208031e92d118bc8b050989a546f08b6562f85046afdb1
4
- data.tar.gz: 20797f401bb1d19c94328bb3aab610254d558207a7216fbb07156383fdf8aa4f
3
+ metadata.gz: 895cad38389f2b7ba56a269019b8651b79f540b37c51f9e8744ea91bcca01d38
4
+ data.tar.gz: bafc906f8fb3d0edc3181b2c50cb38ccb946b331a67c1b192e956822e24f00a0
5
5
  SHA512:
6
- metadata.gz: 7602045667b5fbb6957fa3baf9c4483c87b73805a89b837bd0fff3aee1d7398aff06b745a8232bdba13421e8911399c7f5f4bb95eb11630391982e287f134e6b
7
- data.tar.gz: e496ebc5dd917e8ff0f02d2950d2b0a693821ec4cf4c7ee646fbade85649854ee74652edd4ab404e497820767ae7bdcfd7bf6e611bef4680b9da048bfb68e7e2
6
+ metadata.gz: 72e216b2db685aa8868918a965053cc8211b383d8f94a55f2cc4375d377489ead0e08b06071c184ca22f425c147eb82a29e3e7acfc4dcbd59b10fc609d8636a5
7
+ data.tar.gz: 82d5275b79b6508716add18a3e41dc5dfd87d688b7f5198fd735c62f4a851a50f33c15e380ed6f064f10fbf02706d4cac1ce3c9f1d45794a771005364f0ad74d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-gkehub_v1beta1
2
2
 
3
+ ### v0.29.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230129
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.28.0 (2022-10-20)
4
9
 
5
10
  * Regenerated using generator version 0.11.0
@@ -206,22 +206,22 @@ module Google
206
206
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
207
207
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
208
208
  # email address that represents a Google group. For example, `admins@example.com`
209
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
210
- # identifier) representing a user that has been recently deleted. For example, `
211
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
212
- # value reverts to `user:`emailid`` and the recovered user retains the role in
213
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
214
- # address (plus unique identifier) representing a service account that has been
215
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
209
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
210
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
211
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
212
+ # representing a user that has been recently deleted. For example, `alice@
213
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
214
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
215
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
216
+ # (plus unique identifier) representing a service account that has been recently
217
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
216
218
  # 123456789012345678901`. If the service account is undeleted, this value
217
219
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
218
220
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
219
221
  # An email address (plus unique identifier) representing a Google group that has
220
222
  # been recently deleted. For example, `admins@example.com?uid=
221
223
  # 123456789012345678901`. If the group is recovered, this value reverts to `
222
- # group:`emailid`` and the recovered group retains the role in the binding. * `
223
- # domain:`domain``: The G Suite domain (primary) that represents all the users
224
- # of that domain. For example, `google.com` or `example.com`.
224
+ # group:`emailid`` and the recovered group retains the role in the binding.
225
225
  # Corresponds to the JSON property `members`
226
226
  # @return [Array<String>]
227
227
  attr_accessor :members
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220828"
25
+ REVISION = "20230129"
26
26
  end
27
27
  end
28
28
  end
@@ -415,7 +415,8 @@ module Google
415
415
  # Lists Memberships in a given project and location.
416
416
  # @param [String] parent
417
417
  # Required. The parent (project and location) where the Memberships will be
418
- # listed. Specified in the format `projects/*/locations/*`.
418
+ # listed. Specified in the format `projects/*/locations/*`. `projects/*/
419
+ # locations/-` list memberships in all the regions.
419
420
  # @param [String] filter
420
421
  # Optional. Lists Memberships that match the filter expression, following the
421
422
  # syntax outlined in https://google.aip.dev/160. Examples: - Name is `bar` in
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.28.0
4
+ version: 0.29.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: 2022-10-21 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.29.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for GKE Hub API V1beta1