Class: Google::Cloud::Deploy::V1::AutomationRolloutMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::AutomationRolloutMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout.
Instance Attribute Summary collapse
-
#advance_automation_runs ⇒ ::Array<::String>
readonly
Output only.
-
#promote_automation_run ⇒ ::String
readonly
Output only.
-
#repair_automation_runs ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#advance_automation_runs ⇒ ::Array<::String> (readonly)
Returns Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
2217 2218 2219 2220 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2217 class AutomationRolloutMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#promote_automation_run ⇒ ::String (readonly)
Returns Output only. The ID of the AutomationRun initiated by a promote release rule.
2217 2218 2219 2220 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2217 class AutomationRolloutMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repair_automation_runs ⇒ ::Array<::String> (readonly)
Returns Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.
2217 2218 2219 2220 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2217 class AutomationRolloutMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |