Class: Google::Cloud::Deploy::V1::AutomationRolloutMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#advance_automation_runs::Array<::String> (readonly)

Returns Output only. The names of the AutomationRuns initiated by an advance rollout rule.

Returns:

  • (::Array<::String>)

    Output only. The names of the AutomationRuns initiated by an advance rollout rule.



2736
2737
2738
2739
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2736

class AutomationRolloutMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#promote_automation_run::String (readonly)

Returns Output only. The name of the AutomationRun initiated by a promote release rule.

Returns:

  • (::String)

    Output only. The name of the AutomationRun initiated by a promote release rule.



2736
2737
2738
2739
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2736

class AutomationRolloutMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#repair_automation_runs::Array<::String> (readonly)

Returns Output only. The names of the AutomationRuns initiated by a repair rollout rule.

Returns:

  • (::Array<::String>)

    Output only. The names of the AutomationRuns initiated by a repair rollout rule.



2736
2737
2738
2739
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2736

class AutomationRolloutMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end