google-apis-accesscontextmanager_v1 0.18.0 → 0.19.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: 9eb1cacea99e63e172a8e1cd0f2988949b9e37fe91aa0110fa9046d6cb2c7ee8
4
- data.tar.gz: 500db7e919c5adac64babaeaf314ce07d1aff97ef0f5d005baebbc691882a9b5
3
+ metadata.gz: a27e6ef89d07d573c1932a0fd069e681d3e11bc78ee31b645aba6f31f717df0a
4
+ data.tar.gz: '078379812ebdeb7438a70f5b18f03652bb2ecdae6e3e6f634eb156fa5dff6f9c'
5
5
  SHA512:
6
- metadata.gz: 38b1991eb5380558416fa08b8e41bec767d0734dad541b7f23b932067159db8764f191c916df4c169eeaf076c385a193f8262a9797de0d0a57eb04bd223ffe3f
7
- data.tar.gz: 9533cad4eb11294f124b1bcc8d0d1af06cbedb8ce6d698b28f28d5dead7bbc2bbf034ffaae21d60f58e359db6f71c633aa3f6fec865a8f77490f69a230af01e7
6
+ metadata.gz: d0ef0b55eb9e8b928bd8ee0abd84d43dcc8c00419d3626f300a7c340884dd457b69e2b6b4d3d83fe87d14560f5141b058a56f7939c73e5da123d89986cd80459
7
+ data.tar.gz: d334c366e82397170a6ac6ebb7498ee1a29c7c9c1cac280f169d724852d051638ba1fcad01119a44fc0b65f70ad1a6cf3a34d31040b50990016eed86189b78f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.19.0 (2022-08-10)
4
+
5
+ * Regenerated from discovery document revision 20220806
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.18.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -307,25 +307,28 @@ module Google
307
307
  # anyone who is authenticated with a Google account or a service account. * `
308
308
  # user:`emailid``: An email address that represents a specific Google account.
309
309
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
310
- # address that represents a service account. For example, `my-other-app@appspot.
311
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
312
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
313
- # `uniqueid``: An email address (plus unique identifier) representing a user
314
- # that has been recently deleted. For example, `alice@example.com?uid=
315
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
316
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
317
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
318
- # identifier) representing a service account that has been recently deleted. For
319
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
320
- # If the service account is undeleted, this value reverts to `serviceAccount:`
321
- # emailid`` and the undeleted service account retains the role in the binding. *
322
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
323
- # identifier) representing a Google group that has been recently deleted. For
324
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
325
- # recovered, this value reverts to `group:`emailid`` and the recovered group
326
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
327
- # primary) that represents all the users of that domain. For example, `google.
328
- # com` or `example.com`.
310
+ # address that represents a Google service account. For example, `my-other-app@
311
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
312
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
313
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
314
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
315
+ # . * `group:`emailid``: An email address that represents a Google group. For
316
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
317
+ # email address (plus unique identifier) representing a user that has been
318
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
319
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
320
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
321
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
322
+ # representing a service account that has been recently deleted. For example, `
323
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
324
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
325
+ # and the undeleted service account retains the role in the binding. * `deleted:
326
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
327
+ # representing a Google group that has been recently deleted. For example, `
328
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
329
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
330
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
331
+ # all the users of that domain. For example, `google.com` or `example.com`.
329
332
  # Corresponds to the JSON property `members`
330
333
  # @return [Array<String>]
331
334
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.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 = "20220620"
25
+ REVISION = "20220806"
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-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []