google-apis-cloudbilling_v1 0.4.0 → 0.8.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: 2c35f61b65dcc4b27429d193c343a48f8d644a0a78d440ace488b0d2b99286be
4
- data.tar.gz: 1cebd444244597e63f697dfe3e695962034aec298feb412d0c0ba27becaeef46
3
+ metadata.gz: 076e54a98943673c4ea15bfdc1e0736531e62ec9677de31d032f147cda54cb3a
4
+ data.tar.gz: d4a582d3b8927979fe7c765cf2b4bf56fd1d7fbf2df110fb7177a52435a001a4
5
5
  SHA512:
6
- metadata.gz: 5a6f3b44c85b74238281c03f83cf3fbedc5e7c2b352b64f95b8cbbb3608c9429c1be416e5ce7d3f89e158c8d447200f50004d8636589257a7aee9593b078af46
7
- data.tar.gz: 25c78bb752b827f1c25b1a845a29d19b74a93997b83875f63711f53c305b5f690addbf338b451154876408eb714ee34100e7c897f15050a74038d5981275d04a
6
+ metadata.gz: 95d5930eb657b18658727bccada45d36cd9bbd989b8c0a02591110403f3a40457dec8d0728dcf7a085a84610d4ee92fa8abd3b127116791837175676939b61b4
7
+ data.tar.gz: 5c8940ffedae2b15ea550b7ed22b18eea857427e2edd1fe410a93438319f8b2da31cd8bcbce5b1f88adc9a12630813407aac9734c48effb93a58d256596f0077
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-cloudbilling_v1
2
2
 
3
+ ### v0.8.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20211004
6
+
7
+ ### v0.7.0 (2021-08-31)
8
+
9
+ * Regenerated from discovery document revision 20210827
10
+
11
+ ### v0.6.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.5.0 (2021-06-24)
16
+
17
+ * Regenerated using generator version 0.3.0
18
+
3
19
  ### v0.4.0 (2021-05-19)
4
20
 
5
21
  * Unspecified changes
@@ -533,7 +533,7 @@ module Google
533
533
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
534
534
  # roles/resourcemanager.organizationViewer condition: title: expirable access
535
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
536
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
537
537
  # description of IAM and its features, see the [IAM documentation](https://cloud.
538
538
  # google.com/iam/docs/).
539
539
  class Policy
@@ -546,7 +546,12 @@ module Google
546
546
 
547
547
  # Associates a list of `members` to a `role`. Optionally, may specify a `
548
548
  # condition` that determines how and when the `bindings` are applied. Each of
549
- # the `bindings` must contain at least one member.
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`.
550
555
  # Corresponds to the JSON property `bindings`
551
556
  # @return [Array<Google::Apis::CloudbillingV1::Binding>]
552
557
  attr_accessor :bindings
@@ -841,7 +846,7 @@ module Google
841
846
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
842
847
  # roles/resourcemanager.organizationViewer condition: title: expirable access
843
848
  # 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
849
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
845
850
  # description of IAM and its features, see the [IAM documentation](https://cloud.
846
851
  # google.com/iam/docs/).
847
852
  # Corresponds to the JSON property `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.4.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
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 = "20211004"
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbilling_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.8.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Billing API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbilling_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbilling_v1
57
63
  post_install_message:
58
64
  rdoc_options: []