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 webpage provides documentation for the `TargetsTypeCondition` class within the Google Cloud Deploy v1 API for .NET, specifically version 2.13.0."],["The `TargetsTypeCondition` class is used to determine if all targets defined in a Delivery Pipeline are of the same type, such as all being GKE clusters."],["The latest version documented is 3.4.0, and the page lists several other versions from 3.3.0 down to 1.0.0, each linking to its own documentation."],["`TargetsTypeCondition` has properties `ErrorDetails`, which provides a human-readable error message, and `Status`, which is a boolean indicating if all targets are comparable."],["The class implements multiple interfaces, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, giving it functions such as `GetHashCode`, and `GetType`."]]],[]]