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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72e571f0cc451355cca5480e7d5a881f16a818c6cf58a8e259b2a3a179a0c6db
|
4
|
+
data.tar.gz: 8ae8989a3d0c10cc788156b8fe6eb8a18dbb94cd68266405b43b2e2ea22204e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90583e1be7d5fab81130ac129ec90f65fde4683a0801822332194bed01d0b82713c35048477570cb0c425767b7b8f26f41518109f8c48017fe7109d8d55af02e
|
7
|
+
data.tar.gz: dedb9fa008299266c3ac128b2608d8863af87038c9ed216fa5041969aaea52636f6178b228670d1a6001e4cb22b41ffc69fc41904424a255c145891195e2eeb1
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
276
|
-
#
|
277
|
-
#
|
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.
|
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 = "
|
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
|
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.
|
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-
|
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.
|
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: []
|