Class CloudMemcacheClient.ListInstancesPage (2.95.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudMemcacheClient.ListInstancesPage

Methods

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

protected CloudMemcacheClient.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.memcache.v1.ListInstancesResponse
Returns
Type Description
CloudMemcacheClient.ListInstancesPage
Overrides

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

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