Enum ExpandedDataSetFilter.StringFilter.MatchType (0.51.0)

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

The match type for the string filter.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTAINS

Contains the string value.

CONTAINS = 2;

CONTAINS_VALUE

Contains the string value.

CONTAINS = 2;

EXACT

Exact match of the string value.

EXACT = 1;

EXACT_VALUE

Exact match of the string value.

EXACT = 1;

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