google-cloud-billing-v1 0.17.1 → 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: ddea6e85719ae1fd5c054f3626fd13c66f148eec08f246f0c1d355bfcc050938
4
- data.tar.gz: 4db14baee32acb0e233e761e7aa74081078edab2e3531f45f114fe943664f58e
3
+ metadata.gz: d3ce12aac31bf95eb1974d812f7b57f4c42cef5b6d9858a44d4939e55472396a
4
+ data.tar.gz: a8f6c5ee2760aab9bccc2336624a98840bb851a47496b5e8c94b1118b9cf5bbe
5
5
  SHA512:
6
- metadata.gz: 0a491809080b6c63579032af1d655ef60b8ef7a46b5fdf1bb34750620c1788aef0e54c995d7b55f3f611e3a0a0f3d5a406b1669ca7bdf4963ec5f41539fb04c4
7
- data.tar.gz: d7b44e9a1683f5bbdc64964fc3d5d1cb00947c8c7c4dd9d50d737a8cd5f6a90d409a6c188988816ccff82a6d1914494a05cffa690037ecf7b4f37c7cb4948210
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Billing
23
23
  module V1
24
- VERSION = "0.17.1"
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.1
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-12 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