google-apis-artifactregistry_v1beta2 0.13.0 → 0.14.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: 440e350341a22e7b105975d1c77b0f8a58b350f11cbd37863081063e09aa2732
4
- data.tar.gz: d3b59e64f61a31c83d7dfa7954abcb295e0a9c8770ed24f6cd4c3201901bc515
3
+ metadata.gz: 07a07eeee0439e5e5fff7ae11f55c63e231123da049914f2efabe014fdcf6d59
4
+ data.tar.gz: b8504688635c903e216e14a38bdc80096971f22d7eb7fa30ad695a5e12a14a3f
5
5
  SHA512:
6
- metadata.gz: 9625bd4113c3bc6736115b9535615570e81116fa2903ecbb7e1033c7d396383f473bb09c114bdb819f8b0b157bdbecac117aecb403ac6b3585b17c3b13927932
7
- data.tar.gz: ffa3f8337e42fb6aabef2ec2be96950dec08d5ac5318f50dfad431dc332bb477de46f2df8fd78bdb0f1cb08d9378769743ff45419d7582111f790535108e9386
6
+ metadata.gz: b1501e9c2869e8ca45ab247bf3d0092b4917ebe4d5027f468197824397225cdfd2dd93178acc5aeda905ba3dc4305ad1ad443e9344c39d52cbe2699471eedd25
7
+ data.tar.gz: 6a834f4df02cfa9426bb0e0582cd6e4e2f137b0d60a1f8b0de2ce0bcea51ec872af8b608e2edcba49741dc328630527c58732d8dea8c9b4a98d30156992b38b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.14.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+ * Unspecified changes
7
+
3
8
  ### v0.13.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::ArtifactregistryV1beta2::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
@@ -826,42 +826,42 @@ module Google
826
826
 
827
827
  # An Identity and Access Management (IAM) policy, which specifies access
828
828
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
829
- # A `binding` binds one or more `members` to a single `role`. Members can be
830
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
831
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
832
- # role or a user-created custom role. For some types of Google Cloud resources,
833
- # a `binding` can also specify a `condition`, which is a logical expression that
834
- # allows access to a resource only if the expression evaluates to `true`. A
835
- # condition can add constraints based on attributes of the request, the resource,
836
- # or both. To learn which resources support conditions in their IAM policies,
837
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
838
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
839
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
840
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
841
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
842
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
843
- # title": "expirable access", "description": "Does not grant access after Sep
844
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
845
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
846
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
847
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
848
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
849
- # roles/resourcemanager.organizationViewer condition: title: expirable access
850
- # description: Does not grant access after Sep 2020 expression: request.time <
851
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
852
- # description of IAM and its features, see the [IAM documentation](https://cloud.
853
- # google.com/iam/docs/).
829
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
830
+ # Principals can be user accounts, service accounts, Google groups, and domains (
831
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
832
+ # an IAM predefined role or a user-created custom role. For some types of Google
833
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
834
+ # logical expression that allows access to a resource only if the expression
835
+ # evaluates to `true`. A condition can add constraints based on attributes of
836
+ # the request, the resource, or both. To learn which resources support
837
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
838
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
839
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
840
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
841
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
842
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
843
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
844
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
845
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
846
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
847
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
848
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
849
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
850
+ # access description: Does not grant access after Sep 2020 expression: request.
851
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
852
+ # a description of IAM and its features, see the [IAM documentation](https://
853
+ # cloud.google.com/iam/docs/).
854
854
  class Policy
855
855
  include Google::Apis::Core::Hashable
856
856
 
857
- # Associates a list of `members` to a `role`. Optionally, may specify a `
858
- # condition` that determines how and when the `bindings` are applied. Each of
859
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
860
- # can refer to up to 1,500 members; up to 250 of these members can be Google
861
- # groups. Each occurrence of a member counts towards these limits. For example,
862
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
863
- # not to any other member, then you can add another 1,450 members to the `
864
- # bindings` in the `Policy`.
857
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
858
+ # specify a `condition` that determines how and when the `bindings` are applied.
859
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
860
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
861
+ # can be Google groups. Each occurrence of a principal counts towards these
862
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
863
+ # example.com`, and not to any other principal, then you can add another 1,450
864
+ # principals to the `bindings` in the `Policy`.
865
865
  # Corresponds to the JSON property `bindings`
866
866
  # @return [Array<Google::Apis::ArtifactregistryV1beta2::Binding>]
867
867
  attr_accessor :bindings
@@ -988,31 +988,31 @@ module Google
988
988
 
989
989
  # An Identity and Access Management (IAM) policy, which specifies access
990
990
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
991
- # A `binding` binds one or more `members` to a single `role`. Members can be
992
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
993
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
994
- # role or a user-created custom role. For some types of Google Cloud resources,
995
- # a `binding` can also specify a `condition`, which is a logical expression that
996
- # allows access to a resource only if the expression evaluates to `true`. A
997
- # condition can add constraints based on attributes of the request, the resource,
998
- # or both. To learn which resources support conditions in their IAM policies,
999
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1000
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1001
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1002
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1003
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1004
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1005
- # title": "expirable access", "description": "Does not grant access after Sep
1006
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1007
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1008
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1009
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1010
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1011
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1012
- # description: Does not grant access after Sep 2020 expression: request.time <
1013
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1014
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1015
- # google.com/iam/docs/).
991
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
992
+ # Principals can be user accounts, service accounts, Google groups, and domains (
993
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
994
+ # an IAM predefined role or a user-created custom role. For some types of Google
995
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
996
+ # logical expression that allows access to a resource only if the expression
997
+ # evaluates to `true`. A condition can add constraints based on attributes of
998
+ # the request, the resource, or both. To learn which resources support
999
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1000
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1001
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1002
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1003
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1004
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1005
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1006
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1007
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1008
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1009
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1010
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1011
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1012
+ # access description: Does not grant access after Sep 2020 expression: request.
1013
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1014
+ # a description of IAM and its features, see the [IAM documentation](https://
1015
+ # cloud.google.com/iam/docs/).
1016
1016
  # Corresponds to the JSON property `policy`
1017
1017
  # @return [Google::Apis::ArtifactregistryV1beta2::Policy]
1018
1018
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta2
18
18
  # Version of the google-apis-artifactregistry_v1beta2 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.13.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-artifactregistry_v1beta2
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta2/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: