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, such as max(messages.time) as max_time.

Instance Attribute Summary collapse

Instance Attribute Details

#field_path::String

Returns:

  • (::String)


276
277
278
279
# File 'proto_docs/google/firestore/v1/query.rb', line 276

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