google-apis-billingbudgets_v1beta1 0.9.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: 41f8be44892f31ddeec2431b51b3932e022e44ea5423d737998ceb0f06bd41e5
4
- data.tar.gz: 574f49b18f3ff558ad2fe529b2c7cc53151079763d90eb63dd62e4cfac444855
3
+ metadata.gz: 72e571f0cc451355cca5480e7d5a881f16a818c6cf58a8e259b2a3a179a0c6db
4
+ data.tar.gz: 8ae8989a3d0c10cc788156b8fe6eb8a18dbb94cd68266405b43b2e2ea22204e2
5
5
  SHA512:
6
- metadata.gz: fea6ace6f38c0e300b7f1c535f99ea446afdda84f09126c65dba6dbfa7f3d24ddbf3c4038516e1936d7bcab6ef138fef7d672fed848883e1e3fdde3f00a9d47e
7
- data.tar.gz: 48395259d03b47ca8b84c3df35fc8ea3e5e81c5c7e95ea030ebda9be0eae2a42d65738e3707f2d941457e830eeb8278d08968d6876b23c31efab8781ef999e97
6
+ metadata.gz: 90583e1be7d5fab81130ac129ec90f65fde4683a0801822332194bed01d0b82713c35048477570cb0c425767b7b8f26f41518109f8c48017fe7109d8d55af02e
7
+ data.tar.gz: dedb9fa008299266c3ac128b2608d8863af87038c9ed216fa5041969aaea52636f6178b228670d1a6001e4cb22b41ffc69fc41904424a255c145891195e2eeb1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-billingbudgets_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
3
7
  ### v0.9.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -272,9 +272,10 @@ module Google
272
272
  attr_accessor :custom_period
273
273
 
274
274
  # Optional. A single label and value pair specifying that usage from only this
275
- # set of labeled resources should be included in the budget. Currently, multiple
276
- # entries or multiple values per entry are not allowed. If omitted, the report
277
- # will include all labeled and unlabeled usage.
275
+ # set of labeled resources should be included in the budget. If omitted, the
276
+ # report will include all labeled and unlabeled usage. An object containing a
277
+ # single `"key": value` pair. Example: `` "name": "wrench" ``. _Currently,
278
+ # multiple entries or multiple values per entry are not allowed._
278
279
  # Corresponds to the JSON property `labels`
279
280
  # @return [Hash<String,Array<Object>>]
280
281
  attr_accessor :labels
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BillingbudgetsV1beta1
18
18
  # Version of the google-apis-billingbudgets_v1beta1 gem
19
- GEM_VERSION = "0.9.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 = "20210621"
25
+ REVISION = "20210813"
26
26
  end
27
27
  end
28
28
  end
@@ -33,7 +33,7 @@ module Google
33
33
  # View and manage your Google Cloud Platform billing accounts
34
34
  AUTH_CLOUD_BILLING = 'https://www.googleapis.com/auth/cloud-billing'
35
35
 
36
- # See, edit, configure, and delete your Google Cloud Platform data
36
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
37
37
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
38
38
  end
39
39
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-billingbudgets_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.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-09-06 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-billingbudgets_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1beta1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-billingbudgets_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []