Interface ListBillingAccountsResponseOrBuilder (2.42.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
Name Description
index int
Returns
Type Description
BillingAccount

getBillingAccountsCount()

public abstract int getBillingAccountsCount()

A list of billing accounts.

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

Returns
Type Description
int

getBillingAccountsList()

public abstract List<BillingAccount> getBillingAccountsList()

A list of billing accounts.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
BillingAccountOrBuilder

getBillingAccountsOrBuilderList()

public abstract List<? extends BillingAccountOrBuilder> getBillingAccountsOrBuilderList()

A list of billing accounts.

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

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.