Class: Google::Cloud::Firestore::V1::StructuredQuery::FieldReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/v1/query.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#field_path::String

Returns The relative path of the document being referenced.

Requires:

Returns:

  • (::String)

    The relative path of the document being referenced.

    Requires:



332
333
334
335
# File 'proto_docs/google/firestore/v1/query.rb', line 332

class FieldReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end