Uses of Class
com.google.firestore.v1.Cursor.Builder
-
Uses of Cursor.Builder in com.google.firestore.v1
Methods in com.google.firestore.v1 that return Cursor.BuilderModifier and TypeMethodDescriptionCursor.Builder.addAllValues(Iterable<? extends Value> values) The values that represent a position, in the order they appear in the order by clause of a query.PartitionQueryResponse.Builder.addPartitionsBuilder()Partition results.PartitionQueryResponse.Builder.addPartitionsBuilder(int index) Partition results.Cursor.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The values that represent a position, in the order they appear in the order by clause of a query.Cursor.Builder.addValues(int index, Value.Builder builderForValue) The values that represent a position, in the order they appear in the order by clause of a query.The values that represent a position, in the order they appear in the order by clause of a query.Cursor.Builder.addValues(Value.Builder builderForValue) The values that represent a position, in the order they appear in the order by clause of a query.Cursor.Builder.clear()Cursor.Builder.clearBefore()If the position is just before or just after the given values, relative to the sort order defined by the query.Cursor.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Cursor.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Cursor.Builder.clearValues()The values that represent a position, in the order they appear in the order by clause of a query.Cursor.Builder.clone()StructuredQuery.Builder.getEndAtBuilder()A potential prefix of a position in the result set to end the query at.PartitionQueryResponse.Builder.getPartitionsBuilder(int index) Partition results.StructuredQuery.Builder.getStartAtBuilder()A potential prefix of a position in the result set to start the query at.Cursor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cursor.Builder.mergeFrom(com.google.protobuf.Message other) final Cursor.BuilderCursor.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Cursor.BuilderCursor.newBuilder()static Cursor.BuilderCursor.newBuilder(Cursor prototype) Cursor.newBuilderForType()protected Cursor.BuilderCursor.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Cursor.Builder.removeValues(int index) The values that represent a position, in the order they appear in the order by clause of a query.Cursor.Builder.setBefore(boolean value) If the position is just before or just after the given values, relative to the sort order defined by the query.Cursor.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Cursor.BuilderCursor.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) The values that represent a position, in the order they appear in the order by clause of a query.Cursor.Builder.setValues(int index, Value.Builder builderForValue) The values that represent a position, in the order they appear in the order by clause of a query.Cursor.toBuilder()Methods in com.google.firestore.v1 that return types with arguments of type Cursor.BuilderModifier and TypeMethodDescriptionPartitionQueryResponse.Builder.getPartitionsBuilderList()Partition results.Methods in com.google.firestore.v1 with parameters of type Cursor.BuilderModifier and TypeMethodDescriptionPartitionQueryResponse.Builder.addPartitions(int index, Cursor.Builder builderForValue) Partition results.PartitionQueryResponse.Builder.addPartitions(Cursor.Builder builderForValue) Partition results.StructuredQuery.Builder.setEndAt(Cursor.Builder builderForValue) A potential prefix of a position in the result set to end the query at.PartitionQueryResponse.Builder.setPartitions(int index, Cursor.Builder builderForValue) Partition results.StructuredQuery.Builder.setStartAt(Cursor.Builder builderForValue) A potential prefix of a position in the result set to start the query at.