GoogleCloudDataplexV1DataScanJob class
A DataScanJob represents an instance of DataScan execution.
Constructors
- GoogleCloudDataplexV1DataScanJob({GoogleCloudDataplexV1DataProfileResult? dataProfileResult, GoogleCloudDataplexV1DataProfileSpec? dataProfileSpec, GoogleCloudDataplexV1DataQualityResult? dataQualityResult, GoogleCloudDataplexV1DataQualitySpec? dataQualitySpec, String? endTime, String? message, String? name, String? startTime, String? state, String? type, String? uid})
- GoogleCloudDataplexV1DataScanJob.fromJson(Map json_)
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