Class DataLabelingServiceClient.ListInstructionsPage (0.215.0)

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

Inheritance

java.lang.Object > AbstractPage > DataLabelingServiceClient.ListInstructionsPage

Methods

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

protected DataLabelingServiceClient.ListInstructionsPage createPage(@Nullable PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, @Nullable ListInstructionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction>
response @org.jspecify.annotations.Nullable com.google.cloud.datalabeling.v1beta1.ListInstructionsResponse
Returns
Type Description
DataLabelingServiceClient.ListInstructionsPage
Overrides

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

public ApiFuture<DataLabelingServiceClient.ListInstructionsPage> createPageAsync(@Nullable PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ApiFuture<ListInstructionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction>
futureResponse ApiFuture<ListInstructionsResponse>
Returns
Type Description
ApiFuture<ListInstructionsPage>
Overrides