Class DataLabelingServiceClient.ListAnnotationSpecSetsPage (0.178.0)

public static class DataLabelingServiceClient.ListAnnotationSpecSetsPage extends AbstractPage<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet,DataLabelingServiceClient.ListAnnotationSpecSetsPage>

Inheritance

java.lang.Object > AbstractPage > DataLabelingServiceClient.ListAnnotationSpecSetsPage

Methods

createPage(PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, ListAnnotationSpecSetsResponse response)

protected DataLabelingServiceClient.ListAnnotationSpecSetsPage createPage(PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, ListAnnotationSpecSetsResponse response)
Overrides

createPageAsync(PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, ApiFuture<ListAnnotationSpecSetsResponse> futureResponse)

public ApiFuture<DataLabelingServiceClient.ListAnnotationSpecSetsPage> createPageAsync(PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, ApiFuture<ListAnnotationSpecSetsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListAnnotationSpecSetsPage>
Overrides