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."],[[["The `PipelineCondition` class in the `Google.Cloud.Deploy.V1` namespace manages conditions related to a Delivery Pipeline."],["Version 3.4.0 is the latest release of `PipelineCondition`, with numerous earlier versions available, dating back to 1.0.0."],["`PipelineCondition` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use in data serialization and comparison."],["The class includes two primary properties: `PipelineReadyCondition`, detailing the overall status of the pipeline, and `TargetsPresentCondition`, providing information about the targets in the pipeline."],["The class can be instantiated via a default constructor or a constructor that accepts another `PipelineCondition` instance, allowing for easy duplication or modification."]]],[]]