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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 470b160b56cc1baa53356740f5528feed58359f476134a591832a9fd88007fb1
|
|
4
|
+
data.tar.gz: '0915db38e43b4277e0c1bd75e89c4a31c743b022adf08136f87730bc0a51bc7c'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 891024d298b011d5b5398f5d93651e0e5c654f7db52ecf9cc2e155db9fd6a21190f922735f2a227461e797ccfa09886c10e4c582b98257dcfe2bdf99bcf94269
|
|
7
|
+
data.tar.gz: 6d3f986014945bcd328bb982d4708916f345dc7d82058015a502f464e8c141f10b21d9eed29429e6d24e5e3c6a21dbfac7ab377c5c3e054570f48be4b94a9b6a
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20231115"
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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-
|
|
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.
|
|
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: []
|