google-apis-artifactregistry_v1beta1 0.12.0 → 0.13.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: 27282d8df15231d54aa5f2eb8286d30b18d16e64b367043d234d7665ef448525
4
- data.tar.gz: 14d4da496f235eac3631f97e38288697c41dd05dbe20cff40a0c02c171ece5bb
3
+ metadata.gz: 0c39d46721ea2d06200bb5e8f6cb478b7bed0efdde3860d55b921b09c1b81f77
4
+ data.tar.gz: ce63dd46aa42b8936a0d1b80d4a87e2a2e3445249c4a47024d272d2a015c64ed
5
5
  SHA512:
6
- metadata.gz: 4cfd9c604ad7c9cf483a7e3eb092c3513e6a7550874e3e3d49d4b6f7afeee809e6735e7a560210254189861d62f33caa99a00a5910628ecfa7b15ab5668bcf42
7
- data.tar.gz: 33e595d6a8aa760c987f8f74345c22285687bf4c96a254744fc9509d2f02745a5082ae7129675980c5ead823e9d619a885425157fb1ad906a0bd45497c0e80b3
6
+ metadata.gz: 611f8bd83edeb683d60b4d06c67d53a7d0ce0750f0c0888d225a1ab59a202579b8b14d1833db082d5a54bf098d4ed5f27eebe8aaa6270cbe16790721b7da8a03
7
+ data.tar.gz: a051682818f108d29f8f0ffb9e1f0150c39856cdfb71f14e2c9b6c953fba791b458fe9375b6d4a814a9c105ab2ad9c73c4dc9be0d41efb9a39946f721e4a6c80
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+ * Unspecified changes
7
+
3
8
  ### v0.12.0 (2021-10-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20211002
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Artifactregistry service in particular.)
67
67
 
@@ -74,7 +74,7 @@ module Google
74
74
  end
75
75
  end
76
76
 
77
- # Associates `members` with a `role`.
77
+ # Associates `members`, or principals, with a `role`.
78
78
  class Binding
79
79
  include Google::Apis::Core::Hashable
80
80
 
@@ -97,7 +97,7 @@ module Google
97
97
  # @return [Google::Apis::ArtifactregistryV1beta1::Expr]
98
98
  attr_accessor :condition
99
99
 
100
- # Specifies the identities requesting access for a Cloud Platform resource. `
100
+ # Specifies the principals requesting access for a Cloud Platform resource. `
101
101
  # members` can have the following values: * `allUsers`: A special identifier
102
102
  # that represents anyone who is on the internet; with or without a Google
103
103
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -127,8 +127,8 @@ module Google
127
127
  # @return [Array<String>]
128
128
  attr_accessor :members
129
129
 
130
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
131
- # , or `roles/owner`.
130
+ # Role that is assigned to the list of `members`, or principals. For example, `
131
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
132
132
  # Corresponds to the JSON property `role`
133
133
  # @return [String]
134
134
  attr_accessor :role
@@ -761,42 +761,42 @@ module Google
761
761
 
762
762
  # An Identity and Access Management (IAM) policy, which specifies access
763
763
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
764
- # A `binding` binds one or more `members` to a single `role`. Members can be
765
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
766
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
767
- # role or a user-created custom role. For some types of Google Cloud resources,
768
- # a `binding` can also specify a `condition`, which is a logical expression that
769
- # allows access to a resource only if the expression evaluates to `true`. A
770
- # condition can add constraints based on attributes of the request, the resource,
771
- # or both. To learn which resources support conditions in their IAM policies,
772
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
773
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
774
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
775
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
776
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
777
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
778
- # title": "expirable access", "description": "Does not grant access after Sep
779
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
780
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
781
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
782
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
783
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
784
- # roles/resourcemanager.organizationViewer condition: title: expirable access
785
- # description: Does not grant access after Sep 2020 expression: request.time <
786
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
787
- # description of IAM and its features, see the [IAM documentation](https://cloud.
788
- # google.com/iam/docs/).
764
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
765
+ # Principals can be user accounts, service accounts, Google groups, and domains (
766
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
767
+ # an IAM predefined role or a user-created custom role. For some types of Google
768
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
769
+ # logical expression that allows access to a resource only if the expression
770
+ # evaluates to `true`. A condition can add constraints based on attributes of
771
+ # the request, the resource, or both. To learn which resources support
772
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
773
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
774
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
775
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
776
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
777
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
778
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
779
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
780
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
781
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
782
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
783
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
784
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
785
+ # access description: Does not grant access after Sep 2020 expression: request.
786
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
787
+ # a description of IAM and its features, see the [IAM documentation](https://
788
+ # cloud.google.com/iam/docs/).
789
789
  class Policy
790
790
  include Google::Apis::Core::Hashable
791
791
 
792
- # Associates a list of `members` to a `role`. Optionally, may specify a `
793
- # condition` that determines how and when the `bindings` are applied. Each of
794
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
795
- # can refer to up to 1,500 members; up to 250 of these members can be Google
796
- # groups. Each occurrence of a member counts towards these limits. For example,
797
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
798
- # not to any other member, then you can add another 1,450 members to the `
799
- # bindings` in the `Policy`.
792
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
793
+ # specify a `condition` that determines how and when the `bindings` are applied.
794
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
795
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
796
+ # can be Google groups. Each occurrence of a principal counts towards these
797
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
798
+ # example.com`, and not to any other principal, then you can add another 1,450
799
+ # principals to the `bindings` in the `Policy`.
800
800
  # Corresponds to the JSON property `bindings`
801
801
  # @return [Array<Google::Apis::ArtifactregistryV1beta1::Binding>]
802
802
  attr_accessor :bindings
@@ -916,31 +916,31 @@ module Google
916
916
 
917
917
  # An Identity and Access Management (IAM) policy, which specifies access
918
918
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
919
- # A `binding` binds one or more `members` to a single `role`. Members can be
920
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
921
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
922
- # role or a user-created custom role. For some types of Google Cloud resources,
923
- # a `binding` can also specify a `condition`, which is a logical expression that
924
- # allows access to a resource only if the expression evaluates to `true`. A
925
- # condition can add constraints based on attributes of the request, the resource,
926
- # or both. To learn which resources support conditions in their IAM policies,
927
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
928
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
929
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
930
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
931
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
932
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
933
- # title": "expirable access", "description": "Does not grant access after Sep
934
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
935
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
936
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
937
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
938
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
939
- # roles/resourcemanager.organizationViewer condition: title: expirable access
940
- # description: Does not grant access after Sep 2020 expression: request.time <
941
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
942
- # description of IAM and its features, see the [IAM documentation](https://cloud.
943
- # google.com/iam/docs/).
919
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
920
+ # Principals can be user accounts, service accounts, Google groups, and domains (
921
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
922
+ # an IAM predefined role or a user-created custom role. For some types of Google
923
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
924
+ # logical expression that allows access to a resource only if the expression
925
+ # evaluates to `true`. A condition can add constraints based on attributes of
926
+ # the request, the resource, or both. To learn which resources support
927
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
928
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
929
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
930
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
931
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
932
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
933
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
934
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
935
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
936
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
937
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
938
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
939
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
940
+ # access description: Does not grant access after Sep 2020 expression: request.
941
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
942
+ # a description of IAM and its features, see the [IAM documentation](https://
943
+ # cloud.google.com/iam/docs/).
944
944
  # Corresponds to the JSON property `policy`
945
945
  # @return [Google::Apis::ArtifactregistryV1beta1::Policy]
946
946
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta1
18
18
  # Version of the google-apis-artifactregistry_v1beta1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211002"
25
+ REVISION = "20211015"
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-artifactregistry_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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: 2021-10-18 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-artifactregistry_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.12.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-artifactregistry_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.13.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: