public sealed class TargetsPresentCondition : IMessage<TargetsPresentCondition>, IEquatable<TargetsPresentCondition>, IDeepCloneable<TargetsPresentCondition>, IBufferMessage, IMessageTargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist.
Implements
IMessage<TargetsPresentCondition>, IEquatable<TargetsPresentCondition>, IDeepCloneable<TargetsPresentCondition>, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
TargetsPresentCondition()
public TargetsPresentCondition()TargetsPresentCondition(TargetsPresentCondition)
public TargetsPresentCondition(TargetsPresentCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
TargetsPresentCondition |
Properties
MissingTargets
public RepeatedField<string> MissingTargets { get; }The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
MissingTargetsAsTargetNames
public ResourceNameList<TargetName> MissingTargetsAsTargetNames { get; }TargetName-typed view over the MissingTargets resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameList<TargetName> |
|
Status
public bool Status { get; set; }True if there aren't any missing Targets.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Last time the condition was updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|