public enum Index.IndexField.SearchConfig.TextMatchType extends Enum<Index.IndexField.SearchConfig.TextMatchType> implements ProtocolMessageEnumTypes of text matches that are supported for the field.
Protobuf enum google.firestore.admin.v1.Index.IndexField.SearchConfig.TextMatchType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MATCH_GLOBALLY |
Match on any indexed field. This is the only way currently supported for MONGODB_COMPATIBLE_API. |
MATCH_GLOBALLY_VALUE |
Match on any indexed field. This is the only way currently supported for MONGODB_COMPATIBLE_API. |
TEXT_MATCH_TYPE_UNSPECIFIED |
The match type is unspecified. Not a valid option. |
TEXT_MATCH_TYPE_UNSPECIFIED_VALUE |
The match type is unspecified. Not a valid option. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|