rollout = $rollout; } /** * @return string */ public function getRollout() { return $this->rollout; } /** * @param string */ public function setRolloutPhaseId($rolloutPhaseId) { $this->rolloutPhaseId = $rolloutPhaseId; } /** * @return string */ public function getRolloutPhaseId() { return $this->rolloutPhaseId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdvanceChildRolloutJobRun::class, 'Google_Service_CloudDeploy_AdvanceChildRolloutJobRun');