Class CloudRedisClient.ListInstancesPage (2.98.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudRedisClient.ListInstancesPage

Methods

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

protected CloudRedisClient.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.cloud.redis.v1beta1.ListInstancesResponse
Returns
Type Description
CloudRedisClient.ListInstancesPage
Overrides

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

public ApiFuture<CloudRedisClient.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