Package com.google.firestore.admin.v1
Interface Index.IndexField.SearchConfig.SearchTextIndexSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Index.IndexField.SearchConfig.SearchTextIndexSpec,Index.IndexField.SearchConfig.SearchTextIndexSpec.Builder
- Enclosing class:
- Index.IndexField.SearchConfig
public static interface Index.IndexField.SearchConfig.SearchTextIndexSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.intRequired.Required.intRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIndexTypeValue
int getIndexTypeValue()Required. How to index the text field value.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.TextIndexType index_type = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for indexType.
-
getIndexType
Index.IndexField.SearchConfig.TextIndexType getIndexType()Required. How to index the text field value.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.TextIndexType index_type = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The indexType.
-
getMatchTypeValue
int getMatchTypeValue()Required. How to match the text field value.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.TextMatchType match_type = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for matchType.
-
getMatchType
Index.IndexField.SearchConfig.TextMatchType getMatchType()Required. How to match the text field value.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.TextMatchType match_type = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The matchType.
-