google-apis-gkehub_v1 0.31.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: 5394a6841040268b98865425a195d208f225d79aca05ef171ecf140197affbed
4
- data.tar.gz: c2fb8b643598f327af376441de0baa1c89ad31584a86c9fdacad64ab52eaf0a1
3
+ metadata.gz: 14f12ef030307cf138eb461415f0758f9082fbe3c04e2fd150a448f484c394fd
4
+ data.tar.gz: 3ac919118a92a3610591e7c1aa4e41a4a1a0ef91e9fdfd40dc1888adb1e2d595
5
5
  SHA512:
6
- metadata.gz: 852cb7596741466686968e3e764e7ed5bff55b38c1e8069267c5750cd545a40163ab414adc300565264c75c6910723bc0dfe91cd1e84f3c503d5883a94245a99
7
- data.tar.gz: 4f1571d3deb270de18d4287c2aac3739a42d44311009c48dc62a66c2fcd08f04ec872ecd4f234df46fd6e5b0c284c10c289058ff2f65bd69a6da2712732ae4a6
6
+ metadata.gz: 1172352447f971bfc385baf5b9176191125403796fc897d6ef558959a2f061653c189a999ec3f42bd409cf2d8fc028444166510d476e779e40c9447ecaf9e651
7
+ data.tar.gz: 63a7c53f258dcbdf6c0594064a405a71d0220f1379fac33203aa3a28d7574bd672f1a3d606ccd50379c4bc52c76b20033c8349928a09728a92e198d634414fb6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.32.0 (2022-08-14)
4
+
5
+ * Regenerated from discovery document revision 20220805
6
+
3
7
  ### v0.31.0 (2022-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220715
@@ -353,25 +353,28 @@ module Google
353
353
  # anyone who is authenticated with a Google account or a service account. * `
354
354
  # user:`emailid``: An email address that represents a specific Google account.
355
355
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
356
- # address that represents a service account. For example, `my-other-app@appspot.
357
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
358
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
359
- # `uniqueid``: An email address (plus unique identifier) representing a user
360
- # that has been recently deleted. For example, `alice@example.com?uid=
361
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
362
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
363
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
364
- # identifier) representing a service account that has been recently deleted. For
365
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
366
- # If the service account is undeleted, this value reverts to `serviceAccount:`
367
- # emailid`` and the undeleted service account retains the role in the binding. *
368
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
369
- # identifier) representing a Google group that has been recently deleted. For
370
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
371
- # recovered, this value reverts to `group:`emailid`` and the recovered group
372
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
373
- # primary) that represents all the users of that domain. For example, `google.
374
- # com` or `example.com`.
356
+ # address that represents a Google service account. For example, `my-other-app@
357
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
358
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
359
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
360
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
361
+ # . * `group:`emailid``: An email address that represents a Google group. For
362
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
363
+ # email address (plus unique identifier) representing a user that has been
364
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
365
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
366
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
367
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
368
+ # representing a service account that has been recently deleted. For example, `
369
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
370
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
371
+ # and the undeleted service account retains the role in the binding. * `deleted:
372
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
373
+ # representing a Google group that has been recently deleted. For example, `
374
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
375
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
376
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
377
+ # all the users of that domain. For example, `google.com` or `example.com`.
375
378
  # Corresponds to the JSON property `members`
376
379
  # @return [Array<String>]
377
380
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.31.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.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220715"
25
+ REVISION = "20220805"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.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: 2022-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-15 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []