google-apis-cloudbilling_v1beta 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b9c755b10d10b4a177c1895a53dc5b0499da8ca9af32c5f8b2eb75b8fdb11c7
|
|
4
|
+
data.tar.gz: 80cbb4965411ee808997b3194df8baf5d767c95a3f9a21550c20c31240e13628
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2db404036e5ada5507da3c2636676d0d2bc20fb446069464f5f0c7da61484f4abaef9d5baee34674964590bbfa2b68af4acd84e9527b884cef9ed9568a28a817
|
|
7
|
+
data.tar.gz: 7c9f7fc26e6ae1d41c0b6751e4e5a41e441928825c8e1864195f4fb70c52947b53a94def4a3575ca2b2a18db844870f447ef438f0e0baa21e1e8bb641df3d194
|
data/CHANGELOG.md
CHANGED
|
@@ -768,7 +768,7 @@ module Google
|
|
|
768
768
|
end
|
|
769
769
|
end
|
|
770
770
|
|
|
771
|
-
# Encapsulates the latest price for
|
|
771
|
+
# Encapsulates the latest price for a billing account SKU.
|
|
772
772
|
class GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice
|
|
773
773
|
include Google::Apis::Core::Hashable
|
|
774
774
|
|
|
@@ -794,7 +794,7 @@ module Google
|
|
|
794
794
|
# @return [Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaRate]
|
|
795
795
|
attr_accessor :rate
|
|
796
796
|
|
|
797
|
-
# Type of the price.
|
|
797
|
+
# Type of the price. The possible values are: ["unspecified", "rate"].
|
|
798
798
|
# Corresponds to the JSON property `valueType`
|
|
799
799
|
# @return [String]
|
|
800
800
|
attr_accessor :value_type
|
|
@@ -1758,7 +1758,7 @@ module Google
|
|
|
1758
1758
|
end
|
|
1759
1759
|
end
|
|
1760
1760
|
|
|
1761
|
-
# Encapsulates the latest price for
|
|
1761
|
+
# Encapsulates the latest price for a SKU.
|
|
1762
1762
|
class GoogleCloudBillingPricesV1betaPrice
|
|
1763
1763
|
include Google::Apis::Core::Hashable
|
|
1764
1764
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudbillingV1beta
|
|
18
18
|
# Version of the google-apis-cloudbilling_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.12.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231115"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -376,13 +376,13 @@ module Google
|
|
|
376
376
|
execute_or_queue_command(command, &block)
|
|
377
377
|
end
|
|
378
378
|
|
|
379
|
-
# Gets the latest price for
|
|
379
|
+
# Gets the latest price for SKUs available to your Cloud Billing account.
|
|
380
380
|
# @param [String] name
|
|
381
|
-
# Required. Name of the
|
|
381
|
+
# Required. Name of the billing account price to retrieve. Format:
|
|
382
382
|
# billingAccounts/`billing_account`/skus/`sku`/price
|
|
383
383
|
# @param [String] currency_code
|
|
384
|
-
# Optional. ISO-4217 currency code for the price. If not specified, currency
|
|
385
|
-
# billing account
|
|
384
|
+
# Optional. ISO-4217 currency code for the price. If not specified, the currency
|
|
385
|
+
# of the billing account is used.
|
|
386
386
|
# @param [String] fields
|
|
387
387
|
# Selector specifying which fields to include in a partial response.
|
|
388
388
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudbilling_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.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: 2023-
|
|
11
|
+
date: 2023-11-19 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/main/generated/google-apis-cloudbilling_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1beta/v0.12.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbilling_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|