Class: Google::Cloud::Firestore::V1::Cursor
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::Cursor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/query.rb
Overview
A position in a query result set.
Instance Attribute Summary collapse
-
#before ⇒ ::Boolean
If the position is just before or just after the given values, relative to the sort order defined by the query.
-
#values ⇒ ::Array<::Google::Cloud::Firestore::V1::Value>
The values that represent a position, in the order they appear in the order by clause of a query.
Instance Attribute Details
#before ⇒ ::Boolean
Returns If the position is just before or just after the given values, relative to the sort order defined by the query.
465 466 467 468 |
# File 'proto_docs/google/firestore/v1/query.rb', line 465 class Cursor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#values ⇒ ::Array<::Google::Cloud::Firestore::V1::Value>
Returns The values that represent a position, in the order they appear in the order by clause of a query.
Can contain fewer values than specified in the order by clause.
465 466 467 468 |
# File 'proto_docs/google/firestore/v1/query.rb', line 465 class Cursor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |