Enum AudienceDimensionOrMetricFilter.StringFilter.MatchType (0.51.0)

public enum AudienceDimensionOrMetricFilter.StringFilter.MatchType extends Enum<AudienceDimensionOrMetricFilter.StringFilter.MatchType> implements ProtocolMessageEnum

The match type for the string filter.

Protobuf enum google.analytics.admin.v1alpha.AudienceDimensionOrMetricFilter.StringFilter.MatchType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BEGINS_WITH

Begins with the string value.

BEGINS_WITH = 2;

BEGINS_WITH_VALUE

Begins with the string value.

BEGINS_WITH = 2;

CONTAINS

Contains the string value.

CONTAINS = 4;

CONTAINS_VALUE

Contains the string value.

CONTAINS = 4;

ENDS_WITH

Ends with the string value.

ENDS_WITH = 3;

ENDS_WITH_VALUE

Ends with the string value.

ENDS_WITH = 3;

EXACT

Exact match of the string value.

EXACT = 1;

EXACT_VALUE

Exact match of the string value.

EXACT = 1;

FULL_REGEXP

Full regular expression matches with the string value.

FULL_REGEXP = 5;

FULL_REGEXP_VALUE

Full regular expression matches with the string value.

FULL_REGEXP = 5;

MATCH_TYPE_UNSPECIFIED

Unspecified

MATCH_TYPE_UNSPECIFIED = 0;

MATCH_TYPE_UNSPECIFIED_VALUE

Unspecified

MATCH_TYPE_UNSPECIFIED = 0;

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()