overrideDeployPolicy = $overrideDeployPolicy; } /** * @return string[] */ public function getOverrideDeployPolicy() { return $this->overrideDeployPolicy; } /** * @param string */ public function setPhaseId($phaseId) { $this->phaseId = $phaseId; } /** * @return string */ public function getPhaseId() { return $this->phaseId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdvanceRolloutRequest::class, 'Google_Service_CloudDeploy_AdvanceRolloutRequest');