View Source GoogleApi.LifeSciences.V2beta.Model.Event (google_api_life_sciences v0.13.1)

Carries information about events that occur during pipeline execution.

Attributes

  • containerKilled (type: GoogleApi.LifeSciences.V2beta.Model.ContainerKilledEvent.t, default: nil) - See google.cloud.lifesciences.v2beta.ContainerKilledEvent.
  • containerStarted (type: GoogleApi.LifeSciences.V2beta.Model.ContainerStartedEvent.t, default: nil) - See google.cloud.lifesciences.v2beta.ContainerStartedEvent.
  • containerStopped (type: GoogleApi.LifeSciences.V2beta.Model.ContainerStoppedEvent.t, default: nil) - See google.cloud.lifesciences.v2beta.ContainerStoppedEvent.
  • delayed (type: GoogleApi.LifeSciences.V2beta.Model.DelayedEvent.t, default: nil) - See google.cloud.lifesciences.v2beta.DelayedEvent.
  • description (type: String.t, default: nil) - 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.
  • failed (type: GoogleApi.LifeSciences.V2beta.Model.FailedEvent.t, default: nil) - See google.cloud.lifesciences.v2beta.FailedEvent.
  • pullStarted (type: GoogleApi.LifeSciences.V2beta.Model.PullStartedEvent.t, default: nil) - See google.cloud.lifesciences.v2beta.PullStartedEvent.
  • pullStopped (type: GoogleApi.LifeSciences.V2beta.Model.PullStoppedEvent.t, default: nil) - See google.cloud.lifesciences.v2beta.PullStoppedEvent.
  • timestamp (type: DateTime.t, default: nil) - The time at which the event occurred.
  • unexpectedExitStatus (type: GoogleApi.LifeSciences.V2beta.Model.UnexpectedExitStatusEvent.t, default: nil) - See google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.
  • workerAssigned (type: GoogleApi.LifeSciences.V2beta.Model.WorkerAssignedEvent.t, default: nil) - See google.cloud.lifesciences.v2beta.WorkerAssignedEvent.
  • workerReleased (type: GoogleApi.LifeSciences.V2beta.Model.WorkerReleasedEvent.t, default: nil) - See google.cloud.lifesciences.v2beta.WorkerReleasedEvent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

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

Unwrap a decoded JSON object into its complex fields.