Reference documentation and code samples for the Google Cloud Batch V1 Client class Message.
Message details.
Describe the attribute that a message should have. Without specified message attributes, no message will be sent by default.
Generated from protobuf message google.cloud.batch.v1.JobNotification.Message
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
int
The message type.
↳ new_job_state
int
The new job state.
↳ new_task_state
int
The new task state.
getType
The message type.
int
setType
The message type.
var
int
$this
getNewJobState
The new job state.
int
setNewJobState
The new job state.
var
int
$this
getNewTaskState
The new task state.
int
setNewTaskState
The new task state.
var
int
$this