google-apis-cloudbilling_v1beta 0.10.0 → 0.11.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: 7af050510464c729acd302390525d946280a77810507e103e771400c85ef2d1e
4
- data.tar.gz: 7ff383dad4b43065f017ffa30ef475fb8768c32d4d9055c7d0149ba9a11e6dd2
3
+ metadata.gz: c326b1eca622443a1d8e916c02897d91cc4d420c2f99890014dd1ee0c4336f5a
4
+ data.tar.gz: 1edc24ac169b96821b9b890dab7c89287303680554fe8baaff83c3a7af67d345
5
5
  SHA512:
6
- metadata.gz: d0cad743240c2a179dec59a9deabe0a5869316c64b299210fc55e1557371aa3dee285521c3b2fcd71d8cec9352a8917dda44d73e93f0115237f7631130381e67
7
- data.tar.gz: 30df3603d3610095f6772f733376a5a3cd566a3e971d235528b8ef2d2b4c7ee96e74f267510ee13017517d3f3272fafe37e44c297e73308863697287a8ac04d3
6
+ metadata.gz: dbfce509ada879344f7e59348bf8716fcd1ce102e5a9097440cd2f85b9015c9bed1b7d5540810fb6f3c7aea36f3906bb962975ad41dd81ffd01f34e86fbfe9ad
7
+ data.tar.gz: 936ef0c01e2a42a5d1640147b3155fb32b58d9ffa43c0f9e79c83598e7f80ce1d3135127d51359933a7f47fdf2d56ac259aecb037600babf6085251dd2c9307b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbilling_v1beta
2
2
 
3
+ ### v0.11.0 (2023-09-03)
4
+
5
+ * Regenerated from discovery document revision 20230825
6
+
3
7
  ### v0.10.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230818
@@ -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
@@ -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.11.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 = "20230825"
26
26
  end
27
27
  end
28
28
  end
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.11.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-09-03 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.11.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: []