google-apis-cloudbilling_v1beta 0.20.0 → 0.21.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: 9d602f044aebe158329153443eea79637f05c1948dea0b3e052785378ffb76b6
4
- data.tar.gz: 85e647ec73035ac3b4cedf51348d1a431632ee090ce5662c4ded5192a4b802d1
3
+ metadata.gz: e805d32a8d3abebdb6ebdf5534fc7f7b0e60f4785558f589fbaf4f1694357381
4
+ data.tar.gz: 884fe48534f64659b652e1fe0d768037081d8d21bf11522239508f4cc8db681c
5
5
  SHA512:
6
- metadata.gz: f580b19101f977f355f9525ac3942e8a4e0c4d727554a2c17be625fad7a53881374c94b303b57a09ae32b7db21062c779fec96163bd364839d51f132d1055ede
7
- data.tar.gz: b89538a00be5e5e79a3f55237deddbcbb9bf58e3dabc82bed88a277520205dfbd6c9f1fd1712c69ac7e6d6566322525620fbc523419c1f49648a7f8897a054d3
6
+ metadata.gz: 36b803d4d8fa9530aec65b6ff449df156fd4ec66016ce422a87fab64ac141d966788dd6eefbaff93fe2306a2bfe1a113973f6de899ed8bed7b49676671eb6251
7
+ data.tar.gz: 7d9dbe81f4eb717c983ef2d3067dad21b6e64fa6ff8152f5f2fe3c4d53513ea0c413fa73945c8f5dab1c2663cc61dabcd2f72015afb16b39c51fe5c0fccca1aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudbilling_v1beta
2
2
 
3
+ ### v0.21.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241106
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.20.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -179,7 +179,21 @@ module Google
179
179
  # applies when you move or copy data from one Cloud Storage bucket to another or
180
180
  # when another Google Cloud service accesses data in your Cloud Storage bucket.
181
181
  # This includes the network data transfer within Google Cloud and the general
182
- # network usage.
182
+ # network usage. * If transferring data between two regions, the source and
183
+ # destination fields are set to different values. For example: `source_continent`
184
+ # = "SOURCE_CONTINENT_ASIA_PACIFIC", `destination_continent` = "
185
+ # SOURCE_CONTINENT_SOUTH_AMERICA". * If transferring data within one region, the
186
+ # source and destination fields are set to the same value. For example: `
187
+ # source_continent` = "SOURCE_CONTINENT_ASIA_PACIFIC", `destination_continent` =
188
+ # "SOURCE_CONTINENT_ASIA_PACIFIC". Some examples for the Network data transfer
189
+ # traffic type on the pricing page. * Data moves between different locations on
190
+ # the same continent. `source_continent` = "SOURCE_CONTINENT_ASIA_PACIFIC", `
191
+ # destination_continent` = "SOURCE_CONTINENT_ASIA_PACIFIC". * Data moves between
192
+ # different continents and neither is Australia. `source_continent` = "
193
+ # SOURCE_CONTINENT_NORTH_AMERICA", `destination_continent` = "
194
+ # SOURCE_CONTINENT_ASIA_PACIFIC". * Data moves between different continents and
195
+ # one is Australia. `source_continent` = "SOURCE_CONTINENT_NORTH_AMERICA", `
196
+ # destination_continent` = "SOURCE_CONTINENT_AUSTRALIA".
183
197
  class CloudStorageEgressWorkload
184
198
  include Google::Apis::Core::Hashable
185
199
 
@@ -566,10 +580,9 @@ module Google
566
580
  end
567
581
 
568
582
  # A representation of a decimal value, such as 2.5. Clients may convert values
569
- # into language-native decimal formats, such as Java's BigDecimal or Python's
570
- # decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
571
- # api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
572
- # org/3/library/decimal.html
583
+ # into language-native decimal formats, such as Java's [BigDecimal](https://docs.
584
+ # oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
585
+ # Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
573
586
  class Decimal
574
587
  include Google::Apis::Core::Hashable
575
588
 
@@ -834,10 +847,9 @@ module Google
834
847
  include Google::Apis::Core::Hashable
835
848
 
836
849
  # A representation of a decimal value, such as 2.5. Clients may convert values
837
- # into language-native decimal formats, such as Java's BigDecimal or Python's
838
- # decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
839
- # api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
840
- # org/3/library/decimal.html
850
+ # into language-native decimal formats, such as Java's [BigDecimal](https://docs.
851
+ # oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
852
+ # Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
841
853
  # Corresponds to the JSON property `discountPercent`
842
854
  # @return [Google::Apis::CloudbillingV1beta::Decimal]
843
855
  attr_accessor :discount_percent
@@ -891,10 +903,9 @@ module Google
891
903
  include Google::Apis::Core::Hashable
892
904
 
893
905
  # A representation of a decimal value, such as 2.5. Clients may convert values
894
- # into language-native decimal formats, such as Java's BigDecimal or Python's
895
- # decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
896
- # api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
897
- # org/3/library/decimal.html
906
+ # into language-native decimal formats, such as Java's [BigDecimal](https://docs.
907
+ # oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
908
+ # Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
898
909
  # Corresponds to the JSON property `discountPercent`
899
910
  # @return [Google::Apis::CloudbillingV1beta::Decimal]
900
911
  attr_accessor :discount_percent
@@ -1116,10 +1127,9 @@ module Google
1116
1127
  attr_accessor :contract_price
1117
1128
 
1118
1129
  # A representation of a decimal value, such as 2.5. Clients may convert values
1119
- # into language-native decimal formats, such as Java's BigDecimal or Python's
1120
- # decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
1121
- # api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
1122
- # org/3/library/decimal.html
1130
+ # into language-native decimal formats, such as Java's [BigDecimal](https://docs.
1131
+ # oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
1132
+ # Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
1123
1133
  # Corresponds to the JSON property `effectiveDiscountPercent`
1124
1134
  # @return [Google::Apis::CloudbillingV1beta::Decimal]
1125
1135
  attr_accessor :effective_discount_percent
@@ -1130,10 +1140,9 @@ module Google
1130
1140
  attr_accessor :list_price
1131
1141
 
1132
1142
  # A representation of a decimal value, such as 2.5. Clients may convert values
1133
- # into language-native decimal formats, such as Java's BigDecimal or Python's
1134
- # decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
1135
- # api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
1136
- # org/3/library/decimal.html
1143
+ # into language-native decimal formats, such as Java's [BigDecimal](https://docs.
1144
+ # oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
1145
+ # Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
1137
1146
  # Corresponds to the JSON property `startAmount`
1138
1147
  # @return [Google::Apis::CloudbillingV1beta::Decimal]
1139
1148
  attr_accessor :start_amount
@@ -1166,10 +1175,9 @@ module Google
1166
1175
  attr_accessor :unit_description
1167
1176
 
1168
1177
  # A representation of a decimal value, such as 2.5. Clients may convert values
1169
- # into language-native decimal formats, such as Java's BigDecimal or Python's
1170
- # decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
1171
- # api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
1172
- # org/3/library/decimal.html
1178
+ # into language-native decimal formats, such as Java's [BigDecimal](https://docs.
1179
+ # oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
1180
+ # Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
1173
1181
  # Corresponds to the JSON property `unitQuantity`
1174
1182
  # @return [Google::Apis::CloudbillingV1beta::Decimal]
1175
1183
  attr_accessor :unit_quantity
@@ -1893,10 +1901,9 @@ module Google
1893
1901
  attr_accessor :list_price
1894
1902
 
1895
1903
  # A representation of a decimal value, such as 2.5. Clients may convert values
1896
- # into language-native decimal formats, such as Java's BigDecimal or Python's
1897
- # decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
1898
- # api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
1899
- # org/3/library/decimal.html
1904
+ # into language-native decimal formats, such as Java's [BigDecimal](https://docs.
1905
+ # oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
1906
+ # Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
1900
1907
  # Corresponds to the JSON property `startAmount`
1901
1908
  # @return [Google::Apis::CloudbillingV1beta::Decimal]
1902
1909
  attr_accessor :start_amount
@@ -1927,10 +1934,9 @@ module Google
1927
1934
  attr_accessor :unit_description
1928
1935
 
1929
1936
  # A representation of a decimal value, such as 2.5. Clients may convert values
1930
- # into language-native decimal formats, such as Java's BigDecimal or Python's
1931
- # decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
1932
- # api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
1933
- # org/3/library/decimal.html
1937
+ # into language-native decimal formats, such as Java's [BigDecimal](https://docs.
1938
+ # oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
1939
+ # Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
1934
1940
  # Corresponds to the JSON property `unitQuantity`
1935
1941
  # @return [Google::Apis::CloudbillingV1beta::Decimal]
1936
1942
  attr_accessor :unit_quantity
@@ -3003,7 +3009,21 @@ module Google
3003
3009
  # applies when you move or copy data from one Cloud Storage bucket to another or
3004
3010
  # when another Google Cloud service accesses data in your Cloud Storage bucket.
3005
3011
  # This includes the network data transfer within Google Cloud and the general
3006
- # network usage.
3012
+ # network usage. * If transferring data between two regions, the source and
3013
+ # destination fields are set to different values. For example: `source_continent`
3014
+ # = "SOURCE_CONTINENT_ASIA_PACIFIC", `destination_continent` = "
3015
+ # SOURCE_CONTINENT_SOUTH_AMERICA". * If transferring data within one region, the
3016
+ # source and destination fields are set to the same value. For example: `
3017
+ # source_continent` = "SOURCE_CONTINENT_ASIA_PACIFIC", `destination_continent` =
3018
+ # "SOURCE_CONTINENT_ASIA_PACIFIC". Some examples for the Network data transfer
3019
+ # traffic type on the pricing page. * Data moves between different locations on
3020
+ # the same continent. `source_continent` = "SOURCE_CONTINENT_ASIA_PACIFIC", `
3021
+ # destination_continent` = "SOURCE_CONTINENT_ASIA_PACIFIC". * Data moves between
3022
+ # different continents and neither is Australia. `source_continent` = "
3023
+ # SOURCE_CONTINENT_NORTH_AMERICA", `destination_continent` = "
3024
+ # SOURCE_CONTINENT_ASIA_PACIFIC". * Data moves between different continents and
3025
+ # one is Australia. `source_continent` = "SOURCE_CONTINENT_NORTH_AMERICA", `
3026
+ # destination_continent` = "SOURCE_CONTINENT_AUSTRALIA".
3007
3027
  # Corresponds to the JSON property `cloudStorageEgressWorkload`
3008
3028
  # @return [Google::Apis::CloudbillingV1beta::CloudStorageEgressWorkload]
3009
3029
  attr_accessor :cloud_storage_egress_workload
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240412"
25
+ REVISION = "20241106"
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.20.0
4
+ version: 0.21.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1beta/v0.21.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Billing API V1beta