Enum AudienceFilterClause.AudienceClauseType (0.30.0)

public enum AudienceFilterClause.AudienceClauseType extends Enum<AudienceFilterClause.AudienceClauseType> implements ProtocolMessageEnum

Specifies whether this is an include or exclude filter clause.

Protobuf enum google.analytics.admin.v1alpha.AudienceFilterClause.AudienceClauseType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUDIENCE_CLAUSE_TYPE_UNSPECIFIED

Unspecified clause type.

AUDIENCE_CLAUSE_TYPE_UNSPECIFIED = 0;

AUDIENCE_CLAUSE_TYPE_UNSPECIFIED_VALUE

Unspecified clause type.

AUDIENCE_CLAUSE_TYPE_UNSPECIFIED = 0;

EXCLUDE

Users will be excluded from the Audience if the filter clause is met.

EXCLUDE = 2;

EXCLUDE_VALUE

Users will be excluded from the Audience if the filter clause is met.

EXCLUDE = 2;

INCLUDE

Users will be included in the Audience if the filter clause is met.

INCLUDE = 1;

INCLUDE_VALUE

Users will be included in the Audience 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()