public sealed class PipelineReadyCondition : IMessage<PipelineReadyCondition>, IEquatable<PipelineReadyCondition>, IDeepCloneable<PipelineReadyCondition>, IBufferMessage, IMessagePipelineReadyCondition contains information around the status of the Pipeline.
Implements
IMessage<PipelineReadyCondition>, IEquatable<PipelineReadyCondition>, IDeepCloneable<PipelineReadyCondition>, 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 |
Boolean |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Last time the condition was updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|