Reference documentation and code samples for the Google Cloud Life Sciences V2beta Client class Event.
Carries information about events that occur during pipeline execution.
Generated from protobuf message google.cloud.lifesciences.v2beta.Event
Namespace
Google \ Cloud \ LifeSciences \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ timestamp
↳ description
string
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
↳ worker_assigned
↳ worker_released
↳ pull_started
↳ pull_stopped
↳ container_started
↳ container_stopped
↳ container_killed
↳ unexpected_exit_status
getTimestamp
The time at which the event occurred.
hasTimestamp
clearTimestamp
setTimestamp
The time at which the event occurred.
$this
getDescription
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.
string
setDescription
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.
var
string
$this
getDelayed
hasDelayed
setDelayed
$this
getWorkerAssigned
hasWorkerAssigned
setWorkerAssigned
$this
getWorkerReleased
hasWorkerReleased
setWorkerReleased
$this
getPullStarted
hasPullStarted
setPullStarted
$this
getPullStopped
hasPullStopped
setPullStopped
$this
getContainerStarted
hasContainerStarted
setContainerStarted
$this
getContainerStopped
hasContainerStopped
setContainerStopped
$this
getContainerKilled
hasContainerKilled
setContainerKilled
$this
getUnexpectedExitStatus
hasUnexpectedExitStatus
setUnexpectedExitStatus
$this
getFailed
hasFailed
setFailed
$this
getDetails
string