Interface ListBillingAccountsResponseOrBuilder (2.41.0)

public interface ListBillingAccountsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBillingAccounts(int index)

public abstract BillingAccount getBillingAccounts(int index)

A list of billing accounts.

repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
BillingAccount

getBillingAccountsCount()

public abstract int getBillingAccountsCount()

A list of billing accounts.

repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;

Returns
TypeDescription
int

getBillingAccountsList()

public abstract List<BillingAccount> getBillingAccountsList()

A list of billing accounts.

repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;

Returns
TypeDescription
List<BillingAccount>

getBillingAccountsOrBuilder(int index)

public abstract BillingAccountOrBuilder getBillingAccountsOrBuilder(int index)

A list of billing accounts.

repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
BillingAccountOrBuilder

getBillingAccountsOrBuilderList()

public abstract List<? extends BillingAccountOrBuilder> getBillingAccountsOrBuilderList()

A list of billing accounts.

repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;

Returns
TypeDescription
List<? extends com.google.cloud.billing.v1.BillingAccountOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. To retrieve the next page, call ListBillingAccounts again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. To retrieve the next page, call ListBillingAccounts again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.