Interface SubpropertyEventFilterOrBuilder (0.51.0)

public interface SubpropertyEventFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplyToProperty()

public abstract String getApplyToProperty()

Immutable. Resource name of the Subproperty that uses this filter.

optional string apply_to_property = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The applyToProperty.

getApplyToPropertyBytes()

public abstract ByteString getApplyToPropertyBytes()

Immutable. Resource name of the Subproperty that uses this filter.

optional string apply_to_property = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for applyToProperty.

getFilterClauses(int index)

public abstract SubpropertyEventFilterClause getFilterClauses(int index)

Required. Unordered list. Filter clauses that define the SubpropertyEventFilter. All clauses are AND'ed together to determine what data is sent to the subproperty.

repeated .google.analytics.admin.v1alpha.SubpropertyEventFilterClause filter_clauses = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST];

Parameter
NameDescription
indexint
Returns
TypeDescription
SubpropertyEventFilterClause

getFilterClausesCount()

public abstract int getFilterClausesCount()

Required. Unordered list. Filter clauses that define the SubpropertyEventFilter. All clauses are AND'ed together to determine what data is sent to the subproperty.

repeated .google.analytics.admin.v1alpha.SubpropertyEventFilterClause filter_clauses = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST];

Returns
TypeDescription
int

getFilterClausesList()

public abstract List<SubpropertyEventFilterClause> getFilterClausesList()

Required. Unordered list. Filter clauses that define the SubpropertyEventFilter. All clauses are AND'ed together to determine what data is sent to the subproperty.

repeated .google.analytics.admin.v1alpha.SubpropertyEventFilterClause filter_clauses = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST];

Returns
TypeDescription
List<SubpropertyEventFilterClause>

getFilterClausesOrBuilder(int index)

public abstract SubpropertyEventFilterClauseOrBuilder getFilterClausesOrBuilder(int index)

Required. Unordered list. Filter clauses that define the SubpropertyEventFilter. All clauses are AND'ed together to determine what data is sent to the subproperty.

repeated .google.analytics.admin.v1alpha.SubpropertyEventFilterClause filter_clauses = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST];

Parameter
NameDescription
indexint
Returns
TypeDescription
SubpropertyEventFilterClauseOrBuilder

getFilterClausesOrBuilderList()

public abstract List<? extends SubpropertyEventFilterClauseOrBuilder> getFilterClausesOrBuilderList()

Required. Unordered list. Filter clauses that define the SubpropertyEventFilter. All clauses are AND'ed together to determine what data is sent to the subproperty.

repeated .google.analytics.admin.v1alpha.SubpropertyEventFilterClause filter_clauses = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST];

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

getName()

public abstract String getName()

Output only. Format: properties/{ordinary_property_id}/subpropertyEventFilters/{sub_property_event_filter} Example: properties/1234/subpropertyEventFilters/5678

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Format: properties/{ordinary_property_id}/subpropertyEventFilters/{sub_property_event_filter} Example: properties/1234/subpropertyEventFilters/5678

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

hasApplyToProperty()

public abstract boolean hasApplyToProperty()

Immutable. Resource name of the Subproperty that uses this filter.

optional string apply_to_property = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
boolean

Whether the applyToProperty field is set.