Show / Hide Table of Contents

Class AutomationRunEvent

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

Inheritance
object
AutomationRunEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class AutomationRunEvent : IDirectResponseSchema

Properties

AutomationId

Identifier of the Automation.

Declaration
[JsonProperty("automationId")]
public virtual string AutomationId { get; set; }
Property Value
Type Description
string

AutomationRun

The name of the AutomationRun.

Declaration
[JsonProperty("automationRun")]
public virtual string AutomationRun { get; set; }
Property Value
Type Description
string

DestinationTargetId

ID of the Target to which the AutomationRun is created.

Declaration
[JsonProperty("destinationTargetId")]
public virtual string DestinationTargetId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Message

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

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

PipelineUid

Unique identifier of the DeliveryPipeline.

Declaration
[JsonProperty("pipelineUid")]
public virtual string PipelineUid { get; set; }
Property Value
Type Description
string

RuleId

Identifier of the Automation rule.

Declaration
[JsonProperty("ruleId")]
public virtual string RuleId { get; set; }
Property Value
Type Description
string

Type

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

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX