Class ExecutionsClient.ListExecutionsPage (0.95.0)

public static class ExecutionsClient.ListExecutionsPage extends AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,ExecutionsClient.ListExecutionsPage>

Inheritance

java.lang.Object > AbstractPage > ExecutionsClient.ListExecutionsPage

Methods

createPage(@Nullable PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, @Nullable ListExecutionsResponse response)

protected ExecutionsClient.ListExecutionsPage createPage(@Nullable PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, @Nullable ListExecutionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
response @org.jspecify.annotations.Nullable com.google.cloud.run.v2.ListExecutionsResponse
Returns
Type Description
ExecutionsClient.ListExecutionsPage
Overrides

createPageAsync(@Nullable PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)

public ApiFuture<ExecutionsClient.ListExecutionsPage> createPageAsync(@Nullable PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
futureResponse ApiFuture<ListExecutionsResponse>
Returns
Type Description
ApiFuture<ListExecutionsPage>
Overrides