Reference documentation and code samples for the Google Cloud Deploy V1 Client class AutomationRunEvent.
Payload proto for "clouddeploy.googleapis.com/automation_run" Platform Log event that describes the AutomationRun related events.
Generated from protobuf message google.cloud.deploy.v1.AutomationRunEvent
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_run |
string
The name of the |
↳ pipeline_uid |
string
Unique identifier of the |
↳ automation_id |
string
Identifier of the |
↳ rule_id |
string
Identifier of the |
↳ destination_target_id |
string
ID 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 |
getAutomationRun
The name of the AutomationRun
.
Returns | |
---|---|
Type | Description |
string |
setAutomationRun
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 |
getAutomationId
Identifier of the Automation
.
Returns | |
---|---|
Type | Description |
string |
setAutomationId
Identifier of the Automation
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRuleId
Identifier of the Automation
rule.
Returns | |
---|---|
Type | Description |
string |
setRuleId
Identifier of the Automation
rule.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDestinationTargetId
ID of the Target
to which the AutomationRun
is created.
Returns | |
---|---|
Type | Description |
string |
setDestinationTargetId
ID of the Target
to which the AutomationRun
is created.
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 |