Class DataLabelingServiceClient.ListInstructionsPage (0.161.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)
Parameters
NameDescription
contextPageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction>
responseListInstructionsResponse
Returns
TypeDescription
DataLabelingServiceClient.ListInstructionsPage
Overrides

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

public ApiFuture<DataLabelingServiceClient.ListInstructionsPage> createPageAsync(PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ApiFuture<ListInstructionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction>
futureResponseApiFuture<ListInstructionsResponse>
Returns
TypeDescription
ApiFuture<ListInstructionsPage>
Overrides