public interface AutomationRuleConditionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTargetsPresentCondition()
public abstract TargetsPresentCondition getTargetsPresentCondition()
Optional. Details around targets enumerated in the rule.
.google.events.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1;
Returns | |
---|---|
Type | Description |
TargetsPresentCondition |
The targetsPresentCondition. |
getTargetsPresentConditionOrBuilder()
public abstract TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()
Optional. Details around targets enumerated in the rule.
.google.events.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1;
Returns | |
---|---|
Type | Description |
TargetsPresentConditionOrBuilder |
hasTargetsPresentCondition()
public abstract boolean hasTargetsPresentCondition()
Optional. Details around targets enumerated in the rule.
.google.events.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the targetsPresentCondition field is set. |