google-apis-cloudbilling_v1beta 0.20.0 → 0.22.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/cloudbilling_v1beta/classes.rb +54 -34
- data/lib/google/apis/cloudbilling_v1beta/gem_version.rb +3 -3
- metadata +5 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 259259f5a3383c3d34312d0dacced135ce3709466e6b53414e6d6bbb5eb5a756
|
4
|
+
data.tar.gz: 1cc1428bf65aa37e875392fb24fb4446671f6d9968a476f29f37a1c3c463b959
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5db0f300cd0d5f8c3eb1e721fc07d67354abb142bc26b4bc7e267018022e391938f976b6e53716fbdfa965515a88a8994a24dc990181c025db0150cf13864a13
|
7
|
+
data.tar.gz: d0845d1b3b0a6b1094a2123c5db25bc2db72b0d318ca439d06de15d16a2a96e505bfbd56a7127f31db35eb831440c3e435a0f871ee86cb297a20b6190ee7910c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudbilling_v1beta
|
2
2
|
|
3
|
+
### v0.22.0 (2025-05-04)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.17.0
|
6
|
+
|
7
|
+
### v0.21.0 (2024-12-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241106
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.20.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.15.0
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/billing/docs/apis) may prov
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -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
|
570
|
-
#
|
571
|
-
#
|
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
|
838
|
-
#
|
839
|
-
#
|
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
|
895
|
-
#
|
896
|
-
#
|
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
|
1120
|
-
#
|
1121
|
-
#
|
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
|
1134
|
-
#
|
1135
|
-
#
|
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
|
1170
|
-
#
|
1171
|
-
#
|
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
|
1897
|
-
#
|
1898
|
-
#
|
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
|
1931
|
-
#
|
1932
|
-
#
|
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.
|
19
|
+
GEM_VERSION = "0.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241106"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1beta/v0.22.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbilling_v1beta
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
66
|
requirements:
|
69
67
|
- - ">="
|
70
68
|
- !ruby/object:Gem::Version
|
71
|
-
version: '
|
69
|
+
version: '3.1'
|
72
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
71
|
requirements:
|
74
72
|
- - ">="
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.8
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Billing API V1beta
|
82
79
|
test_files: []
|