google-apis-cloudbilling_v1 0.37.0 → 0.39.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: d8595cae663e89f961614f95b8f8897a7b2c669b68e9afadf5c517962444ee5c
4
- data.tar.gz: 789982c71c4a3a22e9ee0e3b2d83d8f96ed934addd03e4c822fd8eee25fbb5dd
3
+ metadata.gz: 1f388a4510ce4d309440eca2135f44584250906e35cc7a4283bdc723fe50904a
4
+ data.tar.gz: 6d0216b0a68cef224493b7cc2dd9b671c026baf6859baf3b635935d61a490c35
5
5
  SHA512:
6
- metadata.gz: '0485e81d80d921659e0cb09e6bde186606b1bc04abc25a0d6f1e34d4523e962c13471a7c1137ee902bddf4238f162088a86ee1c572478a00f08a04790d3e1f30'
7
- data.tar.gz: 87b30c13807df9afff1e6dea4c28fbfe76b9c25e91663cdd8122f9ac7094d4dd1f865ce8e8b4c0bddf83866687365eac680cbb96b582126c6ede73329cfe34b1
6
+ metadata.gz: c80c9027065d87251a1bcb96395b7245bfdb31496bf8c57d29ed6cbb6bab65617b46086f743cbc14275c0612bb0c86851202b32c9e0957a1dc60a18179e634a9
7
+ data.tar.gz: 41b37e18b48feb348c5ce1efeeace3311fa9cce37a7c6abacc1b5759433df84feb4261acd3d7c5b105bee5dd7cc0393fa166a20b781e9c8216ce0306113cf899
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudbilling_v1
2
2
 
3
+ ### v0.39.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.38.0 (2024-10-20)
8
+
9
+ * Regenerated from discovery document revision 20241011
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.37.0 (2024-05-26)
4
13
 
5
14
  * Regenerated from discovery document revision 20240517
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 2.7+.
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
 
@@ -130,6 +130,17 @@ module Google
130
130
  class BillingAccount
131
131
  include Google::Apis::Core::Hashable
132
132
 
133
+ # Optional. The currency in which the billing account is billed and charged,
134
+ # represented as an ISO 4217 code such as `USD`. Billing account currency is
135
+ # determined at the time of billing account creation and cannot be updated
136
+ # subsequently, so this field should not be set on update requests. In addition,
137
+ # a subaccount always matches the currency of its parent billing account, so
138
+ # this field should not be set on subaccount creation requests. Clients can read
139
+ # this field to determine the currency of an existing billing account.
140
+ # Corresponds to the JSON property `currencyCode`
141
+ # @return [String]
142
+ attr_accessor :currency_code
143
+
133
144
  # The display name given to the billing account, such as `My Billing Account`.
134
145
  # This name is displayed in the Google Cloud Console.
135
146
  # Corresponds to the JSON property `displayName`
@@ -175,6 +186,7 @@ module Google
175
186
 
176
187
  # Update properties of this object
177
188
  def update!(**args)
189
+ @currency_code = args[:currency_code] if args.key?(:currency_code)
178
190
  @display_name = args[:display_name] if args.key?(:display_name)
179
191
  @master_billing_account = args[:master_billing_account] if args.key?(:master_billing_account)
180
192
  @name = args[:name] if args.key?(:name)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbillingV1
18
18
  # Version of the google-apis-cloudbilling_v1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.39.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.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240517"
25
+ REVISION = "20241011"
26
26
  end
27
27
  end
28
28
  end
@@ -195,6 +195,7 @@ module Google
195
195
  class BillingAccount
196
196
  # @private
197
197
  class Representation < Google::Apis::Core::JsonRepresentation
198
+ property :currency_code, as: 'currencyCode'
198
199
  property :display_name, as: 'displayName'
199
200
  property :master_billing_account, as: 'masterBillingAccount'
200
201
  property :name, as: 'name'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbilling_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.39.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbilling_v1
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: '2.7'
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.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Billing API V1
82
79
  test_files: []