google-apis-cloudbilling_v1beta 0.10.0 → 0.12.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: 7af050510464c729acd302390525d946280a77810507e103e771400c85ef2d1e
4
- data.tar.gz: 7ff383dad4b43065f017ffa30ef475fb8768c32d4d9055c7d0149ba9a11e6dd2
3
+ metadata.gz: 2b9c755b10d10b4a177c1895a53dc5b0499da8ca9af32c5f8b2eb75b8fdb11c7
4
+ data.tar.gz: 80cbb4965411ee808997b3194df8baf5d767c95a3f9a21550c20c31240e13628
5
5
  SHA512:
6
- metadata.gz: d0cad743240c2a179dec59a9deabe0a5869316c64b299210fc55e1557371aa3dee285521c3b2fcd71d8cec9352a8917dda44d73e93f0115237f7631130381e67
7
- data.tar.gz: 30df3603d3610095f6772f733376a5a3cd566a3e971d235528b8ef2d2b4c7ee96e74f267510ee13017517d3f3272fafe37e44c297e73308863697287a8ac04d3
6
+ metadata.gz: 2db404036e5ada5507da3c2636676d0d2bc20fb446069464f5f0c7da61484f4abaef9d5baee34674964590bbfa2b68af4acd84e9527b884cef9ed9568a28a817
7
+ data.tar.gz: 7c9f7fc26e6ae1d41c0b6751e4e5a41e441928825c8e1864195f4fb70c52947b53a94def4a3575ca2b2a18db844870f447ef438f0e0baa21e1e8bb641df3d194
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.11.0 (2023-09-03)
8
+
9
+ * Regenerated from discovery document revision 20230825
10
+
3
11
  ### v0.10.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230818
@@ -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
@@ -841,7 +841,7 @@ module Google
841
841
  attr_accessor :discount_percent
842
842
 
843
843
  # Type of the fixed discount scope which indicates the source of the discount.
844
- # It can have values such as 'sku-group'.
844
+ # It can have values such as 'unspecified' and 'sku-group'.
845
845
  # Corresponds to the JSON property `discountScopeType`
846
846
  # @return [String]
847
847
  attr_accessor :discount_scope_type
@@ -898,7 +898,7 @@ module Google
898
898
  attr_accessor :discount_percent
899
899
 
900
900
  # Type of the floating discount scope which indicates the source of the discount.
901
- # It can have values such as 'sku-group'.
901
+ # It can have values such as 'unspecified' and 'sku-group'.
902
902
  # Corresponds to the JSON property `discountScopeType`
903
903
  # @return [String]
904
904
  attr_accessor :discount_scope_type
@@ -1021,9 +1021,9 @@ module Google
1021
1021
  # @return [Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice]
1022
1022
  attr_accessor :migrated_price
1023
1023
 
1024
- # Type of the price reason. It can values such as 'default-price', 'fixed-price',
1025
- # 'fixed-discount', 'floating-discount', 'migrated-price', 'merged-price', '
1026
- # list-price-as-ceiling'.
1024
+ # Type of the price reason. It can have values such as 'unspecified', 'default-
1025
+ # price', 'fixed-price', 'fixed-discount', 'floating-discount', 'migrated-price',
1026
+ # 'merged-price', 'list-price-as-ceiling'.
1027
1027
  # Corresponds to the JSON property `type`
1028
1028
  # @return [String]
1029
1029
  attr_accessor :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.10.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 = "20230818"
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.10.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-08-27 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.10.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: []