View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1JobEvent (google_api_dataplex v0.20.0)
The payload associated with Job logs that contains events describing jobs that have run within a Lake.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - The time when the job ended running. -
executionTrigger
(type:String.t
, default:nil
) - Job execution trigger. -
jobId
(type:String.t
, default:nil
) - The unique id identifying the job. -
message
(type:String.t
, default:nil
) - The log message. -
retries
(type:integer()
, default:nil
) - The number of retries. -
service
(type:String.t
, default:nil
) - The service used to execute the job. -
serviceJob
(type:String.t
, default:nil
) - The reference to the job within the service. -
startTime
(type:DateTime.t
, default:nil
) - The time when the job started running. -
state
(type:String.t
, default:nil
) - The job state on completion. -
type
(type:String.t
, default:nil
) - The type of the job.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1JobEvent{ endTime: DateTime.t() | nil, executionTrigger: String.t() | nil, jobId: String.t() | nil, message: String.t() | nil, retries: integer() | nil, service: String.t() | nil, serviceJob: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil, type: String.t() | nil }