Google Cloud Deploy V1 Client - Class AutomationRunEvent (2.0.0) Stay organized with collections Save and categorize content based on your preferences.
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 messagegoogle.cloud.deploy.v1.AutomationRunEvent
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ message | stringDebug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change. |
↳ automation_run | stringThe name of the |
↳ pipeline_uid | stringUnique identifier of the |
↳ automation_id | stringIdentifier of the |
↳ rule_id | stringIdentifier of the |
↳ destination_target_id | stringID of the |
↳ type | intType 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 theAutomationRun.
| Returns | |
|---|---|
| Type | Description |
string | |
setAutomationRun
The name of theAutomationRun.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getPipelineUid
Unique identifier of theDeliveryPipeline.
| Returns | |
|---|---|
| Type | Description |
string | |
setPipelineUid
Unique identifier of theDeliveryPipeline.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getAutomationId
Identifier of theAutomation.
| Returns | |
|---|---|
| Type | Description |
string | |
setAutomationId
Identifier of theAutomation.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getRuleId
Identifier of theAutomation rule.
| Returns | |
|---|---|
| Type | Description |
string | |
setRuleId
Identifier of theAutomation rule.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getDestinationTargetId
ID of theTarget to which theAutomationRun is created.
| Returns | |
|---|---|
| Type | Description |
string | |
setDestinationTargetId
ID of theTarget to which theAutomationRun 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 | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-10 UTC.