Class: Google::Cloud::Firestore::V1::StructuredQuery::FieldReference
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::StructuredQuery::FieldReference
- 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
273 274 275 276 |
# File 'proto_docs/google/firestore/v1/query.rb', line 273 class FieldReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |