Interface ListAccountsResponseOrBuilder (0.51.0)

public interface ListAccountsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccounts(int index)

public abstract Account getAccounts(int index)

Results that were accessible to the caller.

repeated .google.analytics.admin.v1beta.Account accounts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Account

getAccountsCount()

public abstract int getAccountsCount()

Results that were accessible to the caller.

repeated .google.analytics.admin.v1beta.Account accounts = 1;

Returns
TypeDescription
int

getAccountsList()

public abstract List<Account> getAccountsList()

Results that were accessible to the caller.

repeated .google.analytics.admin.v1beta.Account accounts = 1;

Returns
TypeDescription
List<Account>

getAccountsOrBuilder(int index)

public abstract AccountOrBuilder getAccountsOrBuilder(int index)

Results that were accessible to the caller.

repeated .google.analytics.admin.v1beta.Account accounts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccountOrBuilder

getAccountsOrBuilderList()

public abstract List<? extends AccountOrBuilder> getAccountsOrBuilderList()

Results that were accessible to the caller.

repeated .google.analytics.admin.v1beta.Account accounts = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1beta.AccountOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.