Class InstanceAdminClient.ListInstanceConfigsPage (6.120.0)

public static class InstanceAdminClient.ListInstanceConfigsPage extends AbstractPage<ListInstanceConfigsRequest,ListInstanceConfigsResponse,InstanceConfig,InstanceAdminClient.ListInstanceConfigsPage>

Inheritance

java.lang.Object > AbstractPage > InstanceAdminClient.ListInstanceConfigsPage

Methods

createPage(@Nullable PageContext<ListInstanceConfigsRequest,ListInstanceConfigsResponse,InstanceConfig> context, @Nullable ListInstanceConfigsResponse response)

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

createPageAsync(@Nullable PageContext<ListInstanceConfigsRequest,ListInstanceConfigsResponse,InstanceConfig> context, ApiFuture<ListInstanceConfigsResponse> futureResponse)

public ApiFuture<InstanceAdminClient.ListInstanceConfigsPage> createPageAsync(@Nullable PageContext<ListInstanceConfigsRequest,ListInstanceConfigsResponse,InstanceConfig> context, ApiFuture<ListInstanceConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInstanceConfigsRequest,ListInstanceConfigsResponse,InstanceConfig>
futureResponse ApiFuture<ListInstanceConfigsResponse>
Returns
Type Description
ApiFuture<ListInstanceConfigsPage>
Overrides