google-apis-privateca_v1beta1 0.21.0 → 0.22.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: 7feab9b8d12c155f9655a064e109a8c1b135c2253069e575a299ac8997f2a693
4
- data.tar.gz: 7aa02ab8cc8f4f0b425b3e1d7d9dd7e1a69b57938e54ca01e56cd2960ad30f31
3
+ metadata.gz: 5694448d7005448325c18dd464458673dcf45c7d87208a0b9f5b3569b801a750
4
+ data.tar.gz: 15c23ad7373c131528487be1d4e8f3b50ac0b63ac2481ae9dbbd43125bc97114
5
5
  SHA512:
6
- metadata.gz: 2da27b50f5cb697c9072faea8a951e8fc8ae69a2e3c6cab9528bb7c8b4415ba5fb73c313c7c47865ef7ba42fe0f28c7bdc939351a950ea4aa2234a96b2bf1ad9
7
- data.tar.gz: 843af7b4871b7c4663f5445ca8d977d2d786b0989dcfdd189f5e3e4f8e2f6f301b99090f44e147e95acf9aedb411f10861541df66b0dd52960f8e321fcfe6064
6
+ metadata.gz: 5836619be29d5e4248513ab740b13133572a4b0912257ef1c594e65d8124473612410dfbc424f9b9a60a9178d18b6679ac5342bb6ce3309fae7ed2491bac27c2
7
+ data.tar.gz: ccb8a07040cd244ecd15eb07182e0eb6a27f49e78d14e8e94654e9ff61246f6e6ed4266112da95a93dcef1a8f9b9b4e9be6712e5c66c34f6ff4e4e098e57e843
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.22.0 (2022-08-13)
4
+
5
+ * Regenerated from discovery document revision 20220804
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.21.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -280,25 +280,28 @@ module Google
280
280
  # anyone who is authenticated with a Google account or a service account. * `
281
281
  # user:`emailid``: An email address that represents a specific Google account.
282
282
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
283
- # address that represents a service account. For example, `my-other-app@appspot.
284
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
285
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
286
- # `uniqueid``: An email address (plus unique identifier) representing a user
287
- # that has been recently deleted. For example, `alice@example.com?uid=
288
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
289
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
290
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
291
- # identifier) representing a service account that has been recently deleted. For
292
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
293
- # If the service account is undeleted, this value reverts to `serviceAccount:`
294
- # emailid`` and the undeleted service account retains the role in the binding. *
295
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
296
- # identifier) representing a Google group that has been recently deleted. For
297
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
298
- # recovered, this value reverts to `group:`emailid`` and the recovered group
299
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
300
- # primary) that represents all the users of that domain. For example, `google.
301
- # com` or `example.com`.
283
+ # address that represents a Google service account. For example, `my-other-app@
284
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
285
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
286
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
287
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
288
+ # . * `group:`emailid``: An email address that represents a Google group. For
289
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
290
+ # email address (plus unique identifier) representing a user that has been
291
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
292
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
293
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
294
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
295
+ # representing a service account that has been recently deleted. For example, `
296
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
297
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
298
+ # and the undeleted service account retains the role in the binding. * `deleted:
299
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
300
+ # representing a Google group that has been recently deleted. For example, `
301
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
302
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
303
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
304
+ # all the users of that domain. For example, `google.com` or `example.com`.
302
305
  # Corresponds to the JSON property `members`
303
306
  # @return [Array<String>]
304
307
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1beta1
18
18
  # Version of the google-apis-privateca_v1beta1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220504"
25
+ REVISION = "20220804"
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-privateca_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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-04 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-privateca_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []