Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::StructuredQuery::FieldReference (v0.12.0)

Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::StructuredQuery::FieldReference.

A reference to a field in a document, ex: stats.operations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#field_path

def field_path() -> ::String
Returns
  • (::String) —

    A reference to a field in a document.

    Requires:

    • MUST be a dot-delimited (.) string of segments, where each segment conforms to document field name limitations.

#field_path=

def field_path=(value) -> ::String
Parameter
  • value (::String) —

    A reference to a field in a document.

    Requires:

    • MUST be a dot-delimited (.) string of segments, where each segment conforms to document field name limitations.
Returns
  • (::String) —

    A reference to a field in a document.

    Requires:

    • MUST be a dot-delimited (.) string of segments, where each segment conforms to document field name limitations.