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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/gkehub_v1/classes.rb +22 -19
- data/lib/google/apis/gkehub_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14f12ef030307cf138eb461415f0758f9082fbe3c04e2fd150a448f484c394fd
|
4
|
+
data.tar.gz: 3ac919118a92a3610591e7c1aa4e41a4a1a0ef91e9fdfd40dc1888adb1e2d595
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1172352447f971bfc385baf5b9176191125403796fc897d6ef558959a2f061653c189a999ec3f42bd409cf2d8fc028444166510d476e779e40c9447ecaf9e651
|
7
|
+
data.tar.gz: 63a7c53f258dcbdf6c0594064a405a71d0220f1379fac33203aa3a28d7574bd672f1a3d606ccd50379c4bc52c76b20033c8349928a09728a92e198d634414fb6
|
data/CHANGELOG.md
CHANGED
@@ -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@
|
357
|
-
# gserviceaccount.com`. * `
|
358
|
-
#
|
359
|
-
#
|
360
|
-
#
|
361
|
-
#
|
362
|
-
#
|
363
|
-
#
|
364
|
-
#
|
365
|
-
#
|
366
|
-
#
|
367
|
-
# emailid
|
368
|
-
#
|
369
|
-
#
|
370
|
-
#
|
371
|
-
#
|
372
|
-
#
|
373
|
-
#
|
374
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|