Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
Cursor.Builder |
Cursor.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.
|
Cursor.Builder |
PartitionQueryResponse.Builder.addPartitionsBuilder()
Partition results.
|
Cursor.Builder |
PartitionQueryResponse.Builder.addPartitionsBuilder(int index)
Partition results.
|
Cursor.Builder |
Cursor.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cursor.Builder |
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.
|
Cursor.Builder |
Cursor.Builder.addValues(int index,
Value value)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
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 |
Cursor.Builder.addValues(Value value)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
Cursor.Builder.clear() |
Cursor.Builder |
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 |
Cursor.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Cursor.Builder |
Cursor.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Cursor.Builder |
Cursor.Builder.clearValues()
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
Cursor.Builder.clone() |
Cursor.Builder |
StructuredQuery.Builder.getEndAtBuilder()
A potential prefix of a position in the result set to end the query at.
|
Cursor.Builder |
PartitionQueryResponse.Builder.getPartitionsBuilder(int index)
Partition results.
|
Cursor.Builder |
StructuredQuery.Builder.getStartAtBuilder()
A potential prefix of a position in the result set to start the query at.
|
Cursor.Builder |
Cursor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Cursor.Builder |
Cursor.Builder.mergeFrom(Cursor other) |
Cursor.Builder |
Cursor.Builder.mergeFrom(com.google.protobuf.Message other) |
Cursor.Builder |
Cursor.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Cursor.Builder |
Cursor.newBuilder() |
static Cursor.Builder |
Cursor.newBuilder(Cursor prototype) |
Cursor.Builder |
Cursor.newBuilderForType() |
protected Cursor.Builder |
Cursor.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Cursor.Builder |
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 |
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 |
Cursor.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cursor.Builder |
Cursor.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Cursor.Builder |
Cursor.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Cursor.Builder |
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.Builder |
Cursor.Builder.setValues(int index,
Value value)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
Cursor.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Cursor.Builder> |
PartitionQueryResponse.Builder.getPartitionsBuilderList()
Partition results.
|
Modifier and Type | Method and Description |
---|---|
PartitionQueryResponse.Builder |
PartitionQueryResponse.Builder.addPartitions(Cursor.Builder builderForValue)
Partition results.
|
PartitionQueryResponse.Builder |
PartitionQueryResponse.Builder.addPartitions(int index,
Cursor.Builder builderForValue)
Partition results.
|
StructuredQuery.Builder |
StructuredQuery.Builder.setEndAt(Cursor.Builder builderForValue)
A potential prefix of a position in the result set to end the query at.
|
PartitionQueryResponse.Builder |
PartitionQueryResponse.Builder.setPartitions(int index,
Cursor.Builder builderForValue)
Partition results.
|
StructuredQuery.Builder |
StructuredQuery.Builder.setStartAt(Cursor.Builder builderForValue)
A potential prefix of a position in the result set to start the query at.
|
Copyright © 2023 Google LLC. All rights reserved.