Class DataLabelingServiceClient.ListAnnotationSpecSetsPage (0.161.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
NameDescription
contextPageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet>
responseListAnnotationSpecSetsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet>
futureResponseApiFuture<ListAnnotationSpecSetsResponse>
Returns
TypeDescription
ApiFuture<ListAnnotationSpecSetsPage>
Overrides