Uses of Class
com.google.cloud.dataplex.v1.DataScanName
-
Packages that use DataScanName Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of DataScanName in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataScanName Modifier and Type Method Description DataScanName
DataScanName.Builder. build()
static DataScanName
DataScanName. of(String project, String location, String dataScan)
static DataScanName
DataScanName. parse(String formattedString)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataScanName Modifier and Type Method Description static List<DataScanName>
DataScanName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataplex.v1 with parameters of type DataScanName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
DataScanServiceClient. deleteDataScanAsync(DataScanName name)
Deletes a DataScan resource.DataScan
DataScanServiceClient. getDataScan(DataScanName name)
Gets a DataScan resource.DataScanServiceClient.ListDataScanJobsPagedResponse
DataScanServiceClient. listDataScanJobs(DataScanName parent)
Lists DataScanJobs under the given DataScan.RunDataScanResponse
DataScanServiceClient. runDataScan(DataScanName name)
Runs an on-demand execution of a DataScanMethod parameters in com.google.cloud.dataplex.v1 with type arguments of type DataScanName Modifier and Type Method Description static List<String>
DataScanName. toStringList(List<DataScanName> values)
-