Uses of Class
com.google.cloud.firestore.v1.FirestoreClient.ListDocumentsPagedResponse
Packages that use FirestoreClient.ListDocumentsPagedResponse
Package
Description
A client to Cloud Firestore API
-
Uses of FirestoreClient.ListDocumentsPagedResponse in com.google.cloud.firestore.spi.v1
Methods in com.google.cloud.firestore.spi.v1 that return types with arguments of type FirestoreClient.ListDocumentsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> FirestoreRpc.listDocumentsPagedCallable()Returns a list of documents.com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> GrpcFirestoreRpc.listDocumentsPagedCallable() -
Uses of FirestoreClient.ListDocumentsPagedResponse in com.google.cloud.firestore.v1
Methods in com.google.cloud.firestore.v1 that return FirestoreClient.ListDocumentsPagedResponseModifier and TypeMethodDescriptionFirestoreClient.listDocuments(ListDocumentsRequest request) Lists documents.Methods in com.google.cloud.firestore.v1 that return types with arguments of type FirestoreClient.ListDocumentsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<FirestoreClient.ListDocumentsPagedResponse>FirestoreClient.ListDocumentsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListDocumentsRequest, ListDocumentsResponse, Document> context, com.google.api.core.ApiFuture<ListDocumentsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> FirestoreClient.listDocumentsPagedCallable()Lists documents.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDocumentsRequest,ListDocumentsResponse, FirestoreClient.ListDocumentsPagedResponse> FirestoreSettings.Builder.listDocumentsSettings()Returns the builder for the settings used for calls to listDocuments.com.google.api.gax.rpc.PagedCallSettings<ListDocumentsRequest,ListDocumentsResponse, FirestoreClient.ListDocumentsPagedResponse> FirestoreSettings.listDocumentsSettings()Returns the object with the settings used for calls to listDocuments. -
Uses of FirestoreClient.ListDocumentsPagedResponse in com.google.cloud.firestore.v1.stub
Methods in com.google.cloud.firestore.v1.stub that return types with arguments of type FirestoreClient.ListDocumentsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> FirestoreStub.listDocumentsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> GrpcFirestoreStub.listDocumentsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,FirestoreClient.ListDocumentsPagedResponse> HttpJsonFirestoreStub.listDocumentsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListDocumentsRequest,ListDocumentsResponse, FirestoreClient.ListDocumentsPagedResponse> FirestoreStubSettings.Builder.listDocumentsSettings()Returns the builder for the settings used for calls to listDocuments.com.google.api.gax.rpc.PagedCallSettings<ListDocumentsRequest,ListDocumentsResponse, FirestoreClient.ListDocumentsPagedResponse> FirestoreStubSettings.listDocumentsSettings()Returns the object with the settings used for calls to listDocuments.