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.
Implements
IMessageAutomationRunEvent, IEquatableAutomationRunEvent, IDeepCloneableAutomationRunEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
AutomationRunEvent()
public AutomationRunEvent()
AutomationRunEvent(AutomationRunEvent)
public AutomationRunEvent(AutomationRunEvent other)
Parameter | |
---|---|
Name | Description |
other | AutomationRunEvent |
Properties
AutomationId
public string AutomationId { get; set; }
Identifier of the Automation
.
Property Value | |
---|---|
Type | Description |
string |
AutomationRun
public string AutomationRun { get; set; }
The name of the AutomationRun
.
Property Value | |
---|---|
Type | Description |
string |
DestinationTargetId
public string DestinationTargetId { get; set; }
ID of the Target
to which the AutomationRun
is created.
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 |
RuleId
public string RuleId { get; set; }
Identifier of the Automation
rule.
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 |