Class: Google::Cloud::Firestore::V1::StructuredQuery::Order
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::StructuredQuery::Order
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/query.rb
Overview
An order on a field.
Instance Attribute Summary collapse
-
#direction ⇒ ::Google::Cloud::Firestore::V1::StructuredQuery::Direction
The direction to order by.
-
#field ⇒ ::Google::Cloud::Firestore::V1::StructuredQuery::FieldReference
The field to order by.
Instance Attribute Details
#direction ⇒ ::Google::Cloud::Firestore::V1::StructuredQuery::Direction
Returns The direction to order by. Defaults to ASCENDING
.
318 319 320 321 |
# File 'proto_docs/google/firestore/v1/query.rb', line 318 class Order include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |