File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments