Reference documentation and code samples for the Billing V1 API class Google::Cloud::Billing::V1::ListBillingAccountsRequest.
Request message for ListBillingAccounts
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::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.
#filter=
def filter=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Requested page size. The maximum page size is 100; this is also the default.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Requested page size. The maximum page size is 100; this is also the default.
Returns
- (::Integer) — Requested page size. The maximum page size is 100; this is also the default.
#page_token
def page_token() -> ::String
Returns
-
(::String) — A token identifying a page of results to return. This should be a
next_page_token
value returned from a previousListBillingAccounts
call. If unspecified, the first page of results is returned.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — A token identifying a page of results to return. This should be a
next_page_token
value returned from a previousListBillingAccounts
call. If unspecified, the first page of results is returned.
Returns
-
(::String) — A token identifying a page of results to return. This should be a
next_page_token
value returned from a previousListBillingAccounts
call. If unspecified, the first page of results is returned.