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-03-21 UTC."],[[["This document provides reference information for the `TargetsTypeCondition` class within the Google Cloud Deploy v1 API, with the latest version being 3.4.0 and version 2.16.0 being highlighted at the top."],["The `TargetsTypeCondition` class is designed to determine if the Targets in a Delivery Pipeline share the same type, such as all being GKE clusters or mixed types like Cloud Run and GKE clusters."],["The `TargetsTypeCondition` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Deploy.V1` namespace."],["Key properties of `TargetsTypeCondition` include `Status`, a boolean indicating if all targets are a comparable type, and `ErrorDetails`, a human-readable message that specifies the error."],["The documentation covers a range of versions from 1.0.0 up to the latest 3.4.0, in addition to inherited members, namespaces, assembly, constructors, and parameters."]]],[]]