Class DataLabelingServiceClient.ListInstructionsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListInstructionsRequest,ListInstructionsResponse,Instruction,DataLabelingServiceClient.ListInstructionsPage>
-
- com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListInstructionsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Instruction>
,com.google.api.gax.paging.Page<Instruction>
- Enclosing class:
- DataLabelingServiceClient
public static class DataLabelingServiceClient.ListInstructionsPage extends com.google.api.gax.paging.AbstractPage<ListInstructionsRequest,ListInstructionsResponse,Instruction,DataLabelingServiceClient.ListInstructionsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DataLabelingServiceClient.ListInstructionsPage
createPage(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ListInstructionsResponse response)
com.google.api.core.ApiFuture<DataLabelingServiceClient.ListInstructionsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, com.google.api.core.ApiFuture<ListInstructionsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected DataLabelingServiceClient.ListInstructionsPage createPage(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ListInstructionsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListInstructionsRequest,ListInstructionsResponse,Instruction,DataLabelingServiceClient.ListInstructionsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DataLabelingServiceClient.ListInstructionsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, com.google.api.core.ApiFuture<ListInstructionsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListInstructionsRequest,ListInstructionsResponse,Instruction,DataLabelingServiceClient.ListInstructionsPage>
-
-