Package com.google.firestore.admin.v1
Interface Index.IndexField.SearchConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Index.IndexField.SearchConfig,Index.IndexField.SearchConfig.Builder
- Enclosing class:
- Index.IndexField
public static interface Index.IndexField.SearchConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.Optional.Optional.booleanOptional.booleanOptional.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
-
hasTextSpec
boolean hasTextSpec()Optional. The specification for building a text search index for a field.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextSpec text_spec = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the textSpec field is set.
-
getTextSpec
Index.IndexField.SearchConfig.SearchTextSpec getTextSpec()Optional. The specification for building a text search index for a field.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextSpec text_spec = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The textSpec.
-
getTextSpecOrBuilder
Index.IndexField.SearchConfig.SearchTextSpecOrBuilder getTextSpecOrBuilder()Optional. The specification for building a text search index for a field.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextSpec text_spec = 1 [(.google.api.field_behavior) = OPTIONAL]; -
hasGeoSpec
boolean hasGeoSpec()Optional. The specification for building a geo search index for a field.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchGeoSpec geo_spec = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the geoSpec field is set.
-
getGeoSpec
Index.IndexField.SearchConfig.SearchGeoSpec getGeoSpec()Optional. The specification for building a geo search index for a field.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchGeoSpec geo_spec = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The geoSpec.
-
getGeoSpecOrBuilder
Index.IndexField.SearchConfig.SearchGeoSpecOrBuilder getGeoSpecOrBuilder()Optional. The specification for building a geo search index for a field.
.google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchGeoSpec geo_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
-