Class DataLabelingServiceClient.ListAnnotationSpecSetsPage (0.215.0)

public static class DataLabelingServiceClient.ListAnnotationSpecSetsPage extends AbstractPage<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet,DataLabelingServiceClient.ListAnnotationSpecSetsPage>

Inheritance

java.lang.Object > AbstractPage > DataLabelingServiceClient.ListAnnotationSpecSetsPage

Methods

createPage(@Nullable PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, @Nullable ListAnnotationSpecSetsResponse response)

protected DataLabelingServiceClient.ListAnnotationSpecSetsPage createPage(@Nullable PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, @Nullable ListAnnotationSpecSetsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet>
response @org.jspecify.annotations.Nullable com.google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsResponse
Returns
Type Description
DataLabelingServiceClient.ListAnnotationSpecSetsPage
Overrides

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

public ApiFuture<DataLabelingServiceClient.ListAnnotationSpecSetsPage> createPageAsync(@Nullable PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet> context, ApiFuture<ListAnnotationSpecSetsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse,AnnotationSpecSet>
futureResponse ApiFuture<ListAnnotationSpecSetsResponse>
Returns
Type Description
ApiFuture<ListAnnotationSpecSetsPage>
Overrides