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 `PipelineCondition` class in the Google Cloud Deploy v1 API represents the overall conditions relevant to a delivery pipeline."],["Version 3.4.0 is the latest version of the `PipelineCondition`, and this page provides a history of versions from 1.0.0 through to the latest."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various operations and comparisons."],["`PipelineCondition` has three main properties: `PipelineReadyCondition`, `TargetsPresentCondition`, and `TargetsTypeCondition`, each providing specific details about the pipeline's status and targets."],["There are two constructor methods, a default parameterless constructor, and a copy constructor that allows creating an instance from an existing `PipelineCondition` object."]]],[]]