Google Cloud Deploy V1 Client - Class AutomationRunEvent (0.17.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 AutomationRun.

↳ pipeline_uid string

Unique identifier of the DeliveryPipeline.

↳ automation_id string

Identifier of the Automation.

↳ rule_id string

Identifier of the Automation rule.

↳ destination_target_id string

ID of the Target to which the AutomationRun is created.

↳ 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
TypeDescription
string

setMessage

Debug message for when there is an update on the AutomationRun.

Provides further details about the resource creation or state change.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAutomationRun

The name of the AutomationRun.

Returns
TypeDescription
string

setAutomationRun

The name of the AutomationRun.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPipelineUid

Unique identifier of the DeliveryPipeline.

Returns
TypeDescription
string

setPipelineUid

Unique identifier of the DeliveryPipeline.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAutomationId

Identifier of the Automation.

Returns
TypeDescription
string

setAutomationId

Identifier of the Automation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRuleId

Identifier of the Automation rule.

Returns
TypeDescription
string

setRuleId

Identifier of the Automation rule.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationTargetId

ID of the Target to which the AutomationRun is created.

Returns
TypeDescription
string

setDestinationTargetId

ID of the Target to which the AutomationRun is created.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

Type of this notification, e.g. for a Pub/Sub failure.

Returns
TypeDescription
int

setType

Type of this notification, e.g. for a Pub/Sub failure.

Parameter
NameDescription
var int
Returns
TypeDescription
$this