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.
Implements
IMessageTargetsTypeCondition, IEquatableTargetsTypeCondition, IDeepCloneableTargetsTypeCondition, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
TargetsTypeCondition()
public TargetsTypeCondition()
TargetsTypeCondition(TargetsTypeCondition)
public TargetsTypeCondition(TargetsTypeCondition other)
Parameter | |
---|---|
Name | Description |
other | TargetsTypeCondition |
Properties
ErrorDetails
public string ErrorDetails { get; set; }
Human readable error message.
Property Value | |
---|---|
Type | Description |
string |
Status
public bool Status { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |