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.
Implements
IMessagePipelineReadyCondition, IEquatablePipelineReadyCondition, IDeepCloneablePipelineReadyCondition, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
PipelineReadyCondition()
public PipelineReadyCondition()
PipelineReadyCondition(PipelineReadyCondition)
public PipelineReadyCondition(PipelineReadyCondition other)
Parameter | |
---|---|
Name | Description |
other | PipelineReadyCondition |
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 | |
---|---|
Type | Description |
bool |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last time the condition was updated.
Property Value | |
---|---|
Type | Description |
Timestamp |