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-04-14 UTC."],[[["The latest version of the `PipelineCondition` class for the Google Cloud Deploy v1 API is 3.4.0, with previous versions ranging from 3.3.0 down to 1.0.0 also available."],["`PipelineCondition` is a class that provides information about the conditions relevant to a Delivery Pipeline, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `PipelineReadyCondition`, `TargetsPresentCondition`, and `TargetsTypeCondition` to provide details about the pipeline's status, targets present, and target types."],["It offers two constructors: a default `PipelineCondition()` constructor and one that accepts another `PipelineCondition` object to create a new instance based on an existing one."]]],[]]