google-apis-cloudbilling_v1 0.29.0 → 0.30.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: 2a615bbc81ce4720fd95425af455b815eeb6abbf7acce5d44af686723451fec9
4
- data.tar.gz: e9184a3eb61c690cea49126eaa5ff0ea73bf37f14416331e806d6c743771c51e
3
+ metadata.gz: 470b160b56cc1baa53356740f5528feed58359f476134a591832a9fd88007fb1
4
+ data.tar.gz: '0915db38e43b4277e0c1bd75e89c4a31c743b022adf08136f87730bc0a51bc7c'
5
5
  SHA512:
6
- metadata.gz: 2c6d5fcec8a4d1c6b7161fa1434a6c2903f89e55300cf1b4ad7f54dc1430dd6b992aef7c0aa8e8bea1e39d177335d5e20313e68d24c069d8f832d8aa5542a983
7
- data.tar.gz: 0b21add8b98565786e2ab69dc70a58e177aba09a75caacb3b63a5a25812e4b5b0f39d3725f8eeaf3ad8ff16d0f9bab5f80caa4e2869c523b0281aab91434650e
6
+ metadata.gz: 891024d298b011d5b5398f5d93651e0e5c654f7db52ecf9cc2e155db9fd6a21190f922735f2a227461e797ccfa09886c10e4c582b98257dcfe2bdf99bcf94269
7
+ data.tar.gz: 6d3f986014945bcd328bb982d4708916f345dc7d82058015a502f464e8c141f10b21d9eed29429e6d24e5e3c6a21dbfac7ab377c5c3e054570f48be4b94a9b6a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbilling_v1
2
2
 
3
+ ### v0.30.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231115
6
+
3
7
  ### v0.29.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231025
@@ -160,6 +160,15 @@ module Google
160
160
  attr_accessor :open
161
161
  alias_method :open?, :open
162
162
 
163
+ # Output only. The billing account's parent resource identifier. Use the `
164
+ # MoveBillingAccount` method to update the account's parent resource if it is a
165
+ # organization. Format: - organizations/`organization_id`, for example:
166
+ # organizations/12345678 - billingAccounts/`billing_account_id`, for example: `
167
+ # billingAccounts/012345-567890-ABCDEF`
168
+ # Corresponds to the JSON property `parent`
169
+ # @return [String]
170
+ attr_accessor :parent
171
+
163
172
  def initialize(**args)
164
173
  update!(**args)
165
174
  end
@@ -170,6 +179,7 @@ module Google
170
179
  @master_billing_account = args[:master_billing_account] if args.key?(:master_billing_account)
171
180
  @name = args[:name] if args.key?(:name)
172
181
  @open = args[:open] if args.key?(:open)
182
+ @parent = args[:parent] if args.key?(:parent)
173
183
  end
174
184
  end
175
185
 
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.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 = "20231025"
25
+ REVISION = "20231115"
26
26
  end
27
27
  end
28
28
  end
@@ -199,6 +199,7 @@ module Google
199
199
  property :master_billing_account, as: 'masterBillingAccount'
200
200
  property :name, as: 'name'
201
201
  property :open, as: 'open'
202
+ property :parent, as: 'parent'
202
203
  end
203
204
  end
204
205
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbilling_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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-10-29 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbilling_v1
63
63
  post_install_message:
64
64
  rdoc_options: []