google-apis-privateca_v1 0.20.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: 95fc1cc6c5c4c2961e53d77f087ecc3ba12baa1982309c70dc687d9d3cc2c2c7
4
- data.tar.gz: 70b5ce3b2c0fd5eca60588ab5aa4f3021c519a76f86458eac8a1e807ce5fc185
3
+ metadata.gz: 8ef5415250f89be4908597ca9e222d5343c0b6b44810c80df2408b276a28b79d
4
+ data.tar.gz: a4e24bf62d590929b394ca2058380330e63832219e75eb3a60e255e64bf1bcad
5
5
  SHA512:
6
- metadata.gz: cba2336b17c834deb69af050fb7f43f13e705b86bb78650d1c80359f7bddee037808da82b0b97e439735de8dcb9abd51efabc6ba02c19796c44bc74ad23162f9
7
- data.tar.gz: ea0e134b5b2649d7e8829aecc8c9c0ae9b9360882b9885cc8eb31560fb3fbe7bb977c451353cdd23d86ae9d252ccb34240456d37c912b59f96e0fc7073e9f518
6
+ metadata.gz: 7083aaacc8df905291d562a0b9e9c2e72f92ab83601ebdd1ef631a91c93336a144ecf01f842215430e785b5cd4b6aa395ca93c7648bc173abbed978d4f6152ee
7
+ data.tar.gz: 1d48d60a37f58cfbd036de99c952135b412cb5e0446696107c5a34d2185d09849a4e28cf8e9c56bc12d3d6733e1c6adc29de611dbbc03c13da64d40ea58f4804
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
8
+ ### v0.22.0 (2022-07-02)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.21.0 (2022-06-21)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.20.0 (2022-06-02)
4
17
 
5
18
  * Unspecified changes
@@ -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.20.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.4.1"
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.20.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-06-13 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
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.5'
29
+ version: '0.7'
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-privateca_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.20.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: []