public sealed class AutomationEvent : IMessage<AutomationEvent>, IEquatable<AutomationEvent>, IDeepCloneable<AutomationEvent>, IBufferMessage, IMessageReference 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.
Implements
IMessageAutomationEvent, IEquatableAutomationEvent, IDeepCloneableAutomationEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
AutomationEvent()
public AutomationEvent()AutomationEvent(AutomationEvent)
public AutomationEvent(AutomationEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
AutomationEvent |
Properties
Automation
public string Automation { get; set; }The name of the AutomationRun.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
PipelineUid
public string PipelineUid { get; set; }Unique identifier of the DeliveryPipeline.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public Type Type { get; set; }Type of this notification, e.g. for a Pub/Sub failure.
| Property Value | |
|---|---|
| Type | Description |
Type |
|