Class DataLabelingServiceClient.ListAnnotationSpecSetsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet,DataLabelingServiceClient.ListAnnotationSpecSetsPage>
-
- com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListAnnotationSpecSetsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<AnnotationSpecSet>
,com.google.api.gax.paging.Page<AnnotationSpecSet>
- Enclosing class:
- DataLabelingServiceClient
public static class DataLabelingServiceClient.ListAnnotationSpecSetsPage extends com.google.api.gax.paging.AbstractPage<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet,DataLabelingServiceClient.ListAnnotationSpecSetsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DataLabelingServiceClient.ListAnnotationSpecSetsPage
createPage(com.google.api.gax.rpc.PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, ListAnnotationSpecSetsResponse response)
com.google.api.core.ApiFuture<DataLabelingServiceClient.ListAnnotationSpecSetsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, com.google.api.core.ApiFuture<ListAnnotationSpecSetsResponse> 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 DataLabelingServiceClient.ListAnnotationSpecSetsPage createPage(com.google.api.gax.rpc.PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, ListAnnotationSpecSetsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet,DataLabelingServiceClient.ListAnnotationSpecSetsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DataLabelingServiceClient.ListAnnotationSpecSetsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, com.google.api.core.ApiFuture<ListAnnotationSpecSetsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet,DataLabelingServiceClient.ListAnnotationSpecSetsPage>
-
-