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
-
#targets_present_condition ⇒ ::Google::Cloud::Deploy::V1::TargetsPresentCondition
Optional.
-
#timed_promote_release_condition ⇒ ::Google::Cloud::Deploy::V1::TimedPromoteReleaseCondition
Optional.
Instance Attribute Details
#targets_present_condition ⇒ ::Google::Cloud::Deploy::V1::TargetsPresentCondition
Returns Optional. Details around targets enumerated in the rule.
4083 4084 4085 4086 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4083 class AutomationRuleCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timed_promote_release_condition ⇒ ::Google::Cloud::Deploy::V1::TimedPromoteReleaseCondition
Returns Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
4083 4084 4085 4086 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4083 class AutomationRuleCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |