Uses of Class
com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstancesPagedResponse
-
Packages that use InstanceAdminClient.ListInstancesPagedResponse Package Description com.google.cloud.spanner.admin.instance.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.spanner.admin.instance.v1.stub -
-
Uses of InstanceAdminClient.ListInstancesPagedResponse in com.google.cloud.spanner.admin.instance.v1
Methods in com.google.cloud.spanner.admin.instance.v1 that return InstanceAdminClient.ListInstancesPagedResponse Modifier and Type Method Description InstanceAdminClient.ListInstancesPagedResponseInstanceAdminClient. listInstances(ListInstancesRequest request)Lists all instances in the given project.InstanceAdminClient.ListInstancesPagedResponseInstanceAdminClient. listInstances(ProjectName parent)Lists all instances in the given project.InstanceAdminClient.ListInstancesPagedResponseInstanceAdminClient. 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.ListInstancesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<InstanceAdminClient.ListInstancesPagedResponse>InstanceAdminClient.ListInstancesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstanceAdminClient.ListInstancesPagedResponse>InstanceAdminClient. listInstancesPagedCallable()Lists all instances in the given project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,InstanceAdminClient.ListInstancesPagedResponse>InstanceAdminSettings.Builder. listInstancesSettings()Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.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.ListInstancesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstanceAdminClient.ListInstancesPagedResponse>GrpcInstanceAdminStub. listInstancesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstanceAdminClient.ListInstancesPagedResponse>HttpJsonInstanceAdminStub. listInstancesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstanceAdminClient.ListInstancesPagedResponse>InstanceAdminStub. listInstancesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,InstanceAdminClient.ListInstancesPagedResponse>InstanceAdminStubSettings.Builder. listInstancesSettings()Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,InstanceAdminClient.ListInstancesPagedResponse>InstanceAdminStubSettings. listInstancesSettings()Returns the object with the settings used for calls to listInstances.
-