google-cloud-billing-v1 0.17.0 → 0.17.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69b9cf0939f5fa48e2e27c276aec0d6b9d550a086411a3e80c166dfc82f25ca2
4
- data.tar.gz: a8ace83814440ed6358a7fc695e1d6f5177321af3014622804849691f16c10cf
3
+ metadata.gz: d3ce12aac31bf95eb1974d812f7b57f4c42cef5b6d9858a44d4939e55472396a
4
+ data.tar.gz: a8f6c5ee2760aab9bccc2336624a98840bb851a47496b5e8c94b1118b9cf5bbe
5
5
  SHA512:
6
- metadata.gz: b06643be2bf76cd015b292b1373cb3b1a1984ec5ecc32fe2c36fdeb2321b9501377c32461e72fd891c7f78a137791e6afd3e4392c5d84c70cb771c87c19eace0
7
- data.tar.gz: 6ce95a00909b38013b202eca9d15531618e4e80bd536c96c5ddc5a3f7550f010e9f6e75aa77b54743a825d6d087c1df520aadae4ec20cc38af408642a3505309
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 reparent
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 reparent
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
  #
@@ -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 list_services REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Billing
23
23
  module V1
24
- VERSION = "0.17.0"
24
+ VERSION = "0.17.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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 will be unable to use
38
- # paid services.
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 reparent
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.0
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 00:00:00.000000000 Z
11
+ date: 2024-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common