Uses of Class
com.google.cloud.spanner.admin.instance.v1.InstanceAdminClient.ListInstancePartitionsPagedResponse
Packages that use InstanceAdminClient.ListInstancePartitionsPagedResponse
Package
Description
A client to Cloud Spanner Instance Admin API
-
Uses of InstanceAdminClient.ListInstancePartitionsPagedResponse in com.google.cloud.spanner.admin.instance.v1
Methods in com.google.cloud.spanner.admin.instance.v1 that return InstanceAdminClient.ListInstancePartitionsPagedResponseModifier and TypeMethodDescriptionInstanceAdminClient.listInstancePartitions(InstanceName parent) Lists all instance partitions for the given instance.InstanceAdminClient.listInstancePartitions(ListInstancePartitionsRequest request) Lists all instance partitions for the given instance.InstanceAdminClient.listInstancePartitions(String parent) Lists all instance partitions for the given instance.Methods in com.google.cloud.spanner.admin.instance.v1 that return types with arguments of type InstanceAdminClient.ListInstancePartitionsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<InstanceAdminClient.ListInstancePartitionsPagedResponse>InstanceAdminClient.ListInstancePartitionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListInstancePartitionsRequest, ListInstancePartitionsResponse, InstancePartition> context, com.google.api.core.ApiFuture<ListInstancePartitionsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListInstancePartitionsRequest,InstanceAdminClient.ListInstancePartitionsPagedResponse> InstanceAdminClient.listInstancePartitionsPagedCallable()Lists all instance partitions for the given instance.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancePartitionsRequest,ListInstancePartitionsResponse, InstanceAdminClient.ListInstancePartitionsPagedResponse> InstanceAdminSettings.Builder.listInstancePartitionsSettings()Returns the builder for the settings used for calls to listInstancePartitions.com.google.api.gax.rpc.PagedCallSettings<ListInstancePartitionsRequest,ListInstancePartitionsResponse, InstanceAdminClient.ListInstancePartitionsPagedResponse> InstanceAdminSettings.listInstancePartitionsSettings()Returns the object with the settings used for calls to listInstancePartitions. -
Uses of InstanceAdminClient.ListInstancePartitionsPagedResponse 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.ListInstancePartitionsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListInstancePartitionsRequest,InstanceAdminClient.ListInstancePartitionsPagedResponse> GrpcInstanceAdminStub.listInstancePartitionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancePartitionsRequest,InstanceAdminClient.ListInstancePartitionsPagedResponse> HttpJsonInstanceAdminStub.listInstancePartitionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancePartitionsRequest,InstanceAdminClient.ListInstancePartitionsPagedResponse> InstanceAdminStub.listInstancePartitionsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancePartitionsRequest,ListInstancePartitionsResponse, InstanceAdminClient.ListInstancePartitionsPagedResponse> InstanceAdminStubSettings.Builder.listInstancePartitionsSettings()Returns the builder for the settings used for calls to listInstancePartitions.com.google.api.gax.rpc.PagedCallSettings<ListInstancePartitionsRequest,ListInstancePartitionsResponse, InstanceAdminClient.ListInstancePartitionsPagedResponse> InstanceAdminStubSettings.listInstancePartitionsSettings()Returns the object with the settings used for calls to listInstancePartitions.