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."],[[["The `TargetsPresentCondition` class in the Google Cloud Deploy v1 API provides information about the existence of targets defined in a delivery pipeline, including whether any targets are missing."],["The latest version of the `TargetsPresentCondition` is 3.4.0, and there are various other versions available, spanning from version 1.0.0 to 3.3.0, all linked in the provided content."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["Key properties of the `TargetsPresentCondition` class include `MissingTargets`, a list of missing target names, `MissingTargetsAsTargetNames`, a typed view over the `MissingTargets` property, `Status`, indicating if there are any missing targets, and `UpdateTime`, showing when the condition was last updated."],["The content provides information about the constructors for the class, `TargetsPresentCondition()`, and `TargetsPresentCondition(TargetsPresentCondition other)`."]]],[]]