Uses of Class
com.google.firestore.v1.Cursor
-
Uses of Cursor in com.google.firestore.v1
Methods in com.google.firestore.v1 that return CursorModifier and TypeMethodDescriptionCursor.Builder.build()Cursor.Builder.buildPartial()static CursorCursor.getDefaultInstance()Cursor.Builder.getDefaultInstanceForType()Cursor.getDefaultInstanceForType()StructuredQuery.Builder.getEndAt()A potential prefix of a position in the result set to end the query at.StructuredQuery.getEndAt()A potential prefix of a position in the result set to end the query at.StructuredQueryOrBuilder.getEndAt()A potential prefix of a position in the result set to end the query at.PartitionQueryResponse.Builder.getPartitions(int index) Partition results.PartitionQueryResponse.getPartitions(int index) Partition results.PartitionQueryResponseOrBuilder.getPartitions(int index) Partition results.StructuredQuery.Builder.getStartAt()A potential prefix of a position in the result set to start the query at.StructuredQuery.getStartAt()A potential prefix of a position in the result set to start the query at.StructuredQueryOrBuilder.getStartAt()A potential prefix of a position in the result set to start the query at.static CursorCursor.parseDelimitedFrom(InputStream input) static CursorCursor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CursorCursor.parseFrom(byte[] data) static CursorCursor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CursorCursor.parseFrom(com.google.protobuf.ByteString data) static CursorCursor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CursorCursor.parseFrom(com.google.protobuf.CodedInputStream input) static CursorCursor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CursorCursor.parseFrom(InputStream input) static CursorCursor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CursorCursor.parseFrom(ByteBuffer data) static CursorCursor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.firestore.v1 that return types with arguments of type CursorModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Cursor>Cursor.getParserForType()PartitionQueryResponse.Builder.getPartitionsList()Partition results.PartitionQueryResponse.getPartitionsList()Partition results.PartitionQueryResponseOrBuilder.getPartitionsList()Partition results.static com.google.protobuf.Parser<Cursor>Cursor.parser()Methods in com.google.firestore.v1 with parameters of type CursorModifier and TypeMethodDescriptionPartitionQueryResponse.Builder.addPartitions(int index, Cursor value) Partition results.PartitionQueryResponse.Builder.addPartitions(Cursor value) Partition results.StructuredQuery.Builder.mergeEndAt(Cursor value) A potential prefix of a position in the result set to end the query at.StructuredQuery.Builder.mergeStartAt(Cursor value) A potential prefix of a position in the result set to start the query at.static Cursor.BuilderCursor.newBuilder(Cursor prototype) A potential prefix of a position in the result set to end the query at.PartitionQueryResponse.Builder.setPartitions(int index, Cursor value) Partition results.StructuredQuery.Builder.setStartAt(Cursor value) A potential prefix of a position in the result set to start the query at.Method parameters in com.google.firestore.v1 with type arguments of type CursorModifier and TypeMethodDescriptionPartitionQueryResponse.Builder.addAllPartitions(Iterable<? extends Cursor> values) Partition results.