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 provides details on a Delivery Pipeline's conditions."],["The latest version of this API is 3.4.0, and it is accessible in the .NET framework."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from object."],["The class has 3 properties associated to the pipeline's condition: `PipelineReadyCondition`, `TargetsPresentCondition`, and `TargetsTypeCondition`."],["The `PipelineCondition` class has 2 constructor methods, the default `PipelineCondition()` and `PipelineCondition(PipelineCondition other)` to construct from another pipeline condition."]]],[]]