GetDataScanResult

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

Types

Link copied to clipboard
object Companion

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
Link copied to clipboard

The result of the data quality scan.

Link copied to clipboard
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
Link copied to clipboard

Optional. User-defined labels for the scan.

Link copied to clipboard

The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.

Link copied to clipboard

Current state of the DataScan.

Link copied to clipboard

The type of DataScan.

Link copied to clipboard
val uid: String

System generated globally unique ID for the scan. This ID will be different if the scan is deleted and re-created with the same name.

Link copied to clipboard

The time when the scan was last updated.