google-apis-accesscontextmanager_v1 0.16.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: d25420dcd44b76698422d740e44c26432845a3a8e357156102340e3c3ef202e4
4
- data.tar.gz: d5535431c9ac4d3e6e7bd7716de688d9b1db855a40518ce4ad2456465527c003
3
+ metadata.gz: a27e6ef89d07d573c1932a0fd069e681d3e11bc78ee31b645aba6f31f717df0a
4
+ data.tar.gz: '078379812ebdeb7438a70f5b18f03652bb2ecdae6e3e6f634eb156fa5dff6f9c'
5
5
  SHA512:
6
- metadata.gz: 436da7198b085b110752bb4541d008c4c7154f47dd0c753293cbcf03ba852e7fca4870729b2b977366a95c376568e654b475942a462dac2455f5edc94784205f
7
- data.tar.gz: a6bbc45a78ec77fc2c017bd44854db2a30507fd395734bfb15e277c8998bb3985d975087948da7d13bc94818a516b9e495bd4e2af82b102424e90b378fbb6f36
6
+ metadata.gz: d0ef0b55eb9e8b928bd8ee0abd84d43dcc8c00419d3626f300a7c340884dd457b69e2b6b4d3d83fe87d14560f5141b058a56f7939c73e5da123d89986cd80459
7
+ data.tar.gz: d334c366e82397170a6ac6ebb7498ee1a29c7c9c1cac280f169d724852d051638ba1fcad01119a44fc0b65f70ad1a6cf3a34d31040b50990016eed86189b78f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
8
+ ### v0.18.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.17.0 (2022-06-22)
13
+
14
+ * Regenerated from discovery document revision 20220620
15
+
3
16
  ### v0.16.0 (2022-06-19)
4
17
 
5
18
  * Regenerated using generator version 0.7.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
@@ -665,9 +668,12 @@ module Google
665
668
  class EgressTo
666
669
  include Google::Apis::Core::Hashable
667
670
 
668
- # A list of external resources that are allowed to be accessed. A request
669
- # matches if it contains an external resource in this list (Example: s3://bucket/
670
- # path). Currently '*' is not allowed.
671
+ # A list of external resources that are allowed to be accessed. Only AWS and
672
+ # Azure resources are supported. For Amazon S3, the supported format is s3://
673
+ # BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.
674
+ # core.windows.net/CONTAINER_NAME. A request matches if it contains an external
675
+ # resource in this list (Example: s3://bucket/path). Currently '*' is not
676
+ # allowed.
671
677
  # Corresponds to the JSON property `externalResources`
672
678
  # @return [Array<String>]
673
679
  attr_accessor :external_resources
@@ -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.16.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.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220527"
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.16.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-06-20 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.6'
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.6'
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-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.16.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: []