View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanJob (google_api_dataplex v0.15.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.
  • dataProfileResult (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResult.t, default: nil) - Output only. The result of the data profile scan.
  • dataProfileSpec (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileSpec.t, default: nil) - Output only. DataProfileScan related setting.
  • dataQualityResult (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityResult.t, default: nil) - Output only. The result of the data quality scan.
  • dataQualitySpec (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpec.t, default: nil) - Output only. DataQualityScan related setting.
  • 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. 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,
  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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.