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, detailing its purpose in verifying if Targets in a Delivery Pipeline share the same type."],["The latest version available for this class is 3.4.0, while the current page content is for version 2.14.0, which is one of many listed historical versions, all of which have corresponding documentation pages."],["`TargetsTypeCondition` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the Google Cloud .NET ecosystem."],["The class offers two constructors: a default one and one that allows creating a new instance by cloning an existing `TargetsTypeCondition` object."],["The `TargetsTypeCondition` class has properties named `ErrorDetails`, a string for human-readable messages, and `Status`, a boolean indicating whether the targets are all of the same type."]]],[]]