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