Package com.google.firestore.admin.v1
Interface Index.IndexField.SearchConfig.SearchTextSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Index.IndexField.SearchConfig.SearchTextSpec,Index.IndexField.SearchConfig.SearchTextSpec.Builder
- Enclosing class:
- Index.IndexField.SearchConfig
public static interface Index.IndexField.SearchConfig.SearchTextSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetIndexSpecs(int index) Required.intRequired.Required.getIndexSpecsOrBuilder(int index) Required.Required.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
-
getIndexSpecsList
List<Index.IndexField.SearchConfig.SearchTextIndexSpec> getIndexSpecsList()Required. Specifications for how the field should be indexed. Repeated so that the field can be indexed in multiple ways.
repeated .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpec index_specs = 1 [(.google.api.field_behavior) = REQUIRED]; -
getIndexSpecs
Required. Specifications for how the field should be indexed. Repeated so that the field can be indexed in multiple ways.
repeated .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpec index_specs = 1 [(.google.api.field_behavior) = REQUIRED]; -
getIndexSpecsCount
int getIndexSpecsCount()Required. Specifications for how the field should be indexed. Repeated so that the field can be indexed in multiple ways.
repeated .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpec index_specs = 1 [(.google.api.field_behavior) = REQUIRED]; -
getIndexSpecsOrBuilderList
List<? extends Index.IndexField.SearchConfig.SearchTextIndexSpecOrBuilder> getIndexSpecsOrBuilderList()Required. Specifications for how the field should be indexed. Repeated so that the field can be indexed in multiple ways.
repeated .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpec index_specs = 1 [(.google.api.field_behavior) = REQUIRED]; -
getIndexSpecsOrBuilder
Required. Specifications for how the field should be indexed. Repeated so that the field can be indexed in multiple ways.
repeated .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpec index_specs = 1 [(.google.api.field_behavior) = REQUIRED];
-