Enum SubpropertyEventFilterClause.FilterClauseType (0.51.0)

public enum SubpropertyEventFilterClause.FilterClauseType extends Enum<SubpropertyEventFilterClause.FilterClauseType> implements ProtocolMessageEnum

Specifies whether this is an include or exclude filter clause.

Protobuf enum google.analytics.admin.v1alpha.SubpropertyEventFilterClause.FilterClauseType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EXCLUDE

Events will be excluded from the Sub property if the filter clause is met.

EXCLUDE = 2;

EXCLUDE_VALUE

Events will be excluded from the Sub property if the filter clause is met.

EXCLUDE = 2;

FILTER_CLAUSE_TYPE_UNSPECIFIED

Filter clause type unknown or not specified.

FILTER_CLAUSE_TYPE_UNSPECIFIED = 0;

FILTER_CLAUSE_TYPE_UNSPECIFIED_VALUE

Filter clause type unknown or not specified.

FILTER_CLAUSE_TYPE_UNSPECIFIED = 0;

INCLUDE

Events will be included in the Sub property if the filter clause is met.

INCLUDE = 1;

INCLUDE_VALUE

Events will be included in the Sub property if the filter clause is met.

INCLUDE = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()