Get Data Scan Result
data class GetDataScanResult(val createTime: String, val data: GoogleCloudDataplexV1DataSourceResponse, val dataProfileResult: GoogleCloudDataplexV1DataProfileResultResponse, val dataProfileSpec: GoogleCloudDataplexV1DataProfileSpecResponse, val dataQualityResult: GoogleCloudDataplexV1DataQualityResultResponse, val dataQualitySpec: GoogleCloudDataplexV1DataQualitySpecResponse, val description: String, val displayName: String, val executionSpec: GoogleCloudDataplexV1DataScanExecutionSpecResponse, val executionStatus: GoogleCloudDataplexV1DataScanExecutionStatusResponse, val labels: Map<String, String>, val name: String, val state: String, val type: String, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(createTime: String, data: GoogleCloudDataplexV1DataSourceResponse, dataProfileResult: GoogleCloudDataplexV1DataProfileResultResponse, dataProfileSpec: GoogleCloudDataplexV1DataProfileSpecResponse, dataQualityResult: GoogleCloudDataplexV1DataQualityResultResponse, dataQualitySpec: GoogleCloudDataplexV1DataQualitySpecResponse, description: String, displayName: String, executionSpec: GoogleCloudDataplexV1DataScanExecutionSpecResponse, executionStatus: GoogleCloudDataplexV1DataScanExecutionStatusResponse, labels: Map<String, String>, name: String, state: String, type: String, uid: String, updateTime: String)
Properties
Link copied to clipboard
The time when the scan was created.
Link copied to clipboard
The data source for DataScan.
Link copied to clipboard
The result of the data profile scan.
Link copied to clipboard
DataProfileScan related setting.
Link copied to clipboard
The result of the data quality scan.
Link copied to clipboard
DataQualityScan related setting.
Link copied to clipboard
Optional. Description of the scan. Must be between 1-1024 characters.
Link copied to clipboard
Optional. User friendly display name. Must be between 1-256 characters.
Link copied to clipboard
Optional. DataScan execution settings.If not specified, the fields in it will use their default values.
Link copied to clipboard
Status of the data scan execution.
Link copied to clipboard
The time when the scan was last updated.