Class CloudBuildClient.ListWorkerPoolsPage (3.97.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudBuildClient.ListWorkerPoolsPage

Methods

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

protected CloudBuildClient.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.cloudbuild.v1.ListWorkerPoolsResponse
Returns
Type Description
CloudBuildClient.ListWorkerPoolsPage
Overrides

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

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