Skip to content

Commit 5fcf6d8

Browse files
Google APIscopybara-github
authored andcommitted
docs: update service documentation
PiperOrigin-RevId: 567050256
1 parent 1e1f87a commit 5fcf6d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/billing/v1/cloud_billing.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ service CloudBilling {
8888
// typically given to billing account
8989
// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
9090
// This method will return an error if the parent account has not been
91-
// provisioned as a reseller account.
91+
// provisioned for subaccounts.
9292
rpc CreateBillingAccount(CreateBillingAccountRequest)
9393
returns (BillingAccount) {
9494
option (google.api.http) = {
@@ -290,9 +290,9 @@ message ListBillingAccountsRequest {
290290
string page_token = 2;
291291

292292
// Options for how to filter the returned billing accounts.
293-
// Currently this only supports filtering for
293+
// This only supports filtering for
294294
// [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
295-
// single provided reseller billing account.
295+
// single provided parent billing account.
296296
// (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
297297
// Boolean algebra and other fields are not currently supported.
298298
string filter = 3;

0 commit comments

Comments
 (0)