Google Cloud Deploy v1 API - Class AutomationEvent (2.15.0)

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

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

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

Inheritance

object > AutomationEvent

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

AutomationEvent()

public AutomationEvent()

AutomationEvent(AutomationEvent)

public AutomationEvent(AutomationEvent other)
Parameter
NameDescription
otherAutomationEvent

Properties

Automation

public string Automation { get; set; }

The name of the AutomationRun.

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

Type

public Type Type { get; set; }

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

Property Value
TypeDescription
Type