google-cloud-billing-v1 0.15.0 → 0.15.1

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: be36b334a1425494e4a2dd69ad0ee545ef80c095ec386731a05324981e02279b
4
- data.tar.gz: f52fcb020bc03eefc23583f4142dc721ce9eed23fbdce0e45acc1b6e0351d61b
3
+ metadata.gz: 60bbb8a8ff06c3cb068a6b9632bba498f6bde40438945e34eb73c7e6667e2d77
4
+ data.tar.gz: f59f1346597386a1f607ca2dd61468b355e10633adda7a7fe1756a11556118b1
5
5
  SHA512:
6
- metadata.gz: 13e48a023067278cd26a8dd3cd01ab4163b27577747ba61211b33afffeca7ae946d669ff3520e1ba081bb29face4b2dcf98cf230c85acf3ab10f03fd941529d5
7
- data.tar.gz: 42b4ab5b17dc2bde5ec8bed2925bb4c83f9ad677d67ff67a1156acb795962bfd1faff5b0cc57b430411e3afebe7e012df5467300078cc108ef5f9d1a86033df2
6
+ metadata.gz: 19c25b82e249cd2a79ce39fb9e32d86075f94fc6746459082abc334b64ec4dfdc2a2f71542ef06f249cfa0f2ec63de715e51c6712938861a80a568dc3125c47b
7
+ data.tar.gz: 6c95b05e6dc50db58e95ac3f0d786a0f65cbe8941a8ded0544a3d1bdbbf2d83ef96db2f4b9e6340216bbe6cc0c9674c1b363a9402b4f641ea0e01560a9b80827
@@ -310,9 +310,9 @@ module Google
310
310
  # call. If unspecified, the first page of results is returned.
311
311
  # @param filter [::String]
312
312
  # Options for how to filter the returned billing accounts.
313
- # Currently this only supports filtering for
313
+ # This only supports filtering for
314
314
  # [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
315
- # single provided reseller billing account.
315
+ # single provided parent billing account.
316
316
  # (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
317
317
  # Boolean algebra and other fields are not currently supported.
318
318
  #
@@ -488,7 +488,7 @@ module Google
488
488
  # typically given to billing account
489
489
  # [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
490
490
  # This method will return an error if the parent account has not been
491
- # provisioned as a reseller account.
491
+ # provisioned for subaccounts.
492
492
  #
493
493
  # @overload create_billing_account(request, options = nil)
494
494
  # Pass arguments to `create_billing_account` via a request object, either of type
@@ -293,9 +293,9 @@ module Google
293
293
  # call. If unspecified, the first page of results is returned.
294
294
  # @param filter [::String]
295
295
  # Options for how to filter the returned billing accounts.
296
- # Currently this only supports filtering for
296
+ # This only supports filtering for
297
297
  # [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
298
- # single provided reseller billing account.
298
+ # single provided parent billing account.
299
299
  # (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
300
300
  # Boolean algebra and other fields are not currently supported.
301
301
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -465,7 +465,7 @@ module Google
465
465
  # typically given to billing account
466
466
  # [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
467
467
  # This method will return an error if the parent account has not been
468
- # provisioned as a reseller account.
468
+ # provisioned for subaccounts.
469
469
  #
470
470
  # @overload create_billing_account(request, options = nil)
471
471
  # Pass arguments to `create_billing_account` via a request object, either of type
@@ -63,7 +63,7 @@ module Google
63
63
  # typically given to billing account
64
64
  # [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
65
65
  # This method will return an error if the parent account has not been
66
- # provisioned as a reseller account.
66
+ # provisioned for subaccounts.
67
67
  rpc :CreateBillingAccount, ::Google::Cloud::Billing::V1::CreateBillingAccountRequest, ::Google::Cloud::Billing::V1::BillingAccount
68
68
  # Lists the projects associated with a billing account. The current
69
69
  # authenticated user must have the `billing.resourceAssociations.list` IAM
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Billing
23
23
  module V1
24
- VERSION = "0.15.0"
24
+ VERSION = "0.15.1"
25
25
  end
26
26
  end
27
27
  end
@@ -104,9 +104,9 @@ module Google
104
104
  # @!attribute [rw] filter
105
105
  # @return [::String]
106
106
  # Options for how to filter the returned billing accounts.
107
- # Currently this only supports filtering for
107
+ # This only supports filtering for
108
108
  # [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
109
- # single provided reseller billing account.
109
+ # single provided parent billing account.
110
110
  # (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
111
111
  # Boolean algebra and other fields are not currently supported.
112
112
  class ListBillingAccountsRequest
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.15.0
4
+ version: 0.15.1
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-09-12 00:00:00.000000000 Z
11
+ date: 2023-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common