Uses of Class
com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstancesPagedResponse
Packages that use InstanceAdminClient.ListInstancesPagedResponse
Package
Description
A client to Cloud Spanner API
-
Uses of InstanceAdminClient.ListInstancesPagedResponse in com.google.cloud.spanner.admin.instance.v1
Methods in com.google.cloud.spanner.admin.instance.v1 that return InstanceAdminClient.ListInstancesPagedResponseModifier and TypeMethodDescriptionInstanceAdminClient.listInstances(ListInstancesRequest request) Lists all instances in the given project.InstanceAdminClient.listInstances(ProjectName parent) Lists all instances in the given project.InstanceAdminClient.listInstances(String parent) Lists all instances in the given project.Methods in com.google.cloud.spanner.admin.instance.v1 that return types with arguments of type InstanceAdminClient.ListInstancesPagedResponseModifier and TypeMethodDescriptionInstanceAdminClient.ListInstancesPagedResponse.createAsync(PageContext<ListInstancesRequest, ListInstancesResponse, Instance> context, ApiFuture<ListInstancesResponse> futureResponse) InstanceAdminClient.listInstancesPagedCallable()Lists all instances in the given project.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse, InstanceAdminClient.ListInstancesPagedResponse> InstanceAdminSettings.Builder.listInstancesSettings()Returns the builder for the settings used for calls to listInstances.PagedCallSettings<ListInstancesRequest,ListInstancesResponse, InstanceAdminClient.ListInstancesPagedResponse> InstanceAdminSettings.listInstancesSettings()Returns the object with the settings used for calls to listInstances. -
Uses of InstanceAdminClient.ListInstancesPagedResponse in com.google.cloud.spanner.admin.instance.v1.stub
Methods in com.google.cloud.spanner.admin.instance.v1.stub that return types with arguments of type InstanceAdminClient.ListInstancesPagedResponseModifier and TypeMethodDescriptionGrpcInstanceAdminStub.listInstancesPagedCallable()HttpJsonInstanceAdminStub.listInstancesPagedCallable()InstanceAdminStub.listInstancesPagedCallable()PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse, InstanceAdminClient.ListInstancesPagedResponse> InstanceAdminStubSettings.Builder.listInstancesSettings()Returns the builder for the settings used for calls to listInstances.PagedCallSettings<ListInstancesRequest,ListInstancesResponse, InstanceAdminClient.ListInstancesPagedResponse> InstanceAdminStubSettings.listInstancesSettings()Returns the object with the settings used for calls to listInstances.