Class: Google::Cloud::Firestore::Admin::V1::Index::IndexField::SearchConfig::SearchGeoSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#geo_json_indexing_disabled::Boolean

Returns Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.

Returns:

  • (::Boolean)

    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