Reference documentation and code samples for the Google Cloud Deploy V1 Client class AutomationEvent.
Payload proto for "clouddeploy.googleapis.com/automation" Platform Log event that describes the Automation related events.
Generated from protobuf message google.cloud.deploy.v1.AutomationEvent
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ message |
string
Debug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change. |
↳ automation |
string
The name of the |
↳ pipeline_uid |
string
Unique identifier of the |
↳ type |
int
Type of this notification, e.g. for a Pub/Sub failure. |
getMessage
Debug message for when there is an update on the AutomationRun.
Provides further details about the resource creation or state change.
Returns | |
---|---|
Type | Description |
string |
setMessage
Debug message for when there is an update on the AutomationRun.
Provides further details about the resource creation or state change.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAutomation
The name of the AutomationRun
.
Returns | |
---|---|
Type | Description |
string |
setAutomation
The name of the AutomationRun
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPipelineUid
Unique identifier of the DeliveryPipeline
.
Returns | |
---|---|
Type | Description |
string |
setPipelineUid
Unique identifier of the DeliveryPipeline
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getType
Type of this notification, e.g. for a Pub/Sub failure.
Returns | |
---|---|
Type | Description |
int |
setType
Type of this notification, e.g. for a Pub/Sub failure.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |