Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataScanJob.
A DataScanJob represents an instance of DataScan execution.
Generated from protobuf message google.cloud.dataplex.v1.DataScanJob
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. 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.
↳ uid
string
Output only. System generated globally unique ID for the DataScanJob.
↳ start_time
↳ end_time
↳ state
int
Output only. Execution state for the DataScanJob.
↳ message
string
Output only. Additional information about the current state.
↳ type
int
Output only. The type of the parent DataScan.
↳ data_quality_spec
↳ data_profile_spec
↳ data_quality_result
↳ data_profile_result
getName
Output only. 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.
string
setName
Output only. 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.
var
string
$this
getUid
Output only. System generated globally unique ID for the DataScanJob.
string
setUid
Output only. System generated globally unique ID for the DataScanJob.
var
string
$this
getStartTime
Output only. The time when the DataScanJob was started.
hasStartTime
clearStartTime
setStartTime
Output only. The time when the DataScanJob was started.
$this
getEndTime
Output only. The time when the DataScanJob ended.
hasEndTime
clearEndTime
setEndTime
Output only. The time when the DataScanJob ended.
$this
getState
Output only. Execution state for the DataScanJob.
int
setState
Output only. Execution state for the DataScanJob.
var
int
$this
getMessage
Output only. Additional information about the current state.
string
setMessage
Output only. Additional information about the current state.
var
string
$this
getType
Output only. The type of the parent DataScan.
int
setType
Output only. The type of the parent DataScan.
var
int
$this
getDataQualitySpec
Output only. DataQualityScan related setting.
hasDataQualitySpec
setDataQualitySpec
Output only. DataQualityScan related setting.
$this
getDataProfileSpec
Output only. DataProfileScan related setting.
hasDataProfileSpec
setDataProfileSpec
Output only. DataProfileScan related setting.
$this
getDataQualityResult
Output only. The result of the data quality scan.
hasDataQualityResult
setDataQualityResult
Output only. The result of the data quality scan.
$this
getDataProfileResult
Output only. The result of the data profile scan.
hasDataProfileResult
setDataProfileResult
Output only. The result of the data profile scan.
$this
getSpec
string
getResult
string