Class DataLabelingServiceClient.ListAnnotationSpecSetsPage (0.162.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)
Parameters
Name Description
context PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet>
response ListAnnotationSpecSetsResponse
Returns
Type Description
DataLabelingServiceClient.ListAnnotationSpecSetsPage
Overrides

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

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