Class DataLabelingServiceClient.ListInstructionsPage (0.178.0)

public static class DataLabelingServiceClient.ListInstructionsPage extends AbstractPage<ListInstructionsRequest,ListInstructionsResponse,Instruction,DataLabelingServiceClient.ListInstructionsPage>

Inheritance

java.lang.Object > AbstractPage > DataLabelingServiceClient.ListInstructionsPage

Methods

createPage(PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ListInstructionsResponse response)

protected DataLabelingServiceClient.ListInstructionsPage createPage(PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ListInstructionsResponse response)
Overrides

createPageAsync(PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ApiFuture<ListInstructionsResponse> futureResponse)

public ApiFuture<DataLabelingServiceClient.ListInstructionsPage> createPageAsync(PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ApiFuture<ListInstructionsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListInstructionsPage>
Overrides