Package com.google.firestore.admin.v1
Interface Index.IndexField.SearchConfig.SearchGeoSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Index.IndexField.SearchConfig.SearchGeoSpec,Index.IndexField.SearchConfig.SearchGeoSpec.Builder
- Enclosing class:
- Index.IndexField.SearchConfig
public static interface Index.IndexField.SearchConfig.SearchGeoSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getGeoJsonIndexingDisabled
boolean getGeoJsonIndexingDisabled()Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.
bool geo_json_indexing_disabled = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The geoJsonIndexingDisabled.
-