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.
[[["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 latest version of the `PipelineCondition` API is 3.4.0, with various prior versions available, including 3.3.0, 3.2.0, 3.1.0, 3.0.0, and numerous versions dating back to 1.0.0."],["`PipelineCondition` is a class that encompasses conditions pertinent to a Delivery Pipeline within the Google Cloud Deploy v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionalities like message handling, comparison, deep cloning, and buffer message operations."],["The `PipelineCondition` class has three primary properties: `PipelineReadyCondition`, `TargetsPresentCondition`, and `TargetsTypeCondition`, each providing details about the pipeline's status and targets."],["The `PipelineCondition` class offers two constructors: a default constructor and one that takes another `PipelineCondition` instance as a parameter."]]],[]]