google-cloud-billing-v1 0.17.0 → 0.17.2
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/lib/google/cloud/billing/v1/cloud_billing/client.rb +1 -1
- data/lib/google/cloud/billing/v1/cloud_billing/rest/client.rb +1 -1
- data/lib/google/cloud/billing/v1/cloud_billing/rest/service_stub.rb +9 -0
- data/lib/google/cloud/billing/v1/cloud_catalog/rest/service_stub.rb +9 -0
- data/lib/google/cloud/billing/v1/version.rb +1 -1
- data/proto_docs/google/cloud/billing/v1/cloud_billing.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3ce12aac31bf95eb1974d812f7b57f4c42cef5b6d9858a44d4939e55472396a
|
|
4
|
+
data.tar.gz: a8f6c5ee2760aab9bccc2336624a98840bb851a47496b5e8c94b1118b9cf5bbe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b3ba9673ba622ff01e52c907b93b0ee9fddb1193e03db17787246c426006ae65f328f310c200a1ffa407a2d4d40f192273150edab19d25921bb5b8ebc3aecd8
|
|
7
|
+
data.tar.gz: 48a0a818004e050e1880489f3f8913251264e888f104fc864d5b7a9f648887332d03cc816cbdc430fc1c33ee3beedc54ee936806e0dcf872eea5b17fdf3cce3f
|
|
@@ -1221,7 +1221,7 @@ module Google
|
|
|
1221
1221
|
# The specified billing account cannot be a subaccount, since a subaccount
|
|
1222
1222
|
# always belongs to the same organization as its parent account.
|
|
1223
1223
|
# @param destination_parent [::String]
|
|
1224
|
-
# Required. The resource name of the Organization to
|
|
1224
|
+
# Required. The resource name of the Organization to move
|
|
1225
1225
|
# the billing account under.
|
|
1226
1226
|
# Must be of the form `organizations/{organization_id}`.
|
|
1227
1227
|
#
|
|
@@ -1160,7 +1160,7 @@ module Google
|
|
|
1160
1160
|
# The specified billing account cannot be a subaccount, since a subaccount
|
|
1161
1161
|
# always belongs to the same organization as its parent account.
|
|
1162
1162
|
# @param destination_parent [::String]
|
|
1163
|
-
# Required. The resource name of the Organization to
|
|
1163
|
+
# Required. The resource name of the Organization to move
|
|
1164
1164
|
# the billing account under.
|
|
1165
1165
|
# Must be of the form `organizations/{organization_id}`.
|
|
1166
1166
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
@@ -52,6 +52,15 @@ module Google
|
|
|
52
52
|
@client_stub.universe_domain
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
+
##
|
|
56
|
+
# The effective endpoint
|
|
57
|
+
#
|
|
58
|
+
# @return [String]
|
|
59
|
+
#
|
|
60
|
+
def endpoint
|
|
61
|
+
@client_stub.endpoint
|
|
62
|
+
end
|
|
63
|
+
|
|
55
64
|
##
|
|
56
65
|
# Baseline implementation for the get_billing_account REST call
|
|
57
66
|
#
|
|
@@ -34,8 +34,8 @@ module Google
|
|
|
34
34
|
# @return [::Boolean]
|
|
35
35
|
# Output only. True if the billing account is open, and will therefore be
|
|
36
36
|
# charged for any usage on associated projects. False if the billing account
|
|
37
|
-
# is closed, and therefore projects associated with it
|
|
38
|
-
#
|
|
37
|
+
# is closed, and therefore projects associated with it are unable to use paid
|
|
38
|
+
# services.
|
|
39
39
|
# @!attribute [rw] display_name
|
|
40
40
|
# @return [::String]
|
|
41
41
|
# The display name given to the billing account, such as `My Billing
|
|
@@ -254,7 +254,7 @@ module Google
|
|
|
254
254
|
# always belongs to the same organization as its parent account.
|
|
255
255
|
# @!attribute [rw] destination_parent
|
|
256
256
|
# @return [::String]
|
|
257
|
-
# Required. The resource name of the Organization to
|
|
257
|
+
# Required. The resource name of the Organization to move
|
|
258
258
|
# the billing account under.
|
|
259
259
|
# Must be of the form `organizations/{organization_id}`.
|
|
260
260
|
class MoveBillingAccountRequest
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-billing-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.2
|
|
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-01-
|
|
11
|
+
date: 2024-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|