Class InstanceAdminClient.ListInstancePartitionOperationsPage (6.120.0)

public static class InstanceAdminClient.ListInstancePartitionOperationsPage extends AbstractPage<ListInstancePartitionOperationsRequest,ListInstancePartitionOperationsResponse,Operation,InstanceAdminClient.ListInstancePartitionOperationsPage>

Inheritance

java.lang.Object > AbstractPage > InstanceAdminClient.ListInstancePartitionOperationsPage

Methods

createPage(@Nullable PageContext<ListInstancePartitionOperationsRequest,ListInstancePartitionOperationsResponse,Operation> context, @Nullable ListInstancePartitionOperationsResponse response)

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

createPageAsync(@Nullable PageContext<ListInstancePartitionOperationsRequest,ListInstancePartitionOperationsResponse,Operation> context, ApiFuture<ListInstancePartitionOperationsResponse> futureResponse)

public ApiFuture<InstanceAdminClient.ListInstancePartitionOperationsPage> createPageAsync(@Nullable PageContext<ListInstancePartitionOperationsRequest,ListInstancePartitionOperationsResponse,Operation> context, ApiFuture<ListInstancePartitionOperationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInstancePartitionOperationsRequest,ListInstancePartitionOperationsResponse,Operation>
futureResponse ApiFuture<ListInstancePartitionOperationsResponse>
Returns
Type Description
ApiFuture<ListInstancePartitionOperationsPage>
Overrides