Reference documentation and code samples for the Google Cloud Functions V2 Client class StateMessage.
Informational messages about the state of the Cloud Function or Operation.
Generated from protobuf message google.cloud.functions.v2.StateMessage
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ severity
int
Severity of the state message.
↳ type
string
One-word CamelCase type of the state message.
↳ message
string
The message.
getSeverity
Severity of the state message.
int
setSeverity
Severity of the state message.
var
int
$this
getType
One-word CamelCase type of the state message.
string
setType
One-word CamelCase type of the state message.
var
string
$this
getMessage
The message.
string
setMessage
The message.
var
string
$this