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: c326b1eca622443a1d8e916c02897d91cc4d420c2f99890014dd1ee0c4336f5a
4
- data.tar.gz: 1edc24ac169b96821b9b890dab7c89287303680554fe8baaff83c3a7af67d345
3
+ metadata.gz: 2b9c755b10d10b4a177c1895a53dc5b0499da8ca9af32c5f8b2eb75b8fdb11c7
4
+ data.tar.gz: 80cbb4965411ee808997b3194df8baf5d767c95a3f9a21550c20c31240e13628
5
5
  SHA512:
6
- metadata.gz: dbfce509ada879344f7e59348bf8716fcd1ce102e5a9097440cd2f85b9015c9bed1b7d5540810fb6f3c7aea36f3906bb962975ad41dd81ffd01f34e86fbfe9ad
7
- data.tar.gz: 936ef0c01e2a42a5d1640147b3155fb32b58d9ffa43c0f9e79c83598e7f80ce1d3135127d51359933a7f47fdf2d56ac259aecb037600babf6085251dd2c9307b
6
+ metadata.gz: 2db404036e5ada5507da3c2636676d0d2bc20fb446069464f5f0c7da61484f4abaef9d5baee34674964590bbfa2b68af4acd84e9527b884cef9ed9568a28a817
7
+ data.tar.gz: 7c9f7fc26e6ae1d41c0b6751e4e5a41e441928825c8e1864195f4fb70c52947b53a94def4a3575ca2b2a18db844870f447ef438f0e0baa21e1e8bb641df3d194
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbilling_v1beta
2
2
 
3
+ ### v0.12.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231115
6
+
3
7
  ### v0.11.0 (2023-09-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230825
@@ -768,7 +768,7 @@ module Google
768
768
  end
769
769
  end
770
770
 
771
- # Encapsulates the latest price for the given billing account SKU.
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. It can have values: ["unspecified", "rate"].
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 the given SKU.
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.11.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 = "20230825"
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 the given billing account SKU.
379
+ # Gets the latest price for SKUs available to your Cloud Billing account.
380
380
  # @param [String] name
381
- # Required. Name of the latest billing account price to retrieve. Format:
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 of
385
- # billing account will be used.
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.11.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-09-03 00:00:00.000000000 Z
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.11.0
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: []