Interface ListSubpropertyEventFiltersResponseOrBuilder (0.51.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
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.

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
NameDescription
indexint
Returns
TypeDescription
SubpropertyEventFilter

getSubpropertyEventFiltersCount()

public abstract int getSubpropertyEventFiltersCount()

List of subproperty event filters.

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

Returns
TypeDescription
int

getSubpropertyEventFiltersList()

public abstract List<SubpropertyEventFilter> getSubpropertyEventFiltersList()

List of subproperty event filters.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
SubpropertyEventFilterOrBuilder

getSubpropertyEventFiltersOrBuilderList()

public abstract List<? extends SubpropertyEventFilterOrBuilder> getSubpropertyEventFiltersOrBuilderList()

List of subproperty event filters.

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

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