public sealed class TargetsTypeCondition : IMessage<TargetsTypeCondition>, IEquatable<TargetsTypeCondition>, IDeepCloneable<TargetsTypeCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TargetsTypeCondition.
TargetsTypeCondition contains information on whether the Targets defined in
the Delivery Pipeline are of the same type.
True if the targets are all a comparable type. For example this is true if
all targets are GKE clusters. This is false if some targets are Cloud Run
targets and others are GKE clusters.
[[["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-04-09 UTC."],[[["This document provides reference information for the `TargetsTypeCondition` class within the Google Cloud Deploy v1 API for .NET, detailing its purpose in verifying if targets in a delivery pipeline share a common type."],["The class `TargetsTypeCondition` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inheritance from object, and also includes properties like `ErrorDetails` for error messages and `Status` to indicate target type comparability."],["The content lists various versions of the Google Cloud Deploy v1 API, ranging from version 1.0.0 to 3.4.0, with 3.4.0 being the latest, each link showing where it is in the documentation."],["Constructors are available for `TargetsTypeCondition`, including a default constructor and one that accepts another `TargetsTypeCondition` object as a parameter, and inherited members from object."],["The namespace for this API class is `Google.Cloud.Deploy.V1`, and it is contained within the `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]