Class DatasetServiceClient.ListAnnotationsPage (3.96.0)

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

Inheritance

java.lang.Object > AbstractPage > DatasetServiceClient.ListAnnotationsPage

Methods

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

protected DatasetServiceClient.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.aiplatform.v1beta1.ListAnnotationsResponse
Returns
Type Description
DatasetServiceClient.ListAnnotationsPage
Overrides

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

public ApiFuture<DatasetServiceClient.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