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 | strOutput only. Identifier. The relative resource name of the DataScanJob, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id},
   whereprojectrefers to a *project_id* or
   *project_number* andlocation_idrefers to a Google
   Cloud region. | 
| uid | strOutput only. System generated globally unique ID for the DataScanJob. | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the DataScanJob was created. | 
| start_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the DataScanJob was started. | 
| end_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the DataScanJob ended. | 
| state | google.cloud.dataplex_v1.types.DataScanJob.StateOutput only. Execution state for the DataScanJob. | 
| message | strOutput only. Additional information about the current state. | 
| type_ | google.cloud.dataplex_v1.types.DataScanTypeOutput only. The type of the parent DataScan. | 
| data_quality_spec | google.cloud.dataplex_v1.types.DataQualitySpecOutput only. Settings for a data quality scan. This field is a member of oneof_spec. | 
| data_profile_spec | google.cloud.dataplex_v1.types.DataProfileSpecOutput only. Settings for a data profile scan. This field is a member of oneof_spec. | 
| data_discovery_spec | google.cloud.dataplex_v1.types.DataDiscoverySpecOutput only. Settings for a data discovery scan. This field is a member of oneof_spec. | 
| data_quality_result | google.cloud.dataplex_v1.types.DataQualityResultOutput only. The result of a data quality scan. This field is a member of oneof_result. | 
| data_profile_result | google.cloud.dataplex_v1.types.DataProfileResultOutput only. The result of a data profile scan. This field is a member of oneof_result. | 
| data_discovery_result | google.cloud.dataplex_v1.types.DataDiscoveryResultOutput 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.