public static enum StringFilter.MatchType extends Enum<StringFilter.MatchType> implements com.google.protobuf.ProtocolMessageEnum
The match type of a string filterProtobuf enum
google.analytics.data.v1alpha.StringFilter.MatchType| Enum Constant and Description |
|---|
BEGINS_WITH
Begins with the string value.
|
CONTAINS
Contains the string value.
|
ENDS_WITH
Ends with the string value.
|
EXACT
Exact match of the string value.
|
FULL_REGEXP
Full match for the regular expression with the string value.
|
MATCH_TYPE_UNSPECIFIED
Unspecified
|
PARTIAL_REGEXP
Partial match for the regular expression with the string value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BEGINS_WITH_VALUE
Begins with the string value.
|
static int |
CONTAINS_VALUE
Contains the string value.
|
static int |
ENDS_WITH_VALUE
Ends with the string value.
|
static int |
EXACT_VALUE
Exact match of the string value.
|
static int |
FULL_REGEXP_VALUE
Full match for the regular expression with the string value.
|
static int |
MATCH_TYPE_UNSPECIFIED_VALUE
Unspecified
|
static int |
PARTIAL_REGEXP_VALUE
Partial match for the regular expression with the string value.
|
| Modifier and Type | Method and Description |
|---|---|
static StringFilter.MatchType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<StringFilter.MatchType> |
internalGetValueMap() |
static StringFilter.MatchType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StringFilter.MatchType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StringFilter.MatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringFilter.MatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StringFilter.MatchType MATCH_TYPE_UNSPECIFIED
Unspecified
MATCH_TYPE_UNSPECIFIED = 0;public static final StringFilter.MatchType EXACT
Exact match of the string value.
EXACT = 1;public static final StringFilter.MatchType BEGINS_WITH
Begins with the string value.
BEGINS_WITH = 2;public static final StringFilter.MatchType ENDS_WITH
Ends with the string value.
ENDS_WITH = 3;public static final StringFilter.MatchType CONTAINS
Contains the string value.
CONTAINS = 4;public static final StringFilter.MatchType FULL_REGEXP
Full match for the regular expression with the string value.
FULL_REGEXP = 5;public static final StringFilter.MatchType PARTIAL_REGEXP
Partial match for the regular expression with the string value.
PARTIAL_REGEXP = 6;public static final StringFilter.MatchType UNRECOGNIZED
public static final int MATCH_TYPE_UNSPECIFIED_VALUE
Unspecified
MATCH_TYPE_UNSPECIFIED = 0;public static final int EXACT_VALUE
Exact match of the string value.
EXACT = 1;public static final int BEGINS_WITH_VALUE
Begins with the string value.
BEGINS_WITH = 2;public static final int ENDS_WITH_VALUE
Ends with the string value.
ENDS_WITH = 3;public static final int CONTAINS_VALUE
Contains the string value.
CONTAINS = 4;public static final int FULL_REGEXP_VALUE
Full match for the regular expression with the string value.
FULL_REGEXP = 5;public static final int PARTIAL_REGEXP_VALUE
Partial match for the regular expression with the string value.
PARTIAL_REGEXP = 6;public static StringFilter.MatchType[] values()
for (StringFilter.MatchType c : StringFilter.MatchType.values()) System.out.println(c);
public static StringFilter.MatchType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static StringFilter.MatchType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static StringFilter.MatchType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<StringFilter.MatchType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static StringFilter.MatchType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.