Reference documentation and code samples for the Google Cloud Eventarc V1 Client class StateCondition.
A condition that is part of the trigger state computation.
Generated from protobuf message google.cloud.eventarc.v1.StateCondition
Namespace
Google \ Cloud \ Eventarc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ code |
int
The canonical code of the condition. |
↳ message |
string
Human-readable message. |
getCode
The canonical code of the condition.
Returns | |
---|---|
Type | Description |
int |
setCode
The canonical code of the condition.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getMessage
Human-readable message.
Returns | |
---|---|
Type | Description |
string |
setMessage
Human-readable message.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |