Class InstanceAdminClient.ListInstancesPage (6.120.0)

public static class InstanceAdminClient.ListInstancesPage extends AbstractPage<ListInstancesRequest,ListInstancesResponse,Instance,InstanceAdminClient.ListInstancesPage>

Inheritance

java.lang.Object > AbstractPage > InstanceAdminClient.ListInstancesPage

Methods

createPage(@Nullable PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, @Nullable ListInstancesResponse response)

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

createPageAsync(@Nullable PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, ApiFuture<ListInstancesResponse> futureResponse)

public ApiFuture<InstanceAdminClient.ListInstancesPage> createPageAsync(@Nullable PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, ApiFuture<ListInstancesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance>
futureResponse ApiFuture<ListInstancesResponse>
Returns
Type Description
ApiFuture<ListInstancesPage>
Overrides