advanceAutomationRuns = $advanceAutomationRuns; } /** * @return string[] */ public function getAdvanceAutomationRuns() { return $this->advanceAutomationRuns; } /** * @param string */ public function setPromoteAutomationRun($promoteAutomationRun) { $this->promoteAutomationRun = $promoteAutomationRun; } /** * @return string */ public function getPromoteAutomationRun() { return $this->promoteAutomationRun; } /** * @param string[] */ public function setRepairAutomationRuns($repairAutomationRuns) { $this->repairAutomationRuns = $repairAutomationRuns; } /** * @return string[] */ public function getRepairAutomationRuns() { return $this->repairAutomationRuns; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AutomationRolloutMetadata::class, 'Google_Service_CloudDeploy_AutomationRolloutMetadata');