Uses of Class
com.google.cloud.firestore.v1.FirestoreAdminClient.ListIndexesPagedResponse
Packages that use FirestoreAdminClient.ListIndexesPagedResponse
Package
Description
A client to Cloud Firestore API
-
Uses of FirestoreAdminClient.ListIndexesPagedResponse in com.google.cloud.firestore.v1
Methods in com.google.cloud.firestore.v1 that return FirestoreAdminClient.ListIndexesPagedResponseModifier and TypeMethodDescriptionFirestoreAdminClient.listIndexes(CollectionGroupName parent) Lists composite indexes.FirestoreAdminClient.listIndexes(ListIndexesRequest request) Lists composite indexes.FirestoreAdminClient.listIndexes(String parent) Lists composite indexes.Methods in com.google.cloud.firestore.v1 that return types with arguments of type FirestoreAdminClient.ListIndexesPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<FirestoreAdminClient.ListIndexesPagedResponse>FirestoreAdminClient.ListIndexesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest, ListIndexesResponse, Index> context, com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,FirestoreAdminClient.ListIndexesPagedResponse> FirestoreAdminClient.listIndexesPagedCallable()Lists composite indexes.com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse, FirestoreAdminClient.ListIndexesPagedResponse> FirestoreAdminSettings.Builder.listIndexesSettings()Returns the builder for the settings used for calls to listIndexes.com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse, FirestoreAdminClient.ListIndexesPagedResponse> FirestoreAdminSettings.listIndexesSettings()Returns the object with the settings used for calls to listIndexes. -
Uses of FirestoreAdminClient.ListIndexesPagedResponse in com.google.cloud.firestore.v1.stub
Methods in com.google.cloud.firestore.v1.stub that return types with arguments of type FirestoreAdminClient.ListIndexesPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,FirestoreAdminClient.ListIndexesPagedResponse> FirestoreAdminStub.listIndexesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,FirestoreAdminClient.ListIndexesPagedResponse> GrpcFirestoreAdminStub.listIndexesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,FirestoreAdminClient.ListIndexesPagedResponse> HttpJsonFirestoreAdminStub.listIndexesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse, FirestoreAdminClient.ListIndexesPagedResponse> FirestoreAdminStubSettings.Builder.listIndexesSettings()Returns the builder for the settings used for calls to listIndexes.com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse, FirestoreAdminClient.ListIndexesPagedResponse> FirestoreAdminStubSettings.listIndexesSettings()Returns the object with the settings used for calls to listIndexes.