google-apis-cloudresourcemanager_v1beta1 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: 6c2b102ca52a68badd7059f29029907eb9e1f46821fae4f93530bd4b22c09717
4
- data.tar.gz: 44f17246042a65af2ae244b55443d17a3d5fbd8160630588f503fd28a9b622e2
3
+ metadata.gz: 57d3151cabe91d5b4f8e2d3f70a7d282694b4882907dea69a777a3d192133b91
4
+ data.tar.gz: 89316ee4ab7c57150a445e1c48d89ea17addc1a4e1167a45f53e99656dcadbee
5
5
  SHA512:
6
- metadata.gz: 56766cb937d2756110f6dda4b842f199610a5a71061004a07d5271d0af4645de8a7255805d13d8b246824c1a9729429111ad1af92efd9508992984ef3f1b16ec
7
- data.tar.gz: 7c1b126823d0a75944d992fe66ee1d8eaf38097c534c77022b685f5253ce79feabbd9bac1a815e56a51095b0b49a3b953d6fd79283db9bd6c4a046e6c8107eab
6
+ metadata.gz: 6f74187f7c1129b9d3d073e5993c5217c5962e3dae6586abadea7b89c8ff78245fec623b58531412a0974a91014d2225516cfcb3ad5b68aeb36092dbb1a06359
7
+ data.tar.gz: 263fac7bb89dc9e0b46b7d4f7dd7d61e51f23149471f1838e111f1cb7fbdcb20287370813aea5045acdb1b8ff7d0bbb13f381020606e27ac9ccea087b2ba5824
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1beta1
2
2
 
3
+ ### v0.14.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211017
6
+
3
7
  ### v0.13.0 (2021-10-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20211003
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 Cloudresourcemanager service in particular.)
67
67
 
@@ -115,7 +115,7 @@ module Google
115
115
  end
116
116
  end
117
117
 
118
- # Associates `members` with a `role`.
118
+ # Associates `members`, or principals, with a `role`.
119
119
  class Binding
120
120
  include Google::Apis::Core::Hashable
121
121
 
@@ -138,7 +138,7 @@ module Google
138
138
  # @return [Google::Apis::CloudresourcemanagerV1beta1::Expr]
139
139
  attr_accessor :condition
140
140
 
141
- # Specifies the identities requesting access for a Cloud Platform resource. `
141
+ # Specifies the principals requesting access for a Cloud Platform resource. `
142
142
  # members` can have the following values: * `allUsers`: A special identifier
143
143
  # that represents anyone who is on the internet; with or without a Google
144
144
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -168,8 +168,8 @@ module Google
168
168
  # @return [Array<String>]
169
169
  attr_accessor :members
170
170
 
171
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
172
- # , or `roles/owner`.
171
+ # Role that is assigned to the list of `members`, or principals. For example, `
172
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
173
173
  # Corresponds to the JSON property `role`
174
174
  # @return [String]
175
175
  attr_accessor :role
@@ -842,31 +842,31 @@ module Google
842
842
 
843
843
  # An Identity and Access Management (IAM) policy, which specifies access
844
844
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
845
- # A `binding` binds one or more `members` to a single `role`. Members can be
846
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
847
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
848
- # role or a user-created custom role. For some types of Google Cloud resources,
849
- # a `binding` can also specify a `condition`, which is a logical expression that
850
- # allows access to a resource only if the expression evaluates to `true`. A
851
- # condition can add constraints based on attributes of the request, the resource,
852
- # or both. To learn which resources support conditions in their IAM policies,
853
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
854
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
855
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
856
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
857
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
858
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
859
- # title": "expirable access", "description": "Does not grant access after Sep
860
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
861
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
862
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
863
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
864
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
865
- # roles/resourcemanager.organizationViewer condition: title: expirable access
866
- # description: Does not grant access after Sep 2020 expression: request.time <
867
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
868
- # description of IAM and its features, see the [IAM documentation](https://cloud.
869
- # google.com/iam/docs/).
845
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
846
+ # Principals can be user accounts, service accounts, Google groups, and domains (
847
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
848
+ # an IAM predefined role or a user-created custom role. For some types of Google
849
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
850
+ # logical expression that allows access to a resource only if the expression
851
+ # evaluates to `true`. A condition can add constraints based on attributes of
852
+ # the request, the resource, or both. To learn which resources support
853
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
854
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
855
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
856
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
857
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
858
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
859
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
860
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
861
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
862
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
863
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
864
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
865
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
866
+ # access description: Does not grant access after Sep 2020 expression: request.
867
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
868
+ # a description of IAM and its features, see the [IAM documentation](https://
869
+ # cloud.google.com/iam/docs/).
870
870
  class Policy
871
871
  include Google::Apis::Core::Hashable
872
872
 
@@ -875,14 +875,14 @@ module Google
875
875
  # @return [Array<Google::Apis::CloudresourcemanagerV1beta1::AuditConfig>]
876
876
  attr_accessor :audit_configs
877
877
 
878
- # Associates a list of `members` to a `role`. Optionally, may specify a `
879
- # condition` that determines how and when the `bindings` are applied. Each of
880
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
881
- # can refer to up to 1,500 members; up to 250 of these members can be Google
882
- # groups. Each occurrence of a member counts towards these limits. For example,
883
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
884
- # not to any other member, then you can add another 1,450 members to the `
885
- # bindings` in the `Policy`.
878
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
879
+ # specify a `condition` that determines how and when the `bindings` are applied.
880
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
881
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
882
+ # can be Google groups. Each occurrence of a principal counts towards these
883
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
884
+ # example.com`, and not to any other principal, then you can add another 1,450
885
+ # principals to the `bindings` in the `Policy`.
886
886
  # Corresponds to the JSON property `bindings`
887
887
  # @return [Array<Google::Apis::CloudresourcemanagerV1beta1::Binding>]
888
888
  attr_accessor :bindings
@@ -1077,31 +1077,31 @@ module Google
1077
1077
 
1078
1078
  # An Identity and Access Management (IAM) policy, which specifies access
1079
1079
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1080
- # A `binding` binds one or more `members` to a single `role`. Members can be
1081
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1082
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1083
- # role or a user-created custom role. For some types of Google Cloud resources,
1084
- # a `binding` can also specify a `condition`, which is a logical expression that
1085
- # allows access to a resource only if the expression evaluates to `true`. A
1086
- # condition can add constraints based on attributes of the request, the resource,
1087
- # or both. To learn which resources support conditions in their IAM policies,
1088
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1089
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1090
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1091
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1092
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1093
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1094
- # title": "expirable access", "description": "Does not grant access after Sep
1095
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1096
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1097
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1098
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1099
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1100
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1101
- # description: Does not grant access after Sep 2020 expression: request.time <
1102
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1103
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1104
- # google.com/iam/docs/).
1080
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1081
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1082
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1083
+ # an IAM predefined role or a user-created custom role. For some types of Google
1084
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1085
+ # logical expression that allows access to a resource only if the expression
1086
+ # evaluates to `true`. A condition can add constraints based on attributes of
1087
+ # the request, the resource, or both. To learn which resources support
1088
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1089
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1090
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1091
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1092
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1093
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1094
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1095
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1096
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1097
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1098
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1099
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1100
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1101
+ # access description: Does not grant access after Sep 2020 expression: request.
1102
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1103
+ # a description of IAM and its features, see the [IAM documentation](https://
1104
+ # cloud.google.com/iam/docs/).
1105
1105
  # Corresponds to the JSON property `policy`
1106
1106
  # @return [Google::Apis::CloudresourcemanagerV1beta1::Policy]
1107
1107
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV1beta1
18
18
  # Version of the google-apis-cloudresourcemanager_v1beta1 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 = "20211003"
25
+ REVISION = "20211017"
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-cloudresourcemanager_v1beta1
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-11 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-cloudresourcemanager_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.13.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: