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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ timestamp |
Google\Protobuf\Timestamp
The time at which the event occurred. |
↳ 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 |
↳ delayed |
DelayedEvent
|
↳ worker_assigned |
WorkerAssignedEvent
|
↳ worker_released |
WorkerReleasedEvent
|
↳ pull_started |
PullStartedEvent
|
↳ pull_stopped |
PullStoppedEvent
|
↳ container_started |
ContainerStartedEvent
|
↳ container_stopped |
ContainerStoppedEvent
|
↳ container_killed |
ContainerKilledEvent
|
↳ unexpected_exit_status |
UnexpectedExitStatusEvent
See google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent. |
↳ failed |
FailedEvent
|
getTimestamp
The time at which the event occurred.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasTimestamp
clearTimestamp
setTimestamp
The time at which the event occurred.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDelayed
Returns | |
---|---|
Type | Description |
DelayedEvent|null |
hasDelayed
setDelayed
Parameter | |
---|---|
Name | Description |
var |
DelayedEvent
|
Returns | |
---|---|
Type | Description |
$this |
getWorkerAssigned
Returns | |
---|---|
Type | Description |
WorkerAssignedEvent|null |
hasWorkerAssigned
setWorkerAssigned
Parameter | |
---|---|
Name | Description |
var |
WorkerAssignedEvent
|
Returns | |
---|---|
Type | Description |
$this |
getWorkerReleased
Returns | |
---|---|
Type | Description |
WorkerReleasedEvent|null |
hasWorkerReleased
setWorkerReleased
Parameter | |
---|---|
Name | Description |
var |
WorkerReleasedEvent
|
Returns | |
---|---|
Type | Description |
$this |
getPullStarted
Returns | |
---|---|
Type | Description |
PullStartedEvent|null |
hasPullStarted
setPullStarted
Parameter | |
---|---|
Name | Description |
var |
PullStartedEvent
|
Returns | |
---|---|
Type | Description |
$this |
getPullStopped
Returns | |
---|---|
Type | Description |
PullStoppedEvent|null |
hasPullStopped
setPullStopped
Parameter | |
---|---|
Name | Description |
var |
PullStoppedEvent
|
Returns | |
---|---|
Type | Description |
$this |
getContainerStarted
Returns | |
---|---|
Type | Description |
ContainerStartedEvent|null |
hasContainerStarted
setContainerStarted
Parameter | |
---|---|
Name | Description |
var |
ContainerStartedEvent
|
Returns | |
---|---|
Type | Description |
$this |
getContainerStopped
Returns | |
---|---|
Type | Description |
ContainerStoppedEvent|null |
hasContainerStopped
setContainerStopped
Parameter | |
---|---|
Name | Description |
var |
ContainerStoppedEvent
|
Returns | |
---|---|
Type | Description |
$this |
getContainerKilled
Returns | |
---|---|
Type | Description |
ContainerKilledEvent|null |
hasContainerKilled
setContainerKilled
Parameter | |
---|---|
Name | Description |
var |
ContainerKilledEvent
|
Returns | |
---|---|
Type | Description |
$this |
getUnexpectedExitStatus
Returns | |
---|---|
Type | Description |
UnexpectedExitStatusEvent|null |
hasUnexpectedExitStatus
setUnexpectedExitStatus
Parameter | |
---|---|
Name | Description |
var |
UnexpectedExitStatusEvent
|
Returns | |
---|---|
Type | Description |
$this |
getFailed
Returns | |
---|---|
Type | Description |
FailedEvent|null |
hasFailed
setFailed
Parameter | |
---|---|
Name | Description |
var |
FailedEvent
|
Returns | |
---|---|
Type | Description |
$this |
getDetails
Returns | |
---|---|
Type | Description |
string |