Uses of Class
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListInstructionsPage
-
Packages that use DataLabelingServiceClient.ListInstructionsPage Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of DataLabelingServiceClient.ListInstructionsPage in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return DataLabelingServiceClient.ListInstructionsPage Modifier and Type Method Description protected DataLabelingServiceClient.ListInstructionsPage
DataLabelingServiceClient.ListInstructionsPage. createPage(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ListInstructionsResponse response)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type DataLabelingServiceClient.ListInstructionsPage Modifier and Type Method Description com.google.api.core.ApiFuture<DataLabelingServiceClient.ListInstructionsPage>
DataLabelingServiceClient.ListInstructionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, com.google.api.core.ApiFuture<ListInstructionsResponse> futureResponse)
Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type DataLabelingServiceClient.ListInstructionsPage Modifier and Type Method Description protected DataLabelingServiceClient.ListInstructionsFixedSizeCollection
DataLabelingServiceClient.ListInstructionsFixedSizeCollection. createCollection(List<DataLabelingServiceClient.ListInstructionsPage> pages, int collectionSize)
-