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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudbilling_v1/classes.rb +62 -62
- data/lib/google/apis/cloudbilling_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d98b5d2706df09e744ce916cb45e428acd0a2ed5dbadc45272c008ae32e8a22f
|
4
|
+
data.tar.gz: 855ac08f1654449e0cb191c3ad8d7eda2a39c0b9f23ff72e480a1e614fa9a173
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 825d6418a0b2173d4899059c963dda0575865d692a130c0a16ed69e484b30eee1393d2db33b6b82f6920b1b9911d27f7a41017579ad3514ec69b419257cab095
|
7
|
+
data.tar.gz: a2b26411c290bb7c8b527bb025815f34f7c34bfa8dd5ad4ca80959f60827c721f6e11f47fc67a9f180f09702b1fae397fd7db8f4a1c7fa3f0155f24d252d021a
|
data/CHANGELOG.md
CHANGED
@@ -173,7 +173,7 @@ module Google
|
|
173
173
|
end
|
174
174
|
end
|
175
175
|
|
176
|
-
# Associates `members
|
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
|
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
|
230
|
-
#
|
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
|
515
|
-
# user accounts, service accounts, Google groups, and domains (
|
516
|
-
# A `role` is a named list of permissions; each `role` can be
|
517
|
-
# role or a user-created custom role. For some types of Google
|
518
|
-
# a `binding` can also specify a `condition`, which is a
|
519
|
-
# allows access to a resource only if the expression
|
520
|
-
# condition can add constraints based on attributes of
|
521
|
-
# or both. To learn which resources support
|
522
|
-
# see the [IAM documentation](https://cloud.
|
523
|
-
# resource-policies). **JSON example:** ` "
|
524
|
-
# resourcemanager.organizationAdmin", "members": [
|
525
|
-
# group:admins@example.com", "domain:google.com", "
|
526
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
527
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
528
|
-
# title": "expirable access", "description": "Does not grant
|
529
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
530
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
531
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
532
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
533
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
534
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
535
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
536
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
537
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
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
|
548
|
-
# condition` that determines how and when the `bindings` are applied.
|
549
|
-
# the `bindings` must contain at least one
|
550
|
-
# can refer to up to 1,500
|
551
|
-
# groups. Each occurrence of a
|
552
|
-
# if the `bindings` grant 50 different roles to `user:alice@
|
553
|
-
# not to any other
|
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
|
828
|
-
# user accounts, service accounts, Google groups, and domains (
|
829
|
-
# A `role` is a named list of permissions; each `role` can be
|
830
|
-
# role or a user-created custom role. For some types of Google
|
831
|
-
# a `binding` can also specify a `condition`, which is a
|
832
|
-
# allows access to a resource only if the expression
|
833
|
-
# condition can add constraints based on attributes of
|
834
|
-
# or both. To learn which resources support
|
835
|
-
# see the [IAM documentation](https://cloud.
|
836
|
-
# resource-policies). **JSON example:** ` "
|
837
|
-
# resourcemanager.organizationAdmin", "members": [
|
838
|
-
# group:admins@example.com", "domain:google.com", "
|
839
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
840
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
841
|
-
# title": "expirable access", "description": "Does not grant
|
842
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
843
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
844
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
845
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
846
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
847
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
848
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
849
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
850
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
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.
|
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 = "
|
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.
|
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
|
+
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.
|
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: []
|