Package com.google.cloud.dataplex.v1
Class DataScanServiceGrpc.DataScanServiceImplBase
- java.lang.Object
-
- com.google.cloud.dataplex.v1.DataScanServiceGrpc.DataScanServiceImplBase
-
- All Implemented Interfaces:
DataScanServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DataScanServiceGrpc
public abstract static class DataScanServiceGrpc.DataScanServiceImplBase extends Object implements io.grpc.BindableService, DataScanServiceGrpc.AsyncService
Base class for the server implementation of the service DataScanService.DataScanService manages DataScan resources which can be configured to run various types of data scanning workload and generate enriched metadata (e.g. Data Profile, Data Quality) for the data source.
-
-
Constructor Summary
Constructors Constructor Description DataScanServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.dataplex.v1.DataScanServiceGrpc.AsyncService
createDataScan, deleteDataScan, getDataScan, getDataScanJob, listDataScanJobs, listDataScans, runDataScan, updateDataScan
-
-