Reference documentation and code samples for the Google Cloud Billing V1 Client class ListBillingAccountsRequest.
Request message for ListBillingAccounts
.
Generated from protobuf message google.cloud.billing.v1.ListBillingAccountsRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ page_size
int
Requested page size. The maximum page size is 100; this is also the default.
↳ page_token
string
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.
↳ filter
string
Options for how to filter the returned billing accounts. Currently this only supports filtering for subaccounts under a single provided reseller billing account. (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF"). Boolean algebra and other fields are not currently supported.
getPageSize
Requested page size. The maximum page size is 100; this is also the default.
int
setPageSize
Requested page size. The maximum page size is 100; this is also the default.
var
int
$this
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
setPageToken
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.
var
string
$this
getFilter
Options for how to filter the returned billing accounts.
Currently this only supports filtering for subaccounts under a single provided reseller billing account. (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF"). Boolean algebra and other fields are not currently supported.
string
setFilter
Options for how to filter the returned billing accounts.
Currently this only supports filtering for subaccounts under a single provided reseller billing account. (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF"). Boolean algebra and other fields are not currently supported.
var
string
$this