rollout = $rollout; } /** * @return Rollout */ public function getRollout() { return $this->rollout; } /** * @param string */ public function setStartingPhaseId($startingPhaseId) { $this->startingPhaseId = $startingPhaseId; } /** * @return string */ public function getStartingPhaseId() { return $this->startingPhaseId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RollbackTargetConfig::class, 'Google_Service_CloudDeploy_RollbackTargetConfig');