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