public interface ListAccountSummariesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccountSummaries(int index)
public abstract AccountSummary getAccountSummaries(int index)Account summaries of all accounts the caller has access to.
repeated .google.analytics.admin.v1alpha.AccountSummary account_summaries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountSummary |
|
getAccountSummariesCount()
public abstract int getAccountSummariesCount()Account summaries of all accounts the caller has access to.
repeated .google.analytics.admin.v1alpha.AccountSummary account_summaries = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAccountSummariesList()
public abstract List<AccountSummary> getAccountSummariesList()Account summaries of all accounts the caller has access to.
repeated .google.analytics.admin.v1alpha.AccountSummary account_summaries = 1;
| Returns | |
|---|---|
| Type | Description |
List<AccountSummary> |
|
getAccountSummariesOrBuilder(int index)
public abstract AccountSummaryOrBuilder getAccountSummariesOrBuilder(int index)Account summaries of all accounts the caller has access to.
repeated .google.analytics.admin.v1alpha.AccountSummary account_summaries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountSummaryOrBuilder |
|
getAccountSummariesOrBuilderList()
public abstract List<? extends AccountSummaryOrBuilder> getAccountSummariesOrBuilderList()Account summaries of all accounts the caller has access to.
repeated .google.analytics.admin.v1alpha.AccountSummary account_summaries = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1alpha.AccountSummaryOrBuilder> |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |