public sealed class TargetsPresentCondition : IMessage<TargetsPresentCondition>, IEquatable<TargetsPresentCondition>, IDeepCloneable<TargetsPresentCondition>, IBufferMessage, IMessage
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 webpage details the `TargetsPresentCondition` class within the `Google.Cloud.Deploy.V1` namespace, which is used to identify targets defined in a Delivery Pipeline that do not exist."],["The `TargetsPresentCondition` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["Key properties of the `TargetsPresentCondition` class include `MissingTargets`, which lists the names of the missing targets, `MissingTargetsAsTargetNames`, which provides a `TargetName`-typed view of missing targets, `Status`, indicating whether any targets are missing, and `UpdateTime`, showing when the condition was last updated."],["The class offers two constructors, a default one and another that accepts a `TargetsPresentCondition` object for copying its properties, and it is available across various versions of the `.NET` library, with the latest being 3.4.0."],["The `TargetsPresentCondition` class's primary function is to provide a structured way to track and handle the absence of expected targets within a delivery pipeline, ensuring robust deployment management."]]],[]]