public interface ListAudienceListsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAudienceLists(int index)
public abstract AudienceList getAudienceLists(int index)Each audience list for a property.
repeated .google.analytics.data.v1alpha.AudienceList audience_lists = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AudienceList |
|
getAudienceListsCount()
public abstract int getAudienceListsCount()Each audience list for a property.
repeated .google.analytics.data.v1alpha.AudienceList audience_lists = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAudienceListsList()
public abstract List<AudienceList> getAudienceListsList()Each audience list for a property.
repeated .google.analytics.data.v1alpha.AudienceList audience_lists = 1;
| Returns | |
|---|---|
| Type | Description |
List<AudienceList> |
|
getAudienceListsOrBuilder(int index)
public abstract AudienceListOrBuilder getAudienceListsOrBuilder(int index)Each audience list for a property.
repeated .google.analytics.data.v1alpha.AudienceList audience_lists = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AudienceListOrBuilder |
|
getAudienceListsOrBuilderList()
public abstract List<? extends AudienceListOrBuilder> getAudienceListsOrBuilderList()Each audience list for a property.
repeated .google.analytics.data.v1alpha.AudienceList audience_lists = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.data.v1alpha.AudienceListOrBuilder> |
|
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.
optional 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.
optional string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
hasNextPageToken()
public abstract boolean hasNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
optional string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nextPageToken field is set. |