google-apis-cloudresourcemanager_v3 0.15.0 → 0.16.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: e04baec26406860c678f505fbdb4161ee82fd1cc4178355e87757a17755776d9
4
- data.tar.gz: ce56abffeb37b5bb2e05c4faa9e13fdff920bd4db2b808462d73391ddfc99901
3
+ metadata.gz: 93fda78f00da32001405bc5e76ea1102d07b2687f71e7d095816d6033a7c49be
4
+ data.tar.gz: 940bb5266ad5547c07d1b6e9028e0a5de6096951e4f811c359d9fffd55601359
5
5
  SHA512:
6
- metadata.gz: 9e74183a8a86730b59239f6d368a1d301cc95ce84d4e040d9222a6404afcbd97d5b23e31addfb15a5fd74efa38efe37d6363ba72937dc1ef1c7c9a44d274c05a
7
- data.tar.gz: f8fb99aabfe7ea0a9a81fecf19ba597b4937848af6117c609033debb80e389790e7734246d5d790e0cb5c33452502a38226198032211e18654950b5866cf9898
6
+ metadata.gz: afad77f6dde5621c8c6b05468c63e37aaeefd805face6f1daba1827767e2fc58821cc3ea8d0b8d4fadb4c9f7132787c672e8889bcc495cd713548a301d8f7895
7
+ data.tar.gz: ec059c5482f047a2d2f819673f0fc17f2382124374828d189db3048de12613e2df832df26c06ef2e43785a749d5f675b5bd7d2e8ed962f1dcb6c3eeef429f104
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.16.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211017
6
+
3
7
  ### v0.15.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::CloudresourcemanagerV3::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
@@ -1116,31 +1116,31 @@ module Google
1116
1116
 
1117
1117
  # An Identity and Access Management (IAM) policy, which specifies access
1118
1118
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1119
- # A `binding` binds one or more `members` to a single `role`. Members can be
1120
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1121
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1122
- # role or a user-created custom role. For some types of Google Cloud resources,
1123
- # a `binding` can also specify a `condition`, which is a logical expression that
1124
- # allows access to a resource only if the expression evaluates to `true`. A
1125
- # condition can add constraints based on attributes of the request, the resource,
1126
- # or both. To learn which resources support conditions in their IAM policies,
1127
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1128
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1129
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1130
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1131
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1132
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1133
- # title": "expirable access", "description": "Does not grant access after Sep
1134
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1135
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1136
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1137
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1138
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1139
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1140
- # description: Does not grant access after Sep 2020 expression: request.time <
1141
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1142
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1143
- # google.com/iam/docs/).
1119
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1120
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1121
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1122
+ # an IAM predefined role or a user-created custom role. For some types of Google
1123
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1124
+ # logical expression that allows access to a resource only if the expression
1125
+ # evaluates to `true`. A condition can add constraints based on attributes of
1126
+ # the request, the resource, or both. To learn which resources support
1127
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1128
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1129
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1130
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1131
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1132
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1133
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1134
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1135
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1136
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1137
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1138
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1139
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1140
+ # access description: Does not grant access after Sep 2020 expression: request.
1141
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1142
+ # a description of IAM and its features, see the [IAM documentation](https://
1143
+ # cloud.google.com/iam/docs/).
1144
1144
  class Policy
1145
1145
  include Google::Apis::Core::Hashable
1146
1146
 
@@ -1149,14 +1149,14 @@ module Google
1149
1149
  # @return [Array<Google::Apis::CloudresourcemanagerV3::AuditConfig>]
1150
1150
  attr_accessor :audit_configs
1151
1151
 
1152
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1153
- # condition` that determines how and when the `bindings` are applied. Each of
1154
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1155
- # can refer to up to 1,500 members; up to 250 of these members can be Google
1156
- # groups. Each occurrence of a member counts towards these limits. For example,
1157
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1158
- # not to any other member, then you can add another 1,450 members to the `
1159
- # bindings` in the `Policy`.
1152
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1153
+ # specify a `condition` that determines how and when the `bindings` are applied.
1154
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1155
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1156
+ # can be Google groups. Each occurrence of a principal counts towards these
1157
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1158
+ # example.com`, and not to any other principal, then you can add another 1,450
1159
+ # principals to the `bindings` in the `Policy`.
1160
1160
  # Corresponds to the JSON property `bindings`
1161
1161
  # @return [Array<Google::Apis::CloudresourcemanagerV3::Binding>]
1162
1162
  attr_accessor :bindings
@@ -1429,31 +1429,31 @@ module Google
1429
1429
 
1430
1430
  # An Identity and Access Management (IAM) policy, which specifies access
1431
1431
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1432
- # A `binding` binds one or more `members` to a single `role`. Members can be
1433
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1434
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1435
- # role or a user-created custom role. For some types of Google Cloud resources,
1436
- # a `binding` can also specify a `condition`, which is a logical expression that
1437
- # allows access to a resource only if the expression evaluates to `true`. A
1438
- # condition can add constraints based on attributes of the request, the resource,
1439
- # or both. To learn which resources support conditions in their IAM policies,
1440
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1441
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1442
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1443
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1444
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1445
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1446
- # title": "expirable access", "description": "Does not grant access after Sep
1447
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1448
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1449
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1450
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1451
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1452
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1453
- # description: Does not grant access after Sep 2020 expression: request.time <
1454
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1455
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1456
- # google.com/iam/docs/).
1432
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1433
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1434
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1435
+ # an IAM predefined role or a user-created custom role. For some types of Google
1436
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1437
+ # logical expression that allows access to a resource only if the expression
1438
+ # evaluates to `true`. A condition can add constraints based on attributes of
1439
+ # the request, the resource, or both. To learn which resources support
1440
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1441
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1442
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1443
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1444
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1445
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1446
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1447
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1448
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1449
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1450
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1451
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1452
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1453
+ # access description: Does not grant access after Sep 2020 expression: request.
1454
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1455
+ # a description of IAM and its features, see the [IAM documentation](https://
1456
+ # cloud.google.com/iam/docs/).
1457
1457
  # Corresponds to the JSON property `policy`
1458
1458
  # @return [Google::Apis::CloudresourcemanagerV3::Policy]
1459
1459
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV3
18
18
  # Version of the google-apis-cloudresourcemanager_v3 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.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_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.15.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.16.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: