Google Cloud Deploy v1 API - Class AutomationRolloutMetadata (2.15.0)

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

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

AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout.

Inheritance

object > AutomationRolloutMetadata

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

AutomationRolloutMetadata()

public AutomationRolloutMetadata()

AutomationRolloutMetadata(AutomationRolloutMetadata)

public AutomationRolloutMetadata(AutomationRolloutMetadata other)
Parameter
NameDescription
otherAutomationRolloutMetadata

Properties

AdvanceAutomationRuns

public RepeatedField<string> AdvanceAutomationRuns { get; }

Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.

Property Value
TypeDescription
RepeatedFieldstring

PromoteAutomationRun

public string PromoteAutomationRun { get; set; }

Output only. The ID of the AutomationRun initiated by a promote release rule.

Property Value
TypeDescription
string

RepairAutomationRuns

public RepeatedField<string> RepairAutomationRuns { get; }

Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.

Property Value
TypeDescription
RepeatedFieldstring