google-apis-cloudasset_v1p4beta1 0.10.0 → 0.11.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: 97a99f565412aa5c4b550af6460c7d68897dd6c84e39eed3d8ac5c66bcda7335
4
- data.tar.gz: 25a870a4f1843e939d4a85ae88f6020a40dc8686b915f8a2e9eade53b12a08b3
3
+ metadata.gz: d25131fa2ef5055d4b9daf1c316886386fbda76759a46cb2999560415e729b90
4
+ data.tar.gz: 586edb1842fa7a1c697a230e8c6af2475c70db38358d8209237921b7525c6e04
5
5
  SHA512:
6
- metadata.gz: 25ddf8b39f6bfdf8e35b941d497db57a119d21ed75ceaaab17c7c338c7c23fd16154913871eb9ce4a55026095ee0245b216b1b1ec252a3bf01dcf77049392a86
7
- data.tar.gz: 1d688fb12a44b997ecf5ffa28a231f98a0b7207b748465c18628e6490e3a0f9f9d3885b07912f6d0e0f7c6c37e61f7494e50c4bc37b33cf22001734c8bcee34f
6
+ metadata.gz: ce483747614e5580bc0063344fb2bd4e52101104c7c201f44707467f51504b841f59dbe9a78a5e51f806429c5ebe2be5df233feabd7046a4074c6970f42b5ae5
7
+ data.tar.gz: 12ac8fbf50c79ba34400163d10760077e2d5a2697aa9dc32f16c8013b7a3e187df83dbf368bfeac43bea7550ffb5dbbf4dd9c473b88760eaaf2d85ba9c1f6986
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p4beta1
2
2
 
3
+ ### v0.11.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+
3
7
  ### v0.10.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210813
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 Cloudasset service in particular.)
67
67
 
@@ -197,7 +197,7 @@ module Google
197
197
  end
198
198
  end
199
199
 
200
- # Associates `members` with a `role`.
200
+ # Associates `members`, or principals, with a `role`.
201
201
  class Binding
202
202
  include Google::Apis::Core::Hashable
203
203
 
@@ -220,7 +220,7 @@ module Google
220
220
  # @return [Google::Apis::CloudassetV1p4beta1::Expr]
221
221
  attr_accessor :condition
222
222
 
223
- # Specifies the identities requesting access for a Cloud Platform resource. `
223
+ # Specifies the principals requesting access for a Cloud Platform resource. `
224
224
  # members` can have the following values: * `allUsers`: A special identifier
225
225
  # that represents anyone who is on the internet; with or without a Google
226
226
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -250,8 +250,8 @@ module Google
250
250
  # @return [Array<String>]
251
251
  attr_accessor :members
252
252
 
253
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
254
- # , or `roles/owner`.
253
+ # Role that is assigned to the list of `members`, or principals. For example, `
254
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
255
255
  # Corresponds to the JSON property `role`
256
256
  # @return [String]
257
257
  attr_accessor :role
@@ -640,31 +640,31 @@ module Google
640
640
 
641
641
  # An Identity and Access Management (IAM) policy, which specifies access
642
642
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
643
- # A `binding` binds one or more `members` to a single `role`. Members can be
644
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
645
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
646
- # role or a user-created custom role. For some types of Google Cloud resources,
647
- # a `binding` can also specify a `condition`, which is a logical expression that
648
- # allows access to a resource only if the expression evaluates to `true`. A
649
- # condition can add constraints based on attributes of the request, the resource,
650
- # or both. To learn which resources support conditions in their IAM policies,
651
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
652
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
653
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
654
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
655
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
656
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
657
- # title": "expirable access", "description": "Does not grant access after Sep
658
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
659
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
660
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
661
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
662
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
663
- # roles/resourcemanager.organizationViewer condition: title: expirable access
664
- # description: Does not grant access after Sep 2020 expression: request.time <
665
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
666
- # description of IAM and its features, see the [IAM documentation](https://cloud.
667
- # google.com/iam/docs/).
643
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
644
+ # Principals can be user accounts, service accounts, Google groups, and domains (
645
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
646
+ # an IAM predefined role or a user-created custom role. For some types of Google
647
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
648
+ # logical expression that allows access to a resource only if the expression
649
+ # evaluates to `true`. A condition can add constraints based on attributes of
650
+ # the request, the resource, or both. To learn which resources support
651
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
652
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
653
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
654
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
655
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
656
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
657
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
658
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
659
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
660
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
661
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
662
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
663
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
664
+ # access description: Does not grant access after Sep 2020 expression: request.
665
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
666
+ # a description of IAM and its features, see the [IAM documentation](https://
667
+ # cloud.google.com/iam/docs/).
668
668
  # Corresponds to the JSON property `iamPolicy`
669
669
  # @return [Google::Apis::CloudassetV1p4beta1::Policy]
670
670
  attr_accessor :iam_policy
@@ -2149,7 +2149,7 @@ module Google
2149
2149
  attr_accessor :fully_explored
2150
2150
  alias_method :fully_explored?, :fully_explored
2151
2151
 
2152
- # Associates `members` with a `role`.
2152
+ # Associates `members`, or principals, with a `role`.
2153
2153
  # Corresponds to the JSON property `iamBinding`
2154
2154
  # @return [Google::Apis::CloudassetV1p4beta1::Binding]
2155
2155
  attr_accessor :iam_binding
@@ -2350,31 +2350,31 @@ module Google
2350
2350
 
2351
2351
  # An Identity and Access Management (IAM) policy, which specifies access
2352
2352
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2353
- # A `binding` binds one or more `members` to a single `role`. Members can be
2354
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2355
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2356
- # role or a user-created custom role. For some types of Google Cloud resources,
2357
- # a `binding` can also specify a `condition`, which is a logical expression that
2358
- # allows access to a resource only if the expression evaluates to `true`. A
2359
- # condition can add constraints based on attributes of the request, the resource,
2360
- # or both. To learn which resources support conditions in their IAM policies,
2361
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2362
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2363
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2364
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2365
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2366
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2367
- # title": "expirable access", "description": "Does not grant access after Sep
2368
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2369
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2370
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2371
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2372
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2373
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2374
- # description: Does not grant access after Sep 2020 expression: request.time <
2375
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2376
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2377
- # google.com/iam/docs/).
2353
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2354
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2355
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2356
+ # an IAM predefined role or a user-created custom role. For some types of Google
2357
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2358
+ # logical expression that allows access to a resource only if the expression
2359
+ # evaluates to `true`. A condition can add constraints based on attributes of
2360
+ # the request, the resource, or both. To learn which resources support
2361
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2362
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2363
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2364
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2365
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2366
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2367
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2368
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2369
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2370
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2371
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2372
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2373
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2374
+ # access description: Does not grant access after Sep 2020 expression: request.
2375
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2376
+ # a description of IAM and its features, see the [IAM documentation](https://
2377
+ # cloud.google.com/iam/docs/).
2378
2378
  class Policy
2379
2379
  include Google::Apis::Core::Hashable
2380
2380
 
@@ -2383,9 +2383,14 @@ module Google
2383
2383
  # @return [Array<Google::Apis::CloudassetV1p4beta1::AuditConfig>]
2384
2384
  attr_accessor :audit_configs
2385
2385
 
2386
- # Associates a list of `members` to a `role`. Optionally, may specify a `
2387
- # condition` that determines how and when the `bindings` are applied. Each of
2388
- # the `bindings` must contain at least one member.
2386
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
2387
+ # specify a `condition` that determines how and when the `bindings` are applied.
2388
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
2389
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
2390
+ # can be Google groups. Each occurrence of a principal counts towards these
2391
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
2392
+ # example.com`, and not to any other principal, then you can add another 1,450
2393
+ # principals to the `bindings` in the `Policy`.
2389
2394
  # Corresponds to the JSON property `bindings`
2390
2395
  # @return [Array<Google::Apis::CloudassetV1p4beta1::Binding>]
2391
2396
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p4beta1
18
18
  # Version of the google-apis-cloudasset_v1p4beta1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.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 = "20210813"
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-cloudasset_v1p4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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-09-06 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-cloudasset_v1p4beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p4beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p4beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.11.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p4beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: