Google Cloud Deploy v1 API - Class PipelineCondition (2.15.0)

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.

Inheritance

object > PipelineCondition

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

PipelineCondition()

public PipelineCondition()

PipelineCondition(PipelineCondition)

public PipelineCondition(PipelineCondition other)
Parameter
NameDescription
otherPipelineCondition

Properties

PipelineReadyCondition

public PipelineReadyCondition PipelineReadyCondition { get; set; }

Details around the Pipeline's overall status.

Property Value
TypeDescription
PipelineReadyCondition

TargetsPresentCondition

public TargetsPresentCondition TargetsPresentCondition { get; set; }

Details around targets enumerated in the pipeline.

Property Value
TypeDescription
TargetsPresentCondition

TargetsTypeCondition

public TargetsTypeCondition TargetsTypeCondition { get; set; }

Details on the whether the targets enumerated in the pipeline are of the same type.

Property Value
TypeDescription
TargetsTypeCondition