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
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Identifier. 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.
↳ create_time
↳ 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_discovery_spec
↳ data_quality_result
↳ data_profile_result
↳ data_discovery_result
getName
Output only. Identifier. 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. Identifier. 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
getCreateTime
Output only. The time when the DataScanJob was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the DataScanJob was created.
$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. Settings for a data quality scan.
hasDataQualitySpec
setDataQualitySpec
Output only. Settings for a data quality scan.
$this
getDataProfileSpec
Output only. Settings for a data profile scan.
hasDataProfileSpec
setDataProfileSpec
Output only. Settings for a data profile scan.
$this
getDataDiscoverySpec
Output only. Settings for a data discovery scan.
hasDataDiscoverySpec
setDataDiscoverySpec
Output only. Settings for a data discovery scan.
$this
getDataQualityResult
Output only. The result of a data quality scan.
hasDataQualityResult
setDataQualityResult
Output only. The result of a data quality scan.
$this
getDataProfileResult
Output only. The result of a data profile scan.
hasDataProfileResult
setDataProfileResult
Output only. The result of a data profile scan.
$this
getDataDiscoveryResult
Output only. The result of a data discovery scan.
hasDataDiscoveryResult
setDataDiscoveryResult
Output only. The result of a data discovery scan.
$this
getSpec
string
getResult
string