Class DataLabelingServiceClient.ListExamplesPage (0.163.0)

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

Inheritance

java.lang.Object > AbstractPage > DataLabelingServiceClient.ListExamplesPage

Methods

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

protected DataLabelingServiceClient.ListExamplesPage createPage(PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, ListExamplesResponse response)
Parameters
Name Description
context PageContext<ListExamplesRequest,ListExamplesResponse,Example>
response ListExamplesResponse
Returns
Type Description
DataLabelingServiceClient.ListExamplesPage
Overrides

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

public ApiFuture<DataLabelingServiceClient.ListExamplesPage> createPageAsync(PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, ApiFuture<ListExamplesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListExamplesRequest,ListExamplesResponse,Example>
futureResponse ApiFuture<ListExamplesResponse>
Returns
Type Description
ApiFuture<ListExamplesPage>
Overrides