Uses of Class
com.google.cloud.firestore.v1.FirestoreClient.PartitionQueryPagedResponse
Packages that use FirestoreClient.PartitionQueryPagedResponse
Package
Description
A client to Cloud Firestore API
-
Uses of FirestoreClient.PartitionQueryPagedResponse in com.google.cloud.firestore.spi.v1
Methods in com.google.cloud.firestore.spi.v1 that return types with arguments of type FirestoreClient.PartitionQueryPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<PartitionQueryRequest,FirestoreClient.PartitionQueryPagedResponse> FirestoreRpc.partitionQueryPagedCallable()com.google.api.gax.rpc.UnaryCallable<PartitionQueryRequest,FirestoreClient.PartitionQueryPagedResponse> GrpcFirestoreRpc.partitionQueryPagedCallable() -
Uses of FirestoreClient.PartitionQueryPagedResponse in com.google.cloud.firestore.v1
Methods in com.google.cloud.firestore.v1 that return FirestoreClient.PartitionQueryPagedResponseModifier and TypeMethodDescriptionFirestoreClient.partitionQuery(PartitionQueryRequest request) Partitions a query by returning partition cursors that can be used to run the query in parallel.Methods in com.google.cloud.firestore.v1 that return types with arguments of type FirestoreClient.PartitionQueryPagedResponseModifier and TypeMethodDescriptionstatic 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) final 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.Builder<PartitionQueryRequest,PartitionQueryResponse, FirestoreClient.PartitionQueryPagedResponse> FirestoreSettings.Builder.partitionQuerySettings()Returns the builder for the settings used for calls to partitionQuery.com.google.api.gax.rpc.PagedCallSettings<PartitionQueryRequest,PartitionQueryResponse, FirestoreClient.PartitionQueryPagedResponse> FirestoreSettings.partitionQuerySettings()Returns the object with the settings used for calls to partitionQuery. -
Uses of FirestoreClient.PartitionQueryPagedResponse in com.google.cloud.firestore.v1.stub
Methods in com.google.cloud.firestore.v1.stub that return types with arguments of type FirestoreClient.PartitionQueryPagedResponseModifier and TypeMethodDescriptioncom.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.UnaryCallable<PartitionQueryRequest,FirestoreClient.PartitionQueryPagedResponse> HttpJsonFirestoreStub.partitionQueryPagedCallable()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.com.google.api.gax.rpc.PagedCallSettings<PartitionQueryRequest,PartitionQueryResponse, FirestoreClient.PartitionQueryPagedResponse> FirestoreStubSettings.partitionQuerySettings()Returns the object with the settings used for calls to partitionQuery.