google-apis-cloudbilling_v1 0.8.0 → 0.9.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: 076e54a98943673c4ea15bfdc1e0736531e62ec9677de31d032f147cda54cb3a
4
- data.tar.gz: d4a582d3b8927979fe7c765cf2b4bf56fd1d7fbf2df110fb7177a52435a001a4
3
+ metadata.gz: d98b5d2706df09e744ce916cb45e428acd0a2ed5dbadc45272c008ae32e8a22f
4
+ data.tar.gz: 855ac08f1654449e0cb191c3ad8d7eda2a39c0b9f23ff72e480a1e614fa9a173
5
5
  SHA512:
6
- metadata.gz: 95d5930eb657b18658727bccada45d36cd9bbd989b8c0a02591110403f3a40457dec8d0728dcf7a085a84610d4ee92fa8abd3b127116791837175676939b61b4
7
- data.tar.gz: 5c8940ffedae2b15ea550b7ed22b18eea857427e2edd1fe410a93438319f8b2da31cd8bcbce5b1f88adc9a12630813407aac9734c48effb93a58d256596f0077
6
+ metadata.gz: 825d6418a0b2173d4899059c963dda0575865d692a130c0a16ed69e484b30eee1393d2db33b6b82f6920b1b9911d27f7a41017579ad3514ec69b419257cab095
7
+ data.tar.gz: a2b26411c290bb7c8b527bb025815f34f7c34bfa8dd5ad4ca80959f60827c721f6e11f47fc67a9f180f09702b1fae397fd7db8f4a1c7fa3f0155f24d252d021a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbilling_v1
2
2
 
3
+ ### v0.9.0 (2021-10-12)
4
+
5
+ * Regenerated from discovery document revision 20211007
6
+
3
7
  ### v0.8.0 (2021-10-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20211004
@@ -173,7 +173,7 @@ module Google
173
173
  end
174
174
  end
175
175
 
176
- # Associates `members` with a `role`.
176
+ # Associates `members`, or principals, with a `role`.
177
177
  class Binding
178
178
  include Google::Apis::Core::Hashable
179
179
 
@@ -196,7 +196,7 @@ module Google
196
196
  # @return [Google::Apis::CloudbillingV1::Expr]
197
197
  attr_accessor :condition
198
198
 
199
- # Specifies the identities requesting access for a Cloud Platform resource. `
199
+ # Specifies the principals requesting access for a Cloud Platform resource. `
200
200
  # members` can have the following values: * `allUsers`: A special identifier
201
201
  # that represents anyone who is on the internet; with or without a Google
202
202
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -226,8 +226,8 @@ module Google
226
226
  # @return [Array<String>]
227
227
  attr_accessor :members
228
228
 
229
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
230
- # , or `roles/owner`.
229
+ # Role that is assigned to the list of `members`, or principals. For example, `
230
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
231
231
  # Corresponds to the JSON property `role`
232
232
  # @return [String]
233
233
  attr_accessor :role
@@ -511,31 +511,31 @@ module Google
511
511
 
512
512
  # An Identity and Access Management (IAM) policy, which specifies access
513
513
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
514
- # A `binding` binds one or more `members` to a single `role`. Members can be
515
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
516
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
517
- # role or a user-created custom role. For some types of Google Cloud resources,
518
- # a `binding` can also specify a `condition`, which is a logical expression that
519
- # allows access to a resource only if the expression evaluates to `true`. A
520
- # condition can add constraints based on attributes of the request, the resource,
521
- # or both. To learn which resources support conditions in their IAM policies,
522
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
523
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
524
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
525
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
526
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
527
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
528
- # title": "expirable access", "description": "Does not grant access after Sep
529
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
530
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
531
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
532
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
533
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
534
- # roles/resourcemanager.organizationViewer condition: title: expirable access
535
- # description: Does not grant access after Sep 2020 expression: request.time <
536
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
537
- # description of IAM and its features, see the [IAM documentation](https://cloud.
538
- # google.com/iam/docs/).
514
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
515
+ # Principals can be user accounts, service accounts, Google groups, and domains (
516
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
517
+ # an IAM predefined role or a user-created custom role. For some types of Google
518
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
519
+ # logical expression that allows access to a resource only if the expression
520
+ # evaluates to `true`. A condition can add constraints based on attributes of
521
+ # the request, the resource, or both. To learn which resources support
522
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
523
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
524
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
525
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
526
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
527
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
528
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
529
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
530
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
531
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
532
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
533
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
534
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
535
+ # access description: Does not grant access after Sep 2020 expression: request.
536
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
537
+ # a description of IAM and its features, see the [IAM documentation](https://
538
+ # cloud.google.com/iam/docs/).
539
539
  class Policy
540
540
  include Google::Apis::Core::Hashable
541
541
 
@@ -544,14 +544,14 @@ module Google
544
544
  # @return [Array<Google::Apis::CloudbillingV1::AuditConfig>]
545
545
  attr_accessor :audit_configs
546
546
 
547
- # Associates a list of `members` to a `role`. Optionally, may specify a `
548
- # condition` that determines how and when the `bindings` are applied. Each of
549
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
550
- # can refer to up to 1,500 members; up to 250 of these members can be Google
551
- # groups. Each occurrence of a member counts towards these limits. For example,
552
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
553
- # not to any other member, then you can add another 1,450 members to the `
554
- # bindings` in the `Policy`.
547
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
548
+ # specify a `condition` that determines how and when the `bindings` are applied.
549
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
550
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
551
+ # can be Google groups. Each occurrence of a principal counts towards these
552
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
553
+ # example.com`, and not to any other principal, then you can add another 1,450
554
+ # principals to the `bindings` in the `Policy`.
555
555
  # Corresponds to the JSON property `bindings`
556
556
  # @return [Array<Google::Apis::CloudbillingV1::Binding>]
557
557
  attr_accessor :bindings
@@ -824,31 +824,31 @@ module Google
824
824
 
825
825
  # An Identity and Access Management (IAM) policy, which specifies access
826
826
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
827
- # A `binding` binds one or more `members` to a single `role`. Members can be
828
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
829
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
830
- # role or a user-created custom role. For some types of Google Cloud resources,
831
- # a `binding` can also specify a `condition`, which is a logical expression that
832
- # allows access to a resource only if the expression evaluates to `true`. A
833
- # condition can add constraints based on attributes of the request, the resource,
834
- # or both. To learn which resources support conditions in their IAM policies,
835
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
836
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
837
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
838
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
839
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
840
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
841
- # title": "expirable access", "description": "Does not grant access after Sep
842
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
843
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
844
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
845
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
846
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
847
- # roles/resourcemanager.organizationViewer condition: title: expirable access
848
- # description: Does not grant access after Sep 2020 expression: request.time <
849
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
850
- # description of IAM and its features, see the [IAM documentation](https://cloud.
851
- # google.com/iam/docs/).
827
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
828
+ # Principals can be user accounts, service accounts, Google groups, and domains (
829
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
830
+ # an IAM predefined role or a user-created custom role. For some types of Google
831
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
832
+ # logical expression that allows access to a resource only if the expression
833
+ # evaluates to `true`. A condition can add constraints based on attributes of
834
+ # the request, the resource, or both. To learn which resources support
835
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
836
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
837
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
838
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
839
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
840
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
841
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
842
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
843
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
844
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
845
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
846
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
847
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
848
+ # access description: Does not grant access after Sep 2020 expression: request.
849
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
850
+ # a description of IAM and its features, see the [IAM documentation](https://
851
+ # cloud.google.com/iam/docs/).
852
852
  # Corresponds to the JSON property `policy`
853
853
  # @return [Google::Apis::CloudbillingV1::Policy]
854
854
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbillingV1
18
18
  # Version of the google-apis-cloudbilling_v1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.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 = "20211004"
25
+ REVISION = "20211007"
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-cloudbilling_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbilling_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbilling_v1
63
63
  post_install_message:
64
64
  rdoc_options: []