google-apis-cloudbilling_v1 0.6.0 → 0.10.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: 86e88b1c2ef4ca32ae064b9f0a4067af3939ada6cc163db4a16b4c663e8e9351
4
- data.tar.gz: 37654eeaebd461f465e6708378ddd77274bda125648211bd8478efc9c78da9d4
3
+ metadata.gz: f0ce6467786caabdb13eec79614cefad0b1d1de6615c9bf45687e83e449b8956
4
+ data.tar.gz: a9cefa804b82d174a632f3e4d725eafef5b963ff4b472d75120ef9d50271615b
5
5
  SHA512:
6
- metadata.gz: e0641a14bf1cdbf8596777741321e10f2dbb52ca9a83c1da04223db01578834d72e9343b83ecc70435356d0a365d14ee3dbc12c513fc6b06f5fcea96d61fe13e
7
- data.tar.gz: 41786e5f0001962689ad4c1eefe8018e83206fa58c5c7065410457ce93ea140ec93ea93262dfa6707fd4ddd975718aebfdc8f61d911609e7d2190801b8aada5b
6
+ metadata.gz: bafc4e0fb5bb3880093eb206b1bd953e2122b9480896187255d8e8665064555e1a2e570b6ac367cafa5ce010c724a13c3047263f26aca3d65de15d56f9b2fcb8
7
+ data.tar.gz: 43858b1e9bf7e659f843c69a94a397920b58ae6edb265baf4b01d6bfc7a08a5e18a2e0cd90e3676ed3c7e8969c1b03b7b54b9b2ac12e529be88721aa2765fd62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudbilling_v1
2
2
 
3
+ ### v0.10.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.9.0 (2021-10-12)
8
+
9
+ * Regenerated from discovery document revision 20211007
10
+
11
+ ### v0.8.0 (2021-10-05)
12
+
13
+ * Regenerated from discovery document revision 20211004
14
+
15
+ ### v0.7.0 (2021-08-31)
16
+
17
+ * Regenerated from discovery document revision 20210827
18
+
3
19
  ### v0.6.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
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 Cloudbilling service in particular.)
67
67
 
@@ -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,9 +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.
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`.
550
555
  # Corresponds to the JSON property `bindings`
551
556
  # @return [Array<Google::Apis::CloudbillingV1::Binding>]
552
557
  attr_accessor :bindings
@@ -819,31 +824,31 @@ module Google
819
824
 
820
825
  # An Identity and Access Management (IAM) policy, which specifies access
821
826
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
822
- # A `binding` binds one or more `members` to a single `role`. Members can be
823
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
824
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
825
- # role or a user-created custom role. For some types of Google Cloud resources,
826
- # a `binding` can also specify a `condition`, which is a logical expression that
827
- # allows access to a resource only if the expression evaluates to `true`. A
828
- # condition can add constraints based on attributes of the request, the resource,
829
- # or both. To learn which resources support conditions in their IAM policies,
830
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
831
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
832
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
833
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
834
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
835
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
836
- # title": "expirable access", "description": "Does not grant access after Sep
837
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
838
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
839
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
840
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
841
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
842
- # roles/resourcemanager.organizationViewer condition: title: expirable access
843
- # description: Does not grant access after Sep 2020 expression: request.time <
844
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
845
- # description of IAM and its features, see the [IAM documentation](https://cloud.
846
- # 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/).
847
852
  # Corresponds to the JSON property `policy`
848
853
  # @return [Google::Apis::CloudbillingV1::Policy]
849
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.6.0"
19
+ GEM_VERSION = "0.10.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 = "20210322"
25
+ REVISION = "20211007"
26
26
  end
27
27
  end
28
28
  end
@@ -36,7 +36,7 @@ module Google
36
36
  # View your Google Cloud Platform billing accounts
37
37
  AUTH_CLOUD_BILLING_READONLY = 'https://www.googleapis.com/auth/cloud-billing.readonly'
38
38
 
39
- # See, edit, configure, and delete your Google Cloud Platform data
39
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
40
40
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
41
41
  end
42
42
  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.6.0
4
+ version: 0.10.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-07-05 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-cloudbilling_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.6.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbilling_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbilling_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.10.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbilling_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: