Interface ListRecurringAudienceListsResponseOrBuilder (0.52.0)

public interface ListRecurringAudienceListsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
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.

optional string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getRecurringAudienceLists(int index)

public abstract RecurringAudienceList getRecurringAudienceLists(int index)

Each recurring audience list for a property.

repeated .google.analytics.data.v1alpha.RecurringAudienceList recurring_audience_lists = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RecurringAudienceList

getRecurringAudienceListsCount()

public abstract int getRecurringAudienceListsCount()

Each recurring audience list for a property.

repeated .google.analytics.data.v1alpha.RecurringAudienceList recurring_audience_lists = 1;

Returns
TypeDescription
int

getRecurringAudienceListsList()

public abstract List<RecurringAudienceList> getRecurringAudienceListsList()

Each recurring audience list for a property.

repeated .google.analytics.data.v1alpha.RecurringAudienceList recurring_audience_lists = 1;

Returns
TypeDescription
List<RecurringAudienceList>

getRecurringAudienceListsOrBuilder(int index)

public abstract RecurringAudienceListOrBuilder getRecurringAudienceListsOrBuilder(int index)

Each recurring audience list for a property.

repeated .google.analytics.data.v1alpha.RecurringAudienceList recurring_audience_lists = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RecurringAudienceListOrBuilder

getRecurringAudienceListsOrBuilderList()

public abstract List<? extends RecurringAudienceListOrBuilder> getRecurringAudienceListsOrBuilderList()

Each recurring audience list for a property.

repeated .google.analytics.data.v1alpha.RecurringAudienceList recurring_audience_lists = 1;

Returns
TypeDescription
List<? extends com.google.analytics.data.v1alpha.RecurringAudienceListOrBuilder>

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
TypeDescription
boolean

Whether the nextPageToken field is set.