JobEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)The payload associated with Job logs that contains events describing jobs that have run within a Lake.
Attributes
| Name | Description |
| message |
str
The log message. |
| job_id |
str
The unique id identifying the job. |
| start_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the job started running. |
| end_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the job ended running. |
| state |
google.cloud.dataplex_v1.types.JobEvent.State
The job state on completion. |
| retries |
int
The number of retries. |
| type_ |
google.cloud.dataplex_v1.types.JobEvent.Type
The type of the job. |
| service |
google.cloud.dataplex_v1.types.JobEvent.Service
The service used to execute the job. |
| service_job |
str
The reference to the job within the service. |
Inheritance
builtins.object > proto.message.Message > JobEventClasses
Service
Service(value)The service used to execute the job.
State
State(value)The completion status of the job.
Type
Type(value)The type of the job.