Google Cloud Deploy v1 API - Class AutomationRunEvent (2.15.0)

public sealed class AutomationRunEvent : IMessage<AutomationRunEvent>, IEquatable<AutomationRunEvent>, IDeepCloneable<AutomationRunEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class AutomationRunEvent.

Payload proto for "clouddeploy.googleapis.com/automation_run" Platform Log event that describes the AutomationRun related events.

Inheritance

object > AutomationRunEvent

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

AutomationRunEvent()

public AutomationRunEvent()

AutomationRunEvent(AutomationRunEvent)

public AutomationRunEvent(AutomationRunEvent other)
Parameter
NameDescription
otherAutomationRunEvent

Properties

AutomationId

public string AutomationId { get; set; }

Identifier of the Automation.

Property Value
TypeDescription
string

AutomationRun

public string AutomationRun { get; set; }

The name of the AutomationRun.

Property Value
TypeDescription
string

DestinationTargetId

public string DestinationTargetId { get; set; }

ID of the Target to which the AutomationRun is created.

Property Value
TypeDescription
string

Message

public string Message { get; set; }

Debug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change.

Property Value
TypeDescription
string

PipelineUid

public string PipelineUid { get; set; }

Unique identifier of the DeliveryPipeline.

Property Value
TypeDescription
string

RuleId

public string RuleId { get; set; }

Identifier of the Automation rule.

Property Value
TypeDescription
string

Type

public Type Type { get; set; }

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

Property Value
TypeDescription
Type