Google Cloud Deploy v1 API - Class PipelineReadyCondition (2.15.0)

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

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

PipelineReadyCondition contains information around the status of the Pipeline.

Inheritance

object > PipelineReadyCondition

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

PipelineReadyCondition()

public PipelineReadyCondition()

PipelineReadyCondition(PipelineReadyCondition)

public PipelineReadyCondition(PipelineReadyCondition other)
Parameter
NameDescription
otherPipelineReadyCondition

Properties

Status

public bool Status { get; set; }

True if the Pipeline is in a valid state. Otherwise at least one condition in PipelineCondition is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.

Property Value
TypeDescription
bool

UpdateTime

public Timestamp UpdateTime { get; set; }

Last time the condition was updated.

Property Value
TypeDescription
Timestamp