GoogleCloudDataplexV1DataScanJob class

A DataScanJob represents an instance of DataScan execution.

Properties

dataProfileResult GoogleCloudDataplexV1DataProfileResult?
The result of the data profile scan.
getter/setter pair
dataProfileSpec GoogleCloudDataplexV1DataProfileSpec?
DataProfileScan related setting.
getter/setter pair
dataQualityResult GoogleCloudDataplexV1DataQualityResult?
The result of the data quality scan.
getter/setter pair
dataQualitySpec GoogleCloudDataplexV1DataQualitySpec?
DataQualityScan related setting.
getter/setter pair
endTime String?
The time when the DataScanJob ended.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
Additional information about the current state.
getter/setter pair
name String?
The relative resource name of the DataScanJob, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The time when the DataScanJob was started.
getter/setter pair
state String?
Execution state for the DataScanJob.
getter/setter pair
type String?
The type of the parent DataScan.
getter/setter pair
uid String?
System generated globally unique ID for the DataScanJob.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited