public sealed class PipelineCondition : IMessage<PipelineCondition>, IEquatable<PipelineCondition>, IDeepCloneable<PipelineCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class PipelineCondition.
PipelineCondition contains all conditions relevant to a Delivery Pipeline.
Implements
IMessagePipelineCondition, IEquatablePipelineCondition, IDeepCloneablePipelineCondition, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
PipelineCondition()
public PipelineCondition()
PipelineCondition(PipelineCondition)
public PipelineCondition(PipelineCondition other)
Parameter | |
---|---|
Name | Description |
other |
PipelineCondition |
Properties
PipelineReadyCondition
public PipelineReadyCondition PipelineReadyCondition { get; set; }
Details around the Pipeline's overall status.
Property Value | |
---|---|
Type | Description |
PipelineReadyCondition |
TargetsPresentCondition
public TargetsPresentCondition TargetsPresentCondition { get; set; }
Details around targets enumerated in the pipeline.
Property Value | |
---|---|
Type | Description |
TargetsPresentCondition |
TargetsTypeCondition
public TargetsTypeCondition TargetsTypeCondition { get; set; }
Details on the whether the targets enumerated in the pipeline are of the same type.
Property Value | |
---|---|
Type | Description |
TargetsTypeCondition |