Class EvaluationServiceClient.ListEvaluationRunsPage (0.11.0)

public static class EvaluationServiceClient.ListEvaluationRunsPage extends AbstractPage<ListEvaluationRunsRequest,ListEvaluationRunsResponse,EvaluationRun,EvaluationServiceClient.ListEvaluationRunsPage>

Inheritance

java.lang.Object > AbstractPage > EvaluationServiceClient.ListEvaluationRunsPage

Methods

createPage(@Nullable PageContext<ListEvaluationRunsRequest,ListEvaluationRunsResponse,EvaluationRun> context, @Nullable ListEvaluationRunsResponse response)

protected EvaluationServiceClient.ListEvaluationRunsPage createPage(@Nullable PageContext<ListEvaluationRunsRequest,ListEvaluationRunsResponse,EvaluationRun> context, @Nullable ListEvaluationRunsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEvaluationRunsRequest,ListEvaluationRunsResponse,EvaluationRun>
response @org.jspecify.annotations.Nullable com.google.cloud.ces.v1beta.ListEvaluationRunsResponse
Returns
Type Description
EvaluationServiceClient.ListEvaluationRunsPage
Overrides

createPageAsync(@Nullable PageContext<ListEvaluationRunsRequest,ListEvaluationRunsResponse,EvaluationRun> context, ApiFuture<ListEvaluationRunsResponse> futureResponse)

public ApiFuture<EvaluationServiceClient.ListEvaluationRunsPage> createPageAsync(@Nullable PageContext<ListEvaluationRunsRequest,ListEvaluationRunsResponse,EvaluationRun> context, ApiFuture<ListEvaluationRunsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEvaluationRunsRequest,ListEvaluationRunsResponse,EvaluationRun>
futureResponse ApiFuture<ListEvaluationRunsResponse>
Returns
Type Description
ApiFuture<ListEvaluationRunsPage>
Overrides