Package com.google.cloud.aiplatform.v1
Class JobServiceClient.ListDataLabelingJobsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob,JobServiceClient.ListDataLabelingJobsPage>
com.google.cloud.aiplatform.v1.JobServiceClient.ListDataLabelingJobsPage
- All Implemented Interfaces:
AsyncPage<DataLabelingJob>,Page<DataLabelingJob>
- Enclosing class:
- JobServiceClient
public static class JobServiceClient.ListDataLabelingJobsPage
extends AbstractPage<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob,JobServiceClient.ListDataLabelingJobsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListDataLabelingJobsRequest, ListDataLabelingJobsResponse, DataLabelingJob> context, ListDataLabelingJobsResponse response) createPageAsync(PageContext<ListDataLabelingJobsRequest, ListDataLabelingJobsResponse, DataLabelingJob> context, ApiFuture<ListDataLabelingJobsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected JobServiceClient.ListDataLabelingJobsPage createPage(PageContext<ListDataLabelingJobsRequest, ListDataLabelingJobsResponse, DataLabelingJob> context, ListDataLabelingJobsResponse response) -
createPageAsync
public ApiFuture<JobServiceClient.ListDataLabelingJobsPage> createPageAsync(PageContext<ListDataLabelingJobsRequest, ListDataLabelingJobsResponse, DataLabelingJob> context, ApiFuture<ListDataLabelingJobsResponse> futureResponse)
-