Class JobServiceClient.ListDataLabelingJobsPage (3.44.0)

public static class JobServiceClient.ListDataLabelingJobsPage extends AbstractPage<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob,JobServiceClient.ListDataLabelingJobsPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.ListDataLabelingJobsPage

Methods

createPage(PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, ListDataLabelingJobsResponse response)

protected JobServiceClient.ListDataLabelingJobsPage createPage(PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, ListDataLabelingJobsResponse response)
Parameters
Name Description
context PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob>
response ListDataLabelingJobsResponse
Returns
Type Description
JobServiceClient.ListDataLabelingJobsPage
Overrides

createPageAsync(PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, ApiFuture<ListDataLabelingJobsResponse> futureResponse)

public ApiFuture<JobServiceClient.ListDataLabelingJobsPage> createPageAsync(PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, ApiFuture<ListDataLabelingJobsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob>
futureResponse ApiFuture<ListDataLabelingJobsResponse>
Returns
Type Description
ApiFuture<ListDataLabelingJobsPage>
Overrides