Interface AutomationRuleConditionOrBuilder (1.39.0)

public interface AutomationRuleConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetsPresentCondition()

public abstract TargetsPresentCondition getTargetsPresentCondition()

Optional. Details around targets enumerated in the rule.

.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
TargetsPresentCondition

The targetsPresentCondition.

getTargetsPresentConditionOrBuilder()

public abstract TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()

Optional. Details around targets enumerated in the rule.

.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
TargetsPresentConditionOrBuilder

hasTargetsPresentCondition()

public abstract boolean hasTargetsPresentCondition()

Optional. Details around targets enumerated in the rule.

.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the targetsPresentCondition field is set.