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 documentation for the `TargetsTypeCondition` class within the Google Cloud Deploy v1 API for .NET, with the most recent version being 3.4.0 and the current version described being 2.10.0."],["The `TargetsTypeCondition` class is used to determine if all Targets in a Delivery Pipeline are of the same type, such as all being GKE clusters, and whether they are all comparable."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class includes two constructors, a default one and another to create a new instance of `TargetsTypeCondition` based on another, and two properties, `ErrorDetails` and `Status`, to provide error message and current status respectively."],["The documentation covers various previous versions of the `TargetsTypeCondition` class, starting from version 1.0.0 up to the latest."]]],[]]