Google Cloud Deploy v1 API - Class TargetsPresentCondition (2.15.0)

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.

Inheritance

object > TargetsPresentCondition

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

TargetsPresentCondition()

public TargetsPresentCondition()

TargetsPresentCondition(TargetsPresentCondition)

public TargetsPresentCondition(TargetsPresentCondition other)
Parameter
NameDescription
otherTargetsPresentCondition

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
TypeDescription
RepeatedFieldstring

MissingTargetsAsTargetNames

public ResourceNameList<TargetName> MissingTargetsAsTargetNames { get; }

TargetName-typed view over the MissingTargets resource name property.

Property Value
TypeDescription
ResourceNameListTargetName

Status

public bool Status { get; set; }

True if there aren't any missing Targets.

Property Value
TypeDescription
bool

UpdateTime

public Timestamp UpdateTime { get; set; }

Last time the condition was updated.

Property Value
TypeDescription
Timestamp