Class InstanceAdminClient.ListInstancePartitionsPage (6.120.0)

public static class InstanceAdminClient.ListInstancePartitionsPage extends AbstractPage<ListInstancePartitionsRequest,ListInstancePartitionsResponse,InstancePartition,InstanceAdminClient.ListInstancePartitionsPage>

Inheritance

java.lang.Object > AbstractPage > InstanceAdminClient.ListInstancePartitionsPage

Methods

createPage(@Nullable PageContext<ListInstancePartitionsRequest,ListInstancePartitionsResponse,InstancePartition> context, @Nullable ListInstancePartitionsResponse response)

protected InstanceAdminClient.ListInstancePartitionsPage createPage(@Nullable PageContext<ListInstancePartitionsRequest,ListInstancePartitionsResponse,InstancePartition> context, @Nullable ListInstancePartitionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInstancePartitionsRequest,ListInstancePartitionsResponse,InstancePartition>
response @org.jspecify.annotations.Nullable com.google.spanner.admin.instance.v1.ListInstancePartitionsResponse
Returns
Type Description
InstanceAdminClient.ListInstancePartitionsPage
Overrides

createPageAsync(@Nullable PageContext<ListInstancePartitionsRequest,ListInstancePartitionsResponse,InstancePartition> context, ApiFuture<ListInstancePartitionsResponse> futureResponse)

public ApiFuture<InstanceAdminClient.ListInstancePartitionsPage> createPageAsync(@Nullable PageContext<ListInstancePartitionsRequest,ListInstancePartitionsResponse,InstancePartition> context, ApiFuture<ListInstancePartitionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInstancePartitionsRequest,ListInstancePartitionsResponse,InstancePartition>
futureResponse ApiFuture<ListInstancePartitionsResponse>
Returns
Type Description
ApiFuture<ListInstancePartitionsPage>
Overrides