google-apis-gkehub_v1alpha2 0.28.0 → 0.30.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: b7a096113ddeca1ca6673382d3cf9ef50a12d25ca0e0f2ec6b4259989c5d4348
4
- data.tar.gz: 97a6df5570010f5ba8a09e7bb5e1d835fc4d61bea3ae5029f05d072e25bb9aeb
3
+ metadata.gz: 8a447226d38c9b08aab4c27ca46562582e2dfe179113b8bbd211be6de90f5864
4
+ data.tar.gz: b9a6d8b36dcc99e61cea599271fcee5c60b5147b882d57ce5a548873e890ed73
5
5
  SHA512:
6
- metadata.gz: b5d482ddae883369e89bda6f9d175fe437906f44094d6af958c66eee58dd0b81549c0e58ba16ff22e3929f77320f0c90ffdc52ed3e897afd7ffcc6e908eb7b8e
7
- data.tar.gz: c45c6897747c8e05af60779e7c1c379446e7040c0d051cbf950497b73866f969426459e8a0c79a423911575cceeb7ae1bbcf62c72e22bbe896461e241e1f57d3
6
+ metadata.gz: 0263226e5ed6abbef9ceb957ecca058d58ed03431e35f6b982da4a8bfa451476e103eed9364db1246e6d2e92e82cf604a86b4c4cf9ad97b9598fc0281b974e3a
7
+ data.tar.gz: f62eb21eb76f17802792b49f4172461bef249d50ab728ae206cf82260e6b0ffca9fb2ffe7fef9eaf6c490c3ab29a118cf9ad2ed44b8e870ed350b522b2a4c172
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gkehub_v1alpha2
2
2
 
3
+ ### v0.30.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.29.0 (2023-02-12)
8
+
9
+ * Regenerated from discovery document revision 20230129
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.28.0 (2022-10-27)
4
13
 
5
14
  * 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 GkehubV1alpha2
18
18
  # Version of the google-apis-gkehub_v1alpha2 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.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.12.0"
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
@@ -379,7 +379,8 @@ module Google
379
379
  # Lists Memberships in a given project and location.
380
380
  # @param [String] parent
381
381
  # Required. The parent (project and location) where the Memberships will be
382
- # listed. Specified in the format `projects/*/locations/*`.
382
+ # listed. Specified in the format `projects/*/locations/*`. `projects/*/
383
+ # locations/-` list memberships in all the regions.
383
384
  # @param [String] filter
384
385
  # Optional. Lists Memberships that match the filter expression, following the
385
386
  # 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_v1alpha2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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-31 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.30.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: []
@@ -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 V1alpha2