Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::AutomationRolloutMetadata (v0.19.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::AutomationRolloutMetadata.

AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#advance_automation_runs

def advance_automation_runs() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.

#promote_automation_run

def promote_automation_run() -> ::String
Returns
  • (::String) — Output only. The ID of the AutomationRun initiated by a promote release rule.

#repair_automation_runs

def repair_automation_runs() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.