Google Cloud Deploy v1 API - Class TargetsPresentCondition (2.2.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 defined 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 are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.

Property Value
TypeDescription
RepeatedField<String>

MissingTargetsAsTargetNames

public ResourceNameList<TargetName> MissingTargetsAsTargetNames { get; }

TargetName-typed view over the MissingTargets resource name property.

Property Value
TypeDescription
ResourceNameList<TargetName>

Status

public bool Status { get; set; }

True if there aren't any missing Targets.

Property Value
TypeDescription
Boolean

UpdateTime

public Timestamp UpdateTime { get; set; }

Last time the condition was updated.

Property Value
TypeDescription
Timestamp