Class WarehouseClient.ListAnnotationsPage (0.52.0)

public static class WarehouseClient.ListAnnotationsPage extends AbstractPage<ListAnnotationsRequest,ListAnnotationsResponse,Annotation,WarehouseClient.ListAnnotationsPage>

Inheritance

java.lang.Object > AbstractPage > WarehouseClient.ListAnnotationsPage

Methods

createPage(@Nullable PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, @Nullable ListAnnotationsResponse response)

protected WarehouseClient.ListAnnotationsPage createPage(@Nullable PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, @Nullable ListAnnotationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation>
response @org.jspecify.annotations.Nullable com.google.cloud.visionai.v1.ListAnnotationsResponse
Returns
Type Description
WarehouseClient.ListAnnotationsPage
Overrides

createPageAsync(@Nullable PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ApiFuture<ListAnnotationsResponse> futureResponse)

public ApiFuture<WarehouseClient.ListAnnotationsPage> createPageAsync(@Nullable PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ApiFuture<ListAnnotationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation>
futureResponse ApiFuture<ListAnnotationsResponse>
Returns
Type Description
ApiFuture<ListAnnotationsPage>
Overrides