Uses of Class
com.google.cloud.dataplex.v1.DataScanServiceClient.ListDataScansPage
-
Packages that use DataScanServiceClient.ListDataScansPage Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of DataScanServiceClient.ListDataScansPage in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataScanServiceClient.ListDataScansPage Modifier and Type Method Description protected DataScanServiceClient.ListDataScansPage
DataScanServiceClient.ListDataScansPage. createPage(com.google.api.gax.rpc.PageContext<ListDataScansRequest,ListDataScansResponse,DataScan> context, ListDataScansResponse response)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataScanServiceClient.ListDataScansPage Modifier and Type Method Description com.google.api.core.ApiFuture<DataScanServiceClient.ListDataScansPage>
DataScanServiceClient.ListDataScansPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDataScansRequest,ListDataScansResponse,DataScan> context, com.google.api.core.ApiFuture<ListDataScansResponse> futureResponse)
Method parameters in com.google.cloud.dataplex.v1 with type arguments of type DataScanServiceClient.ListDataScansPage Modifier and Type Method Description protected DataScanServiceClient.ListDataScansFixedSizeCollection
DataScanServiceClient.ListDataScansFixedSizeCollection. createCollection(List<DataScanServiceClient.ListDataScansPage> pages, int collectionSize)
-