Interface ListSubpropertyEventFiltersResponseOrBuilder (0.54.0)

public interface ListSubpropertyEventFiltersResponseOrBuilder 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.

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.

getSubpropertyEventFilters(int index)

public abstract SubpropertyEventFilter getSubpropertyEventFilters(int index)

List of subproperty event filters.

repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;

Parameter
Name Description
index int
Returns
Type Description
SubpropertyEventFilter

getSubpropertyEventFiltersCount()

public abstract int getSubpropertyEventFiltersCount()

List of subproperty event filters.

repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;

Returns
Type Description
int

getSubpropertyEventFiltersList()

public abstract List<SubpropertyEventFilter> getSubpropertyEventFiltersList()

List of subproperty event filters.

repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;

Returns
Type Description
List<SubpropertyEventFilter>

getSubpropertyEventFiltersOrBuilder(int index)

public abstract SubpropertyEventFilterOrBuilder getSubpropertyEventFiltersOrBuilder(int index)

List of subproperty event filters.

repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;

Parameter
Name Description
index int
Returns
Type Description
SubpropertyEventFilterOrBuilder

getSubpropertyEventFiltersOrBuilderList()

public abstract List<? extends SubpropertyEventFilterOrBuilder> getSubpropertyEventFiltersOrBuilderList()

List of subproperty event filters.

repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;

Returns
Type Description
List<? extends com.google.analytics.admin.v1alpha.SubpropertyEventFilterOrBuilder>