Cloud Firestore Admin V1 API - Class Google::Cloud::Firestore::Admin::V1::Index::IndexField (v0.16.0)

Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::Index::IndexField.

A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#array_config

def array_config() -> ::Google::Cloud::Firestore::Admin::V1::Index::IndexField::ArrayConfig
Returns

#array_config=

def array_config=(value) -> ::Google::Cloud::Firestore::Admin::V1::Index::IndexField::ArrayConfig
Parameter
Returns

#field_path

def field_path() -> ::String
Returns
  • (::String) — Can be name. For single field indexes, this must match the name of the field or may be omitted.

#field_path=

def field_path=(value) -> ::String
Parameter
  • value (::String) — Can be name. For single field indexes, this must match the name of the field or may be omitted.
Returns
  • (::String) — Can be name. For single field indexes, this must match the name of the field or may be omitted.

#order

def order() -> ::Google::Cloud::Firestore::Admin::V1::Index::IndexField::Order
Returns

#order=

def order=(value) -> ::Google::Cloud::Firestore::Admin::V1::Index::IndexField::Order
Parameter
Returns