View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanJob (google_api_dataplex v0.20.0)
A DataScanJob represents an instance of DataScan execution.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the DataScanJob was created. -
dataDiscoveryResult
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoveryResult.t
, default:nil
) - Output only. The result of a data discovery scan. -
dataDiscoverySpec
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoverySpec.t
, default:nil
) - Output only. Settings for a data discovery scan. -
dataProfileResult
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResult.t
, default:nil
) - Output only. The result of a data profile scan. -
dataProfileSpec
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileSpec.t
, default:nil
) - Output only. Settings for a data profile scan. -
dataQualityResult
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityResult.t
, default:nil
) - Output only. The result of a data quality scan. -
dataQualitySpec
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpec.t
, default:nil
) - Output only. Settings for a data quality scan. -
endTime
(type:DateTime.t
, default:nil
) - Output only. The time when the DataScanJob ended. -
message
(type:String.t
, default:nil
) - Output only. Additional information about the current state. -
name
(type:String.t
, default:nil
) - 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. -
startTime
(type:DateTime.t
, default:nil
) - Output only. The time when the DataScanJob was started. -
state
(type:String.t
, default:nil
) - Output only. Execution state for the DataScanJob. -
type
(type:String.t
, default:nil
) - Output only. The type of the parent DataScan. -
uid
(type:String.t
, default:nil
) - Output only. System generated globally unique ID for the DataScanJob.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanJob{ createTime: DateTime.t() | nil, dataDiscoveryResult: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoveryResult.t() | nil, dataDiscoverySpec: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoverySpec.t() | nil, dataProfileResult: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResult.t() | nil, dataProfileSpec: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileSpec.t() | nil, dataQualityResult: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityResult.t() | nil, dataQualitySpec: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpec.t() | nil, endTime: DateTime.t() | nil, message: String.t() | nil, name: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil, type: String.t() | nil, uid: String.t() | nil }