Class: Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::SearchGeoSpec
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::SearchGeoSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/index.rb
Overview
The specification for how to build a geo search index for a field.
Instance Attribute Summary collapse
-
#geo_json_indexing_disabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#geo_json_indexing_disabled ⇒ ::Boolean
Returns Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.
189 190 191 192 |
# File 'proto_docs/google/firestore/admin/v1/index.rb', line 189 class SearchGeoSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |