Class: Google::Cloud::Deploy::V1::AutomationRuleCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::AutomationRuleCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
AutomationRuleCondition
contains conditions relevant to an
Automation
rule.
Instance Attribute Summary collapse
Instance Attribute Details
#targets_present_condition ⇒ ::Google::Cloud::Deploy::V1::TargetsPresentCondition
Returns Optional. Details around targets enumerated in the rule.
3337 3338 3339 3340 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3337 class AutomationRuleCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |