Reference documentation and code samples for the Google Cloud Batch V1 Client class StatusEvent.
Status event
Generated from protobuf message google.cloud.batch.v1.StatusEvent
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
string
Type of the event.
↳ description
string
Description of the event.
↳ event_time
Google\Protobuf\Timestamp
The time this event occurred.
↳ task_execution
getType
Type of the event.
Generated from protobuf field string type = 3;
string
setType
Type of the event.
Generated from protobuf field string type = 3;
var
string
$this
getDescription
Description of the event.
Generated from protobuf field string description = 1;
string
setDescription
Description of the event.
Generated from protobuf field string description = 1;
var
string
$this
getEventTime
The time this event occurred.
Generated from protobuf field .google.protobuf.Timestamp event_time = 2;
Google\Protobuf\Timestamp|null
hasEventTime
clearEventTime
setEventTime
The time this event occurred.
Generated from protobuf field .google.protobuf.Timestamp event_time = 2;
var
Google\Protobuf\Timestamp
$this
getTaskExecution
Task Execution
Generated from protobuf field .google.cloud.batch.v1.TaskExecution task_execution = 4;
hasTaskExecution
clearTaskExecution
setTaskExecution
Task Execution
Generated from protobuf field .google.cloud.batch.v1.TaskExecution task_execution = 4;
$this