public sealed class TargetsPresentCondition : IMessage<TargetsPresentCondition>, IEquatable<TargetsPresentCondition>, IDeepCloneable<TargetsPresentCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TargetsPresentCondition.
TargetsPresentCondition contains information on any Targets defined in
the Delivery Pipeline that do not actually exist.
[[["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 document provides reference information for the `TargetsPresentCondition` class within the Google Cloud Deploy v1 API for .NET, detailing its purpose as a container for information about missing Targets in a Delivery Pipeline."],["The document lists available versions of the `TargetsPresentCondition` class, ranging from version 1.0.0 up to the latest, 3.4.0, and including the specifically mentioned version 2.10.0."],["`TargetsPresentCondition` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The `TargetsPresentCondition` class has two constructors and several properties, such as `MissingTargets`, `MissingTargetsAsTargetNames`, `Status`, and `UpdateTime`, which provide details about the missing Targets and the condition's update status."],["`MissingTargets` will contain the Target names that are missing, while `MissingTargetsAsTargetNames` provides a TargetName-typed view of the `MissingTargets` and `Status` will indicate if there are any missing targets."]]],[]]