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 +4 -4
- data/lib/google/cloud/billing/v1/cloud_billing/client.rb +3 -3
- data/lib/google/cloud/billing/v1/cloud_billing/rest/client.rb +3 -3
- data/lib/google/cloud/billing/v1/cloud_billing_services_pb.rb +1 -1
- data/lib/google/cloud/billing/v1/version.rb +1 -1
- data/proto_docs/google/cloud/billing/v1/cloud_billing.rb +2 -2
- 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: 60bbb8a8ff06c3cb068a6b9632bba498f6bde40438945e34eb73c7e6667e2d77
|
4
|
+
data.tar.gz: f59f1346597386a1f607ca2dd61468b355e10633adda7a7fe1756a11556118b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
#
|
313
|
+
# This only supports filtering for
|
314
314
|
# [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
|
315
|
-
# single provided
|
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
|
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
|
-
#
|
296
|
+
# This only supports filtering for
|
297
297
|
# [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
|
298
|
-
# single provided
|
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
|
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
|
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
|
@@ -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
|
-
#
|
107
|
+
# This only supports filtering for
|
108
108
|
# [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
|
109
|
-
# single provided
|
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.
|
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-
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|