Skip to content

Commit

Permalink
docs: update service documentation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 567050256
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 20, 2023
1 parent 1e1f87a commit 5fcf6d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google/cloud/billing/v1/cloud_billing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ service CloudBilling {
// typically given to billing account
// [administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
// This method will return an error if the parent account has not been
// provisioned as a reseller account.
// provisioned for subaccounts.
rpc CreateBillingAccount(CreateBillingAccountRequest)
returns (BillingAccount) {
option (google.api.http) = {
Expand Down Expand Up @@ -290,9 +290,9 @@ message ListBillingAccountsRequest {
string page_token = 2;

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

0 comments on commit 5fcf6d8

Please sign in to comment.