Class Event (0.9.8)

Event(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Carries information about events that occur during pipeline execution.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
timestamp google.protobuf.timestamp_pb2.Timestamp
The time at which the event occurred.
description str
A human-readable description of the event. Note that these strings can change at any time without notice. Any application logic must use the information in the details field.
delayed google.cloud.lifesciences_v2beta.types.DelayedEvent
See google.cloud.lifesciences.v2beta.DelayedEvent. This field is a member of oneof_ details.
worker_assigned google.cloud.lifesciences_v2beta.types.WorkerAssignedEvent
See google.cloud.lifesciences.v2beta.WorkerAssignedEvent. This field is a member of oneof_ details.
worker_released google.cloud.lifesciences_v2beta.types.WorkerReleasedEvent
See google.cloud.lifesciences.v2beta.WorkerReleasedEvent. This field is a member of oneof_ details.
pull_started google.cloud.lifesciences_v2beta.types.PullStartedEvent
See google.cloud.lifesciences.v2beta.PullStartedEvent. This field is a member of oneof_ details.
pull_stopped google.cloud.lifesciences_v2beta.types.PullStoppedEvent
See google.cloud.lifesciences.v2beta.PullStoppedEvent. This field is a member of oneof_ details.
container_started google.cloud.lifesciences_v2beta.types.ContainerStartedEvent
See google.cloud.lifesciences.v2beta.ContainerStartedEvent. This field is a member of oneof_ details.
container_stopped google.cloud.lifesciences_v2beta.types.ContainerStoppedEvent
See google.cloud.lifesciences.v2beta.ContainerStoppedEvent. This field is a member of oneof_ details.
container_killed google.cloud.lifesciences_v2beta.types.ContainerKilledEvent
See google.cloud.lifesciences.v2beta.ContainerKilledEvent. This field is a member of oneof_ details.
unexpected_exit_status google.cloud.lifesciences_v2beta.types.UnexpectedExitStatusEvent
See google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent. This field is a member of oneof_ details.
failed google.cloud.lifesciences_v2beta.types.FailedEvent
See google.cloud.lifesciences.v2beta.FailedEvent. This field is a member of oneof_ details.