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."],[[["This document provides reference documentation for the `PipelineCondition` class within the Google Cloud Deploy v1 API, detailing its properties, constructors, inheritance, and implemented interfaces."],["The `PipelineCondition` class encompasses all conditions related to a Delivery Pipeline, including `PipelineReadyCondition`, `TargetsPresentCondition`, and `TargetsTypeCondition`, each providing specific details about the pipeline's status and targets."],["The page lists various versions of the `PipelineCondition` documentation, ranging from version 1.0.0 to the latest 3.4.0, allowing users to access information for specific releases."],["`PipelineCondition` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, demonstrating its capabilities for message handling, equality comparison, deep cloning, and buffer message operations."],["The class offers two constructors, a parameterless one and one that accepts another PipelineCondition object, enabling creation of new instances and copying of existing instances."]]],[]]