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, found in the `Google.Cloud.Deploy.V1` namespace, contains all conditions relevant to a Delivery Pipeline."],["Version 3.4.0 is the latest version for `PipelineCondition`, with multiple previous versions from 3.3.0 down to 1.0.0 also available."],["`PipelineCondition` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and comparison."],["This class includes properties `PipelineReadyCondition` and `TargetsPresentCondition` to detail the overall status and target enumeration within the pipeline."],["The class offers a default constructor `PipelineCondition()` and an overloaded constructor `PipelineCondition(PipelineCondition other)` to create instances of the class."]]],[]]