public interface ListBillingAccountsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Options for how to filter the returned billing accounts.
|
com.google.protobuf.ByteString |
getFilterBytes()
Options for how to filter the returned billing accounts.
|
int |
getPageSize()
Requested page size.
|
String |
getPageToken()
A token identifying a page of results to return.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A token identifying a page of results to return.
|
String |
getParent()
Optional.
|
com.google.protobuf.ByteString |
getParentBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPageSize()
Requested page size. The maximum page size is 100; this is also the default.
int32 page_size = 1;String getPageToken()
A token identifying a page of results to return. This should be a `next_page_token` value returned from a previous `ListBillingAccounts` call. If unspecified, the first page of results is returned.
string page_token = 2;com.google.protobuf.ByteString getPageTokenBytes()
A token identifying a page of results to return. This should be a `next_page_token` value returned from a previous `ListBillingAccounts` call. If unspecified, the first page of results is returned.
string page_token = 2;String getFilter()
Options for how to filter the returned billing accounts. This only supports filtering for [subaccounts](https://cloud.google.com/billing/docs/concepts) under a single provided parent billing account. (for example, `master_billing_account=billingAccounts/012345-678901-ABCDEF`). Boolean algebra and other fields are not currently supported.
string filter = 3;com.google.protobuf.ByteString getFilterBytes()
Options for how to filter the returned billing accounts. This only supports filtering for [subaccounts](https://cloud.google.com/billing/docs/concepts) under a single provided parent billing account. (for example, `master_billing_account=billingAccounts/012345-678901-ABCDEF`). Boolean algebra and other fields are not currently supported.
string filter = 3;String getParent()
Optional. The parent resource to list billing accounts from.
Format:
- `organizations/{organization_id}`, for example,
`organizations/12345678`
- `billingAccounts/{billing_account_id}`, for example,
`billingAccounts/012345-567890-ABCDEF`
string parent = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getParentBytes()
Optional. The parent resource to list billing accounts from.
Format:
- `organizations/{organization_id}`, for example,
`organizations/12345678`
- `billingAccounts/{billing_account_id}`, for example,
`billingAccounts/012345-567890-ABCDEF`
string parent = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.