google-apis-privateca_v1 0.23.0 → 0.25.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: 8ef5415250f89be4908597ca9e222d5343c0b6b44810c80df2408b276a28b79d
4
- data.tar.gz: a4e24bf62d590929b394ca2058380330e63832219e75eb3a60e255e64bf1bcad
3
+ metadata.gz: 06124c3f0b718d521896b259e35b1c7aad916d432ab0a0d418f2900a8c8db757
4
+ data.tar.gz: 6344d88ff01e48f931d5f9a6fba9b2283d2c66f64ade2b276f8d1028721f9993
5
5
  SHA512:
6
- metadata.gz: 7083aaacc8df905291d562a0b9e9c2e72f92ab83601ebdd1ef631a91c93336a144ecf01f842215430e785b5cd4b6aa395ca93c7648bc173abbed978d4f6152ee
7
- data.tar.gz: 1d48d60a37f58cfbd036de99c952135b412cb5e0446696107c5a34d2185d09849a4e28cf8e9c56bc12d3d6733e1c6adc29de611dbbc03c13da64d40ea58f4804
6
+ metadata.gz: 7da2ef67010662745b09232a85d72d357dd0f203b00e579027d31f30f9accc3a9ce3c9138fdadd6450896b2dca0fe801417a833104862d15d3ef8eea86dda91f
7
+ data.tar.gz: '0259c7d22de84e952ce1d32eac3fbd4c4e19ec4d567b6983ea9f2d39fc6c4f145e107561be2b3774680526368105576357c33ed4707628e3b1bae9b30db04735'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.25.0 (2022-09-21)
4
+
5
+ * Regenerated from discovery document revision 20220915
6
+ * Regenerated using generator version 0.10.0
7
+
8
+ ### v0.24.0 (2022-08-30)
9
+
10
+ * Regenerated from discovery document revision 20220825
11
+
3
12
  ### v0.23.0 (2022-08-13)
4
13
 
5
14
  * Regenerated from discovery document revision 20220804
@@ -218,31 +218,33 @@ module Google
218
218
  # members` can have the following values: * `allUsers`: A special identifier
219
219
  # that represents anyone who is on the internet; with or without a Google
220
220
  # account. * `allAuthenticatedUsers`: A special identifier that represents
221
- # anyone who is authenticated with a Google account or a service account. * `
222
- # user:`emailid``: An email address that represents a specific Google account.
223
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
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`.
221
+ # anyone who is authenticated with a Google account or a service account. Does
222
+ # not include identities that come from external identity providers (IdPs)
223
+ # through identity federation. * `user:`emailid``: An email address that
224
+ # represents a specific Google account. For example, `alice@example.com` . * `
225
+ # serviceAccount:`emailid``: An email address that represents a Google service
226
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
227
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
228
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
229
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
230
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
231
+ # email address that represents a Google group. For example, `admins@example.com`
232
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
233
+ # identifier) representing a user that has been recently deleted. For example, `
234
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
235
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
236
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
237
+ # address (plus unique identifier) representing a service account that has been
238
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
239
+ # 123456789012345678901`. If the service account is undeleted, this value
240
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
241
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
242
+ # An email address (plus unique identifier) representing a Google group that has
243
+ # been recently deleted. For example, `admins@example.com?uid=
244
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
245
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
246
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
247
+ # of that domain. For example, `google.com` or `example.com`.
246
248
  # Corresponds to the JSON property `members`
247
249
  # @return [Array<String>]
248
250
  attr_accessor :members
@@ -2065,7 +2067,7 @@ module Google
2065
2067
  attr_accessor :delete_resource
2066
2068
  alias_method :delete_resource?, :delete_resource
2067
2069
 
2068
- #
2070
+ # Excluisive action returned by the CLH.
2069
2071
  # Corresponds to the JSON property `exclusiveAction`
2070
2072
  # @return [String]
2071
2073
  attr_accessor :exclusive_action
@@ -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.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220804"
25
+ REVISION = "20220915"
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.23.0
4
+ version: 0.25.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-08-15 00:00:00.000000000 Z
11
+ date: 2022-09-26 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.7'
19
+ version: 0.9.0
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.7'
29
+ version: 0.9.0
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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.25.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: []