Class DataLabelingServiceClient.ListAnnotatedDatasetsPage (0.215.0)

public static class DataLabelingServiceClient.ListAnnotatedDatasetsPage extends AbstractPage<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset,DataLabelingServiceClient.ListAnnotatedDatasetsPage>

Inheritance

java.lang.Object > AbstractPage > DataLabelingServiceClient.ListAnnotatedDatasetsPage

Methods

createPage(@Nullable PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, @Nullable ListAnnotatedDatasetsResponse response)

protected DataLabelingServiceClient.ListAnnotatedDatasetsPage createPage(@Nullable PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, @Nullable ListAnnotatedDatasetsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset>
response @org.jspecify.annotations.Nullable com.google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsResponse
Returns
Type Description
DataLabelingServiceClient.ListAnnotatedDatasetsPage
Overrides

createPageAsync(@Nullable PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, ApiFuture<ListAnnotatedDatasetsResponse> futureResponse)

public ApiFuture<DataLabelingServiceClient.ListAnnotatedDatasetsPage> createPageAsync(@Nullable PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, ApiFuture<ListAnnotatedDatasetsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset>
futureResponse ApiFuture<ListAnnotatedDatasetsResponse>
Returns
Type Description
ApiFuture<ListAnnotatedDatasetsPage>
Overrides