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 available for the Google Cloud Deploy v1 API class `PipelineCondition` is 3.4.0, with multiple prior versions listed, down to 1.0.0."],["The `PipelineCondition` class, which is part of the Google.Cloud.Deploy.V1 namespace, contains all the relevant conditions for a Delivery Pipeline."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`PipelineCondition` has three key properties: `PipelineReadyCondition`, `TargetsPresentCondition`, and `TargetsTypeCondition`, each detailing specific aspects of the pipeline's status and target configuration."],["There are two constructors for the class: a default constructor `PipelineCondition()` and an overloaded constructor `PipelineCondition(PipelineCondition other)` which accepts another PipelineCondition as a parameter."]]],[]]