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 IDs of the AutomationRuns initiated by an advance rollout rule.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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