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 webpage provides documentation for the `PipelineCondition` class within the Google Cloud Deploy v1 API, with version 3.4.0 being the latest."],["The `PipelineCondition` class, implemented as an object, contains conditions relevant to a Delivery Pipeline, it also implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `PipelineReadyCondition`, `TargetsPresentCondition`, and `TargetsTypeCondition`, which provide details on the pipeline's overall status, the targets present, and the types of those targets, respectively."],["The documentation includes a list of available versions of the API, spanning from 1.0.0 to 3.4.0, and each version has a dedicated link."],["The `PipelineCondition` class has two constructors: a default constructor and another one that accepts a `PipelineCondition` object as a parameter."]]],[]]