public sealed class TargetsPresentCondition : IMessage<TargetsPresentCondition>, IEquatable<TargetsPresentCondition>, IDeepCloneable<TargetsPresentCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TargetsPresentCondition.
TargetsPresentCondition
contains information on any Targets referenced in
the Delivery Pipeline that do not actually exist.
Implements
IMessageTargetsPresentCondition, IEquatableTargetsPresentCondition, IDeepCloneableTargetsPresentCondition, 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 do not exist. For example,
projects/{project_id}/locations/{location_name}/targets/{target_name}
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
MissingTargetsAsTargetNames
public ResourceNameList<TargetName> MissingTargetsAsTargetNames { get; }
TargetName-typed view over the MissingTargets resource name property.
Property Value | |
---|---|
Type | Description |
ResourceNameListTargetName |
Status
public bool Status { get; set; }
True if there aren't any missing Targets.
Property Value | |
---|---|
Type | Description |
bool |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last time the condition was updated.
Property Value | |
---|---|
Type | Description |
Timestamp |