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 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.


348
349
350
351
# File 'proto_docs/google/firestore/v1/query.rb', line 348

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