Class JobServiceClient.ListDataLabelingJobsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob,JobServiceClient.ListDataLabelingJobsPage>
-
- com.google.cloud.aiplatform.v1beta1.JobServiceClient.ListDataLabelingJobsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<DataLabelingJob>
,com.google.api.gax.paging.Page<DataLabelingJob>
- Enclosing class:
- JobServiceClient
public static class JobServiceClient.ListDataLabelingJobsPage extends com.google.api.gax.paging.AbstractPage<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob,JobServiceClient.ListDataLabelingJobsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JobServiceClient.ListDataLabelingJobsPage
createPage(com.google.api.gax.rpc.PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, ListDataLabelingJobsResponse response)
com.google.api.core.ApiFuture<JobServiceClient.ListDataLabelingJobsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, com.google.api.core.ApiFuture<ListDataLabelingJobsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected JobServiceClient.ListDataLabelingJobsPage createPage(com.google.api.gax.rpc.PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, ListDataLabelingJobsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob,JobServiceClient.ListDataLabelingJobsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<JobServiceClient.ListDataLabelingJobsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, com.google.api.core.ApiFuture<ListDataLabelingJobsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob,JobServiceClient.ListDataLabelingJobsPage>
-
-