DataScanJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A DataScanJob represents an instance of DataScan execution.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
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 |
str
Output only. System generated globally unique ID for the DataScanJob. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the DataScanJob was created. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the DataScanJob was started. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the DataScanJob ended. |
state |
google.cloud.dataplex_v1.types.DataScanJob.State
Output only. Execution state for the DataScanJob. |
message |
str
Output only. Additional information about the current state. |
type_ |
google.cloud.dataplex_v1.types.DataScanType
Output only. The type of the parent DataScan. |
data_quality_spec |
google.cloud.dataplex_v1.types.DataQualitySpec
Output only. Settings for a data quality scan. This field is a member of oneof _ spec .
|
data_profile_spec |
google.cloud.dataplex_v1.types.DataProfileSpec
Output only. Settings for a data profile scan. This field is a member of oneof _ spec .
|
data_discovery_spec |
google.cloud.dataplex_v1.types.DataDiscoverySpec
Output only. Settings for a data discovery scan. This field is a member of oneof _ spec .
|
data_quality_result |
google.cloud.dataplex_v1.types.DataQualityResult
Output only. The result of a data quality scan. This field is a member of oneof _ result .
|
data_profile_result |
google.cloud.dataplex_v1.types.DataProfileResult
Output only. The result of a data profile scan. This field is a member of oneof _ result .
|
data_discovery_result |
google.cloud.dataplex_v1.types.DataDiscoveryResult
Output only. The result of a data discovery scan. This field is a member of oneof _ result .
|
Classes
State
State(value)
Execution state for the DataScanJob.