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 documentation for the `TargetsTypeCondition` class within the Google Cloud Deploy v1 API for .NET."],["The `TargetsTypeCondition` class is used to determine if the Targets within a Delivery Pipeline are of the same type, such as all being GKE clusters or a mix of GKE and Cloud Run."],["The latest version of the API documented is 3.4.0, with a list of past versions provided for historical context, ranging back to version 1.0.0."],["The class includes properties like `Status` (a boolean indicating type consistency) and `ErrorDetails` (a string for human-readable error messages)."],["The class has constructors, such as one default and one allowing for cloning from another `TargetsTypeCondition` object, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]