Uses of Class
com.google.cloud.firestore.v1.FirestoreAdminClient.ListFieldsPagedResponse
Packages that use FirestoreAdminClient.ListFieldsPagedResponse
Package
Description
A client to Cloud Firestore API
-
Uses of FirestoreAdminClient.ListFieldsPagedResponse in com.google.cloud.firestore.v1
Methods in com.google.cloud.firestore.v1 that return FirestoreAdminClient.ListFieldsPagedResponseModifier and TypeMethodDescriptionFirestoreAdminClient.listFields(CollectionGroupName parent) Lists the field configuration and metadata for this database.FirestoreAdminClient.listFields(ListFieldsRequest request) Lists the field configuration and metadata for this database.FirestoreAdminClient.listFields(String parent) Lists the field configuration and metadata for this database.Methods in com.google.cloud.firestore.v1 that return types with arguments of type FirestoreAdminClient.ListFieldsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<FirestoreAdminClient.ListFieldsPagedResponse>FirestoreAdminClient.ListFieldsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListFieldsRequest, ListFieldsResponse, Field> context, com.google.api.core.ApiFuture<ListFieldsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListFieldsRequest,FirestoreAdminClient.ListFieldsPagedResponse> FirestoreAdminClient.listFieldsPagedCallable()Lists the field configuration and metadata for this database.com.google.api.gax.rpc.PagedCallSettings.Builder<ListFieldsRequest,ListFieldsResponse, FirestoreAdminClient.ListFieldsPagedResponse> FirestoreAdminSettings.Builder.listFieldsSettings()Returns the builder for the settings used for calls to listFields.com.google.api.gax.rpc.PagedCallSettings<ListFieldsRequest,ListFieldsResponse, FirestoreAdminClient.ListFieldsPagedResponse> FirestoreAdminSettings.listFieldsSettings()Returns the object with the settings used for calls to listFields. -
Uses of FirestoreAdminClient.ListFieldsPagedResponse in com.google.cloud.firestore.v1.stub
Methods in com.google.cloud.firestore.v1.stub that return types with arguments of type FirestoreAdminClient.ListFieldsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListFieldsRequest,FirestoreAdminClient.ListFieldsPagedResponse> FirestoreAdminStub.listFieldsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListFieldsRequest,FirestoreAdminClient.ListFieldsPagedResponse> GrpcFirestoreAdminStub.listFieldsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListFieldsRequest,FirestoreAdminClient.ListFieldsPagedResponse> HttpJsonFirestoreAdminStub.listFieldsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListFieldsRequest,ListFieldsResponse, FirestoreAdminClient.ListFieldsPagedResponse> FirestoreAdminStubSettings.Builder.listFieldsSettings()Returns the builder for the settings used for calls to listFields.com.google.api.gax.rpc.PagedCallSettings<ListFieldsRequest,ListFieldsResponse, FirestoreAdminClient.ListFieldsPagedResponse> FirestoreAdminStubSettings.listFieldsSettings()Returns the object with the settings used for calls to listFields.