Enum Filter.StringFilter.MatchType (0.52.0)

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

The match type of a string filter

Protobuf enum google.analytics.data.v1beta.Filter.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 match for the regular expression with the string value.

FULL_REGEXP = 5;

FULL_REGEXP_VALUE

Full match for the regular expression with the string value.

FULL_REGEXP = 5;

MATCH_TYPE_UNSPECIFIED

Unspecified

MATCH_TYPE_UNSPECIFIED = 0;

MATCH_TYPE_UNSPECIFIED_VALUE

Unspecified

MATCH_TYPE_UNSPECIFIED = 0;

PARTIAL_REGEXP

Partial match for the regular expression with the string value.

PARTIAL_REGEXP = 6;

PARTIAL_REGEXP_VALUE

Partial match for the regular expression with the string value.

PARTIAL_REGEXP = 6;

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