Package | Description |
---|---|
com.google.cloud.firestore.spi.v1 | |
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.cloud.firestore.v1.stub |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<PartitionQueryRequest,FirestoreClient.PartitionQueryPagedResponse> |
FirestoreRpc.partitionQueryPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<PartitionQueryRequest,FirestoreClient.PartitionQueryPagedResponse> |
GrpcFirestoreRpc.partitionQueryPagedCallable() |
Modifier and Type | Method and Description |
---|---|
FirestoreClient.PartitionQueryPagedResponse |
FirestoreClient.partitionQuery(PartitionQueryRequest request)
Partitions a query by returning partition cursors that can be used to run the query in
parallel.
|
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) |
com.google.api.gax.rpc.UnaryCallable<PartitionQueryRequest,FirestoreClient.PartitionQueryPagedResponse> |
FirestoreClient.partitionQueryPagedCallable()
Partitions a query by returning partition cursors that can be used to run the query in
parallel.
|
com.google.api.gax.rpc.PagedCallSettings<PartitionQueryRequest,PartitionQueryResponse,FirestoreClient.PartitionQueryPagedResponse> |
FirestoreSettings.partitionQuerySettings()
Returns the object with the settings used for calls to partitionQuery.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<PartitionQueryRequest,PartitionQueryResponse,FirestoreClient.PartitionQueryPagedResponse> |
FirestoreSettings.Builder.partitionQuerySettings()
Returns the builder for the settings used for calls to partitionQuery.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<PartitionQueryRequest,FirestoreClient.PartitionQueryPagedResponse> |
HttpJsonFirestoreStub.partitionQueryPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<PartitionQueryRequest,FirestoreClient.PartitionQueryPagedResponse> |
FirestoreStub.partitionQueryPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<PartitionQueryRequest,FirestoreClient.PartitionQueryPagedResponse> |
GrpcFirestoreStub.partitionQueryPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<PartitionQueryRequest,PartitionQueryResponse,FirestoreClient.PartitionQueryPagedResponse> |
FirestoreStubSettings.partitionQuerySettings()
Returns the object with the settings used for calls to partitionQuery.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<PartitionQueryRequest,PartitionQueryResponse,FirestoreClient.PartitionQueryPagedResponse> |
FirestoreStubSettings.Builder.partitionQuerySettings()
Returns the builder for the settings used for calls to partitionQuery.
|
Copyright © 2023 Google LLC. All rights reserved.