public interface AutomationRuleConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TargetsPresentCondition |
getTargetsPresentCondition()
Optional.
|
TargetsPresentConditionOrBuilder |
getTargetsPresentConditionOrBuilder()
Optional.
|
boolean |
hasTargetsPresentCondition()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTargetsPresentCondition()
Optional. Details around targets enumerated in the rule.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1 [(.google.api.field_behavior) = OPTIONAL];
TargetsPresentCondition getTargetsPresentCondition()
Optional. Details around targets enumerated in the rule.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1 [(.google.api.field_behavior) = OPTIONAL];
TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()
Optional. Details around targets enumerated in the rule.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.