public sealed class PipelineCondition : IMessage<PipelineCondition>, IEquatable<PipelineCondition>, IDeepCloneable<PipelineCondition>, IBufferMessage, IMessage
PipelineCondition contains all conditions relevant to a Delivery Pipeline.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `PipelineCondition` class, which is part of the `Google.Cloud.Deploy.V1` namespace and found in the `Google.Cloud.Deploy.V1.dll` assembly, used in the context of Delivery Pipelines."],["The `PipelineCondition` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with `Object` being the base class."],["The most recent version of the documentation available is version 3.4.0, though many previous versions starting from 1.0.0 are listed, with the currently displayed page covering version 2.0.0."],["The `PipelineCondition` class contains properties such as `PipelineReadyCondition` and `TargetsPresentCondition`, which provide details on the overall status and enumerated targets of a delivery pipeline, respectively."],["The class offers two constructors, a default one, and another that allows a copy of another `PipelineCondition` object through a parameter called `other`."]]],[]]