Class WorkerPoolsClient.ListWorkerPoolsPage (0.95.0)

public static class WorkerPoolsClient.ListWorkerPoolsPage extends AbstractPage<ListWorkerPoolsRequest,ListWorkerPoolsResponse,WorkerPool,WorkerPoolsClient.ListWorkerPoolsPage>

Inheritance

java.lang.Object > AbstractPage > WorkerPoolsClient.ListWorkerPoolsPage

Methods

createPage(@Nullable PageContext<ListWorkerPoolsRequest,ListWorkerPoolsResponse,WorkerPool> context, @Nullable ListWorkerPoolsResponse response)

protected WorkerPoolsClient.ListWorkerPoolsPage createPage(@Nullable PageContext<ListWorkerPoolsRequest,ListWorkerPoolsResponse,WorkerPool> context, @Nullable ListWorkerPoolsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkerPoolsRequest,ListWorkerPoolsResponse,WorkerPool>
response @org.jspecify.annotations.Nullable com.google.cloud.run.v2.ListWorkerPoolsResponse
Returns
Type Description
WorkerPoolsClient.ListWorkerPoolsPage
Overrides

createPageAsync(@Nullable PageContext<ListWorkerPoolsRequest,ListWorkerPoolsResponse,WorkerPool> context, ApiFuture<ListWorkerPoolsResponse> futureResponse)

public ApiFuture<WorkerPoolsClient.ListWorkerPoolsPage> createPageAsync(@Nullable PageContext<ListWorkerPoolsRequest,ListWorkerPoolsResponse,WorkerPool> context, ApiFuture<ListWorkerPoolsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkerPoolsRequest,ListWorkerPoolsResponse,WorkerPool>
futureResponse ApiFuture<ListWorkerPoolsResponse>
Returns
Type Description
ApiFuture<ListWorkerPoolsPage>
Overrides