Class JobServiceClient.ListDataLabelingJobsPage (3.42.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
NameDescription
contextPageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob>
responseListDataLabelingJobsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob>
futureResponseApiFuture<ListDataLabelingJobsResponse>
Returns
TypeDescription
ApiFuture<ListDataLabelingJobsPage>
Overrides