| Modifier and Type | Method and Description |
|---|---|
static StringFilter.MatchType |
StringFilter.MatchType.forNumber(int value) |
StringFilter.MatchType |
StringFilter.getMatchType()
The match type for this filter.
|
StringFilter.MatchType |
StringFilter.Builder.getMatchType()
The match type for this filter.
|
StringFilter.MatchType |
StringFilterOrBuilder.getMatchType()
The match type for this filter.
|
static StringFilter.MatchType |
StringFilter.MatchType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StringFilter.MatchType |
StringFilter.MatchType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StringFilter.MatchType |
StringFilter.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringFilter.MatchType[] |
StringFilter.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<StringFilter.MatchType> |
StringFilter.MatchType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
StringFilter.Builder |
StringFilter.Builder.setMatchType(StringFilter.MatchType value)
The match type for this filter.
|
Copyright © 2023 Google LLC. All rights reserved.