Class DataLabelingServiceClient.ListEvaluationJobsPage (0.215.0)

public static class DataLabelingServiceClient.ListEvaluationJobsPage extends AbstractPage<ListEvaluationJobsRequest,ListEvaluationJobsResponse,EvaluationJob,DataLabelingServiceClient.ListEvaluationJobsPage>

Inheritance

java.lang.Object > AbstractPage > DataLabelingServiceClient.ListEvaluationJobsPage

Methods

createPage(@Nullable PageContext<ListEvaluationJobsRequest,ListEvaluationJobsResponse,EvaluationJob> context, @Nullable ListEvaluationJobsResponse response)

protected DataLabelingServiceClient.ListEvaluationJobsPage createPage(@Nullable PageContext<ListEvaluationJobsRequest,ListEvaluationJobsResponse,EvaluationJob> context, @Nullable ListEvaluationJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEvaluationJobsRequest,ListEvaluationJobsResponse,EvaluationJob>
response @org.jspecify.annotations.Nullable com.google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse
Returns
Type Description
DataLabelingServiceClient.ListEvaluationJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListEvaluationJobsRequest,ListEvaluationJobsResponse,EvaluationJob> context, ApiFuture<ListEvaluationJobsResponse> futureResponse)

public ApiFuture<DataLabelingServiceClient.ListEvaluationJobsPage> createPageAsync(@Nullable PageContext<ListEvaluationJobsRequest,ListEvaluationJobsResponse,EvaluationJob> context, ApiFuture<ListEvaluationJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEvaluationJobsRequest,ListEvaluationJobsResponse,EvaluationJob>
futureResponse ApiFuture<ListEvaluationJobsResponse>
Returns
Type Description
ApiFuture<ListEvaluationJobsPage>
Overrides