google-apis-cloudresourcemanager_v2 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: 126b9821a86b05467cbc0134bbfb53ea3bd6266b1f2d67baa35364d4c9cbb5b9
4
- data.tar.gz: 28df751003de03206afbd123e87b2c0b3014a2181857b492b511b0b67c832b1f
3
+ metadata.gz: eda1f43f69f26b0cec2eb8fa117263e13c1c68c831745da7953bd3a5c42b84ff
4
+ data.tar.gz: 7cb15e28d868161e4b28eed90d5ab7f7ea66f28ee4df66a1f60fd0f225428fe6
5
5
  SHA512:
6
- metadata.gz: 965e7ea69a51dc7b18f1d583cac845013350efef26031fa8cf1b52be13e48a6ec6bb7aff2406d881de4f38844a91ec99b81ea49fe34334229b1346906e9a39bf
7
- data.tar.gz: c15c1497c35af745fb2d8752c9acfcf5a07661e3d2e03b32e47bfc84f7c6c3705107e364c4c39b0d8f3007f8b32fcb4e01cd9c75a1df7156fb8031b7d5af6ada
6
+ metadata.gz: 14fe4774401cf164e2dd19cf9eef18c7c3144587d494d1d344261cbbce31d81fc262c94f66e48cfed245e3e20276d2ff46f962a4a63a00e4c71afb809dc2e767
7
+ data.tar.gz: 268ec6f110d07036b3fe1bb1e9d5effa33228a1132d8ccd8056d9469d6cf071522b5a8315b816a1fcc5fe70cfad649b23aefaccfcee70c3697e1f60e05a53c29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v2
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
 
@@ -93,7 +93,7 @@ module Google
93
93
  end
94
94
  end
95
95
 
96
- # Associates `members` with a `role`.
96
+ # Associates `members`, or principals, with a `role`.
97
97
  class Binding
98
98
  include Google::Apis::Core::Hashable
99
99
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::CloudresourcemanagerV2::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the identities requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Cloud Platform resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -146,8 +146,8 @@ module Google
146
146
  # @return [Array<String>]
147
147
  attr_accessor :members
148
148
 
149
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
150
- # , or `roles/owner`.
149
+ # Role that is assigned to the list of `members`, or principals. For example, `
150
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
151
151
  # Corresponds to the JSON property `role`
152
152
  # @return [String]
153
153
  attr_accessor :role
@@ -789,31 +789,31 @@ module Google
789
789
 
790
790
  # An Identity and Access Management (IAM) policy, which specifies access
791
791
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
792
- # A `binding` binds one or more `members` to a single `role`. Members can be
793
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
794
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
795
- # role or a user-created custom role. For some types of Google Cloud resources,
796
- # a `binding` can also specify a `condition`, which is a logical expression that
797
- # allows access to a resource only if the expression evaluates to `true`. A
798
- # condition can add constraints based on attributes of the request, the resource,
799
- # or both. To learn which resources support conditions in their IAM policies,
800
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
801
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
802
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
803
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
804
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
805
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
806
- # title": "expirable access", "description": "Does not grant access after Sep
807
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
808
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
809
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
810
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
811
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
812
- # roles/resourcemanager.organizationViewer condition: title: expirable access
813
- # description: Does not grant access after Sep 2020 expression: request.time <
814
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
815
- # description of IAM and its features, see the [IAM documentation](https://cloud.
816
- # google.com/iam/docs/).
792
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
793
+ # Principals can be user accounts, service accounts, Google groups, and domains (
794
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
795
+ # an IAM predefined role or a user-created custom role. For some types of Google
796
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
797
+ # logical expression that allows access to a resource only if the expression
798
+ # evaluates to `true`. A condition can add constraints based on attributes of
799
+ # the request, the resource, or both. To learn which resources support
800
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
801
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
802
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
803
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
804
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
805
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
806
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
807
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
808
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
809
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
810
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
811
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
812
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
813
+ # access description: Does not grant access after Sep 2020 expression: request.
814
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
815
+ # a description of IAM and its features, see the [IAM documentation](https://
816
+ # cloud.google.com/iam/docs/).
817
817
  class Policy
818
818
  include Google::Apis::Core::Hashable
819
819
 
@@ -822,14 +822,14 @@ module Google
822
822
  # @return [Array<Google::Apis::CloudresourcemanagerV2::AuditConfig>]
823
823
  attr_accessor :audit_configs
824
824
 
825
- # Associates a list of `members` to a `role`. Optionally, may specify a `
826
- # condition` that determines how and when the `bindings` are applied. Each of
827
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
828
- # can refer to up to 1,500 members; up to 250 of these members can be Google
829
- # groups. Each occurrence of a member counts towards these limits. For example,
830
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
831
- # not to any other member, then you can add another 1,450 members to the `
832
- # bindings` in the `Policy`.
825
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
826
+ # specify a `condition` that determines how and when the `bindings` are applied.
827
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
828
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
829
+ # can be Google groups. Each occurrence of a principal counts towards these
830
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
831
+ # example.com`, and not to any other principal, then you can add another 1,450
832
+ # principals to the `bindings` in the `Policy`.
833
833
  # Corresponds to the JSON property `bindings`
834
834
  # @return [Array<Google::Apis::CloudresourcemanagerV2::Binding>]
835
835
  attr_accessor :bindings
@@ -997,31 +997,31 @@ module Google
997
997
 
998
998
  # An Identity and Access Management (IAM) policy, which specifies access
999
999
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1000
- # A `binding` binds one or more `members` to a single `role`. Members can be
1001
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1002
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1003
- # role or a user-created custom role. For some types of Google Cloud resources,
1004
- # a `binding` can also specify a `condition`, which is a logical expression that
1005
- # allows access to a resource only if the expression evaluates to `true`. A
1006
- # condition can add constraints based on attributes of the request, the resource,
1007
- # or both. To learn which resources support conditions in their IAM policies,
1008
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1009
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1010
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1011
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1012
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1013
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1014
- # title": "expirable access", "description": "Does not grant access after Sep
1015
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1016
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1017
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1018
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1019
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1020
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1021
- # description: Does not grant access after Sep 2020 expression: request.time <
1022
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1023
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1024
- # google.com/iam/docs/).
1000
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1001
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1002
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1003
+ # an IAM predefined role or a user-created custom role. For some types of Google
1004
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1005
+ # logical expression that allows access to a resource only if the expression
1006
+ # evaluates to `true`. A condition can add constraints based on attributes of
1007
+ # the request, the resource, or both. To learn which resources support
1008
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1009
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1010
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1011
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1012
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1013
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1014
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1015
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1016
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1017
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1018
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1019
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1020
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1021
+ # access description: Does not grant access after Sep 2020 expression: request.
1022
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1023
+ # a description of IAM and its features, see the [IAM documentation](https://
1024
+ # cloud.google.com/iam/docs/).
1025
1025
  # Corresponds to the JSON property `policy`
1026
1026
  # @return [Google::Apis::CloudresourcemanagerV2::Policy]
1027
1027
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV2
18
18
  # Version of the google-apis-cloudresourcemanager_v2 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_v2
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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.13.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v2
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v2/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: