Uses of Class
com.google.cloud.firestore.v1.FirestoreClient.ListCollectionIdsPagedResponse
Packages that use FirestoreClient.ListCollectionIdsPagedResponse
Package
Description
A client to Cloud Firestore API
-
Uses of FirestoreClient.ListCollectionIdsPagedResponse in com.google.cloud.firestore.spi.v1
Methods in com.google.cloud.firestore.spi.v1 that return types with arguments of type FirestoreClient.ListCollectionIdsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> FirestoreRpc.listCollectionIdsPagedCallable()Returns a list of collections IDs.com.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> GrpcFirestoreRpc.listCollectionIdsPagedCallable() -
Uses of FirestoreClient.ListCollectionIdsPagedResponse in com.google.cloud.firestore.v1
Methods in com.google.cloud.firestore.v1 that return FirestoreClient.ListCollectionIdsPagedResponseModifier and TypeMethodDescriptionFirestoreClient.listCollectionIds(ListCollectionIdsRequest request) Lists all the collection IDs underneath a document.FirestoreClient.listCollectionIds(String parent) Lists all the collection IDs underneath a document.Methods in com.google.cloud.firestore.v1 that return types with arguments of type FirestoreClient.ListCollectionIdsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<FirestoreClient.ListCollectionIdsPagedResponse>FirestoreClient.ListCollectionIdsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListCollectionIdsRequest, ListCollectionIdsResponse, String> context, com.google.api.core.ApiFuture<ListCollectionIdsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> FirestoreClient.listCollectionIdsPagedCallable()Lists all the collection IDs underneath a document.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCollectionIdsRequest,ListCollectionIdsResponse, FirestoreClient.ListCollectionIdsPagedResponse> FirestoreSettings.Builder.listCollectionIdsSettings()Returns the builder for the settings used for calls to listCollectionIds.com.google.api.gax.rpc.PagedCallSettings<ListCollectionIdsRequest,ListCollectionIdsResponse, FirestoreClient.ListCollectionIdsPagedResponse> FirestoreSettings.listCollectionIdsSettings()Returns the object with the settings used for calls to listCollectionIds. -
Uses of FirestoreClient.ListCollectionIdsPagedResponse in com.google.cloud.firestore.v1.stub
Methods in com.google.cloud.firestore.v1.stub that return types with arguments of type FirestoreClient.ListCollectionIdsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> FirestoreStub.listCollectionIdsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> GrpcFirestoreStub.listCollectionIdsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListCollectionIdsRequest,FirestoreClient.ListCollectionIdsPagedResponse> HttpJsonFirestoreStub.listCollectionIdsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListCollectionIdsRequest,ListCollectionIdsResponse, FirestoreClient.ListCollectionIdsPagedResponse> FirestoreStubSettings.Builder.listCollectionIdsSettings()Returns the builder for the settings used for calls to listCollectionIds.com.google.api.gax.rpc.PagedCallSettings<ListCollectionIdsRequest,ListCollectionIdsResponse, FirestoreClient.ListCollectionIdsPagedResponse> FirestoreStubSettings.listCollectionIdsSettings()Returns the object with the settings used for calls to listCollectionIds.