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-02 UTC."],[[["The `TargetsTypeCondition` class in the Google Cloud Deploy v1 API provides information on whether targets in a Delivery Pipeline are of the same type."],["Version 3.4.0 is the latest available version for the `TargetsTypeCondition` class, with the documentation covering several other versions ranging from 1.0.0 to 3.3.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TargetsTypeCondition` class includes two properties: `ErrorDetails`, which provides a human-readable error message, and `Status`, a boolean indicating if the targets are of a comparable type."],["It has two constructors, one that is empty and another one that takes a `TargetsTypeCondition` object as a parameter."]]],[]]