Package | Description |
---|---|
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<FirestoreClient.PartitionQueryPagedResponse> |
FirestoreClient.PartitionQueryPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<PartitionQueryRequest,PartitionQueryResponse,Cursor> context,
com.google.api.core.ApiFuture<PartitionQueryResponse> futureResponse) |
protected FirestoreClient.PartitionQueryPage |
FirestoreClient.PartitionQueryPage.createPage(com.google.api.gax.rpc.PageContext<PartitionQueryRequest,PartitionQueryResponse,Cursor> context,
PartitionQueryResponse response) |
com.google.api.core.ApiFuture<FirestoreClient.PartitionQueryPage> |
FirestoreClient.PartitionQueryPage.createPageAsync(com.google.api.gax.rpc.PageContext<PartitionQueryRequest,PartitionQueryResponse,Cursor> context,
com.google.api.core.ApiFuture<PartitionQueryResponse> futureResponse) |
Modifier and Type | Method and Description |
---|---|
Cursor |
Cursor.Builder.build() |
Cursor |
Cursor.Builder.buildPartial() |
static Cursor |
Cursor.getDefaultInstance() |
Cursor |
Cursor.getDefaultInstanceForType() |
Cursor |
Cursor.Builder.getDefaultInstanceForType() |
Cursor |
StructuredQuery.getEndAt()
A potential prefix of a position in the result set to end the query at.
|
Cursor |
StructuredQuery.Builder.getEndAt()
A potential prefix of a position in the result set to end the query at.
|
Cursor |
StructuredQueryOrBuilder.getEndAt()
A potential prefix of a position in the result set to end the query at.
|
Cursor |
PartitionQueryResponseOrBuilder.getPartitions(int index)
Partition results.
|
Cursor |
PartitionQueryResponse.getPartitions(int index)
Partition results.
|
Cursor |
PartitionQueryResponse.Builder.getPartitions(int index)
Partition results.
|
Cursor |
StructuredQuery.getStartAt()
A potential prefix of a position in the result set to start the query at.
|
Cursor |
StructuredQuery.Builder.getStartAt()
A potential prefix of a position in the result set to start the query at.
|
Cursor |
StructuredQueryOrBuilder.getStartAt()
A potential prefix of a position in the result set to start the query at.
|
static Cursor |
Cursor.parseDelimitedFrom(InputStream input) |
static Cursor |
Cursor.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cursor |
Cursor.parseFrom(byte[] data) |
static Cursor |
Cursor.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cursor |
Cursor.parseFrom(ByteBuffer data) |
static Cursor |
Cursor.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cursor |
Cursor.parseFrom(com.google.protobuf.ByteString data) |
static Cursor |
Cursor.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cursor |
Cursor.parseFrom(com.google.protobuf.CodedInputStream input) |
static Cursor |
Cursor.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cursor |
Cursor.parseFrom(InputStream input) |
static Cursor |
Cursor.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Cursor> |
Cursor.getParserForType() |
List<Cursor> |
PartitionQueryResponseOrBuilder.getPartitionsList()
Partition results.
|
List<Cursor> |
PartitionQueryResponse.getPartitionsList()
Partition results.
|
List<Cursor> |
PartitionQueryResponse.Builder.getPartitionsList()
Partition results.
|
static com.google.protobuf.Parser<Cursor> |
Cursor.parser() |
Modifier and Type | Method and Description |
---|---|
PartitionQueryResponse.Builder |
PartitionQueryResponse.Builder.addPartitions(Cursor value)
Partition results.
|
PartitionQueryResponse.Builder |
PartitionQueryResponse.Builder.addPartitions(int index,
Cursor value)
Partition results.
|
StructuredQuery.Builder |
StructuredQuery.Builder.mergeEndAt(Cursor value)
A potential prefix of a position in the result set to end the query at.
|
Cursor.Builder |
Cursor.Builder.mergeFrom(Cursor other) |
StructuredQuery.Builder |
StructuredQuery.Builder.mergeStartAt(Cursor value)
A potential prefix of a position in the result set to start the query at.
|
static Cursor.Builder |
Cursor.newBuilder(Cursor prototype) |
StructuredQuery.Builder |
StructuredQuery.Builder.setEndAt(Cursor value)
A potential prefix of a position in the result set to end the query at.
|
PartitionQueryResponse.Builder |
PartitionQueryResponse.Builder.setPartitions(int index,
Cursor value)
Partition results.
|
StructuredQuery.Builder |
StructuredQuery.Builder.setStartAt(Cursor value)
A potential prefix of a position in the result set to start the query at.
|
Modifier and Type | Method and Description |
---|---|
PartitionQueryResponse.Builder |
PartitionQueryResponse.Builder.addAllPartitions(Iterable<? extends Cursor> values)
Partition results.
|
Copyright © 2023 Google LLC. All rights reserved.