StatusEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Status event.
Attributes |
|
---|---|
Name | Description |
type_ |
str
Type of the event. |
description |
str
Description of the event. |
event_time |
google.protobuf.timestamp_pb2.Timestamp
The time this event occurred. |
task_execution |
google.cloud.batch_v1.types.TaskExecution
Task Execution. This field is only defined for task-level status events where the task fails. |
task_state |
google.cloud.batch_v1.types.TaskStatus.State
Task State. This field is only defined for task-level status events. |