Class JobServiceClient.ListDataLabelingJobsPage (3.96.0)

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

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.ListDataLabelingJobsPage

Methods

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

protected JobServiceClient.ListDataLabelingJobsPage createPage(@Nullable PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, @Nullable ListDataLabelingJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1.ListDataLabelingJobsResponse
Returns
Type Description
JobServiceClient.ListDataLabelingJobsPage
Overrides

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

public ApiFuture<JobServiceClient.ListDataLabelingJobsPage> createPageAsync(@Nullable PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, ApiFuture<ListDataLabelingJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob>
futureResponse ApiFuture<ListDataLabelingJobsResponse>
Returns
Type Description
ApiFuture<ListDataLabelingJobsPage>
Overrides