google-apis-privateca_v1 0.22.0 → 0.23.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: e9561b0f4d094e0bb5de041730d73786d5ac4e039a2ead89a49e5d8a4c2a202e
4
- data.tar.gz: e404bfcb30b58d7c66c1b947c5728f4aa980271e93216839ce18a4cab62a7533
3
+ metadata.gz: 8ef5415250f89be4908597ca9e222d5343c0b6b44810c80df2408b276a28b79d
4
+ data.tar.gz: a4e24bf62d590929b394ca2058380330e63832219e75eb3a60e255e64bf1bcad
5
5
  SHA512:
6
- metadata.gz: 02e6efab2034ce5e0907f288797a71d703c88ef39e9f84faa7270546049762a57c82708128f2c0b5e563192662d12d2b0597726deec53909051febee54ecb547
7
- data.tar.gz: 9c58ea65b02175462ba44e427b33612dc9adff9073fdf907c72e0708d7c7185cbd523fa6278cfe787ef041c38a4f6a35e90a014af106e73fcf4dccbc01c9807f
6
+ metadata.gz: 7083aaacc8df905291d562a0b9e9c2e72f92ab83601ebdd1ef631a91c93336a144ecf01f842215430e785b5cd4b6aa395ca93c7648bc173abbed978d4f6152ee
7
+ data.tar.gz: 1d48d60a37f58cfbd036de99c952135b412cb5e0446696107c5a34d2185d09849a4e28cf8e9c56bc12d3d6733e1c6adc29de611dbbc03c13da64d40ea58f4804
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.23.0 (2022-08-13)
4
+
5
+ * Regenerated from discovery document revision 20220804
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.22.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -221,25 +221,28 @@ module Google
221
221
  # anyone who is authenticated with a Google account or a service account. * `
222
222
  # user:`emailid``: An email address that represents a specific Google account.
223
223
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
224
- # address that represents a service account. For example, `my-other-app@appspot.
225
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
226
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
227
- # `uniqueid``: An email address (plus unique identifier) representing a user
228
- # that has been recently deleted. For example, `alice@example.com?uid=
229
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
230
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
231
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
232
- # identifier) representing a service account that has been recently deleted. For
233
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
234
- # If the service account is undeleted, this value reverts to `serviceAccount:`
235
- # emailid`` and the undeleted service account retains the role in the binding. *
236
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
237
- # identifier) representing a Google group that has been recently deleted. For
238
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
239
- # recovered, this value reverts to `group:`emailid`` and the recovered group
240
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
241
- # primary) that represents all the users of that domain. For example, `google.
242
- # com` or `example.com`.
224
+ # address that represents a Google service account. For example, `my-other-app@
225
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
226
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
227
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
228
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
229
+ # . * `group:`emailid``: An email address that represents a Google group. For
230
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
231
+ # email address (plus unique identifier) representing a user that has been
232
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
233
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
234
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
235
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
236
+ # representing a service account that has been recently deleted. For example, `
237
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
238
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
239
+ # and the undeleted service account retains the role in the binding. * `deleted:
240
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
241
+ # representing a Google group that has been recently deleted. For example, `
242
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
243
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
244
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
245
+ # all the users of that domain. For example, `google.com` or `example.com`.
243
246
  # Corresponds to the JSON property `members`
244
247
  # @return [Array<String>]
245
248
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1
18
18
  # Version of the google-apis-privateca_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
63
63
  post_install_message:
64
64
  rdoc_options: []