Class DataLabelingServiceClient.ListExamplesPage (0.215.0)

public static class DataLabelingServiceClient.ListExamplesPage extends AbstractPage<ListExamplesRequest,ListExamplesResponse,Example,DataLabelingServiceClient.ListExamplesPage>

Inheritance

java.lang.Object > AbstractPage > DataLabelingServiceClient.ListExamplesPage

Methods

createPage(@Nullable PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, @Nullable ListExamplesResponse response)

protected DataLabelingServiceClient.ListExamplesPage createPage(@Nullable PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, @Nullable ListExamplesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListExamplesRequest,ListExamplesResponse,Example>
response @org.jspecify.annotations.Nullable com.google.cloud.datalabeling.v1beta1.ListExamplesResponse
Returns
Type Description
DataLabelingServiceClient.ListExamplesPage
Overrides

createPageAsync(@Nullable PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, ApiFuture<ListExamplesResponse> futureResponse)

public ApiFuture<DataLabelingServiceClient.ListExamplesPage> createPageAsync(@Nullable PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, ApiFuture<ListExamplesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListExamplesRequest,ListExamplesResponse,Example>
futureResponse ApiFuture<ListExamplesResponse>
Returns
Type Description
ApiFuture<ListExamplesPage>
Overrides