Uses of Class
com.google.cloud.datastore.admin.v1.DatastoreAdminClient.ListIndexesPagedResponse
Packages that use DatastoreAdminClient.ListIndexesPagedResponse
Package
Description
A client to Cloud Datastore API
-
Uses of DatastoreAdminClient.ListIndexesPagedResponse in com.google.cloud.datastore.admin.v1
Methods in com.google.cloud.datastore.admin.v1 that return DatastoreAdminClient.ListIndexesPagedResponseModifier and TypeMethodDescriptionDatastoreAdminClient.listIndexes(ListIndexesRequest request) Lists the indexes that match the specified filters.Methods in com.google.cloud.datastore.admin.v1 that return types with arguments of type DatastoreAdminClient.ListIndexesPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<DatastoreAdminClient.ListIndexesPagedResponse>DatastoreAdminClient.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,DatastoreAdminClient.ListIndexesPagedResponse> DatastoreAdminClient.listIndexesPagedCallable()Lists the indexes that match the specified filters.com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse, DatastoreAdminClient.ListIndexesPagedResponse> DatastoreAdminSettings.Builder.listIndexesSettings()Returns the builder for the settings used for calls to listIndexes.com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse, DatastoreAdminClient.ListIndexesPagedResponse> DatastoreAdminSettings.listIndexesSettings()Returns the object with the settings used for calls to listIndexes. -
Uses of DatastoreAdminClient.ListIndexesPagedResponse in com.google.cloud.datastore.admin.v1.stub
Methods in com.google.cloud.datastore.admin.v1.stub that return types with arguments of type DatastoreAdminClient.ListIndexesPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,DatastoreAdminClient.ListIndexesPagedResponse> DatastoreAdminStub.listIndexesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,DatastoreAdminClient.ListIndexesPagedResponse> GrpcDatastoreAdminStub.listIndexesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,DatastoreAdminClient.ListIndexesPagedResponse> HttpJsonDatastoreAdminStub.listIndexesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse, DatastoreAdminClient.ListIndexesPagedResponse> DatastoreAdminStubSettings.Builder.listIndexesSettings()Returns the builder for the settings used for calls to listIndexes.com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse, DatastoreAdminClient.ListIndexesPagedResponse> DatastoreAdminStubSettings.listIndexesSettings()Returns the object with the settings used for calls to listIndexes.