google_api_life_sciences v0.4.0 GoogleApi.LifeSciences.V2beta.Model.Event View Source
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 thedetails
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.LifeSciences.V2beta.Model.Event{ containerKilled: GoogleApi.LifeSciences.V2beta.Model.ContainerKilledEvent.t(), containerStarted: GoogleApi.LifeSciences.V2beta.Model.ContainerStartedEvent.t(), containerStopped: GoogleApi.LifeSciences.V2beta.Model.ContainerStoppedEvent.t(), delayed: GoogleApi.LifeSciences.V2beta.Model.DelayedEvent.t(), description: String.t(), failed: GoogleApi.LifeSciences.V2beta.Model.FailedEvent.t(), pullStarted: GoogleApi.LifeSciences.V2beta.Model.PullStartedEvent.t(), pullStopped: GoogleApi.LifeSciences.V2beta.Model.PullStoppedEvent.t(), timestamp: DateTime.t(), unexpectedExitStatus: GoogleApi.LifeSciences.V2beta.Model.UnexpectedExitStatusEvent.t(), workerAssigned: GoogleApi.LifeSciences.V2beta.Model.WorkerAssignedEvent.t(), workerReleased: GoogleApi.LifeSciences.V2beta.Model.WorkerReleasedEvent.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.