phase = $phase; } /** * @return string */ public function getPhase() { return $this->phase; } /** * @param string */ public function setRollout($rollout) { $this->rollout = $rollout; } /** * @return string */ public function getRollout() { return $this->rollout; } /** * @param string */ public function setTargetId($targetId) { $this->targetId = $targetId; } /** * @return string */ public function getTargetId() { return $this->targetId; } /** * @param string */ public function setWait($wait) { $this->wait = $wait; } /** * @return string */ public function getWait() { return $this->wait; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PromoteReleaseOperation::class, 'Google_Service_CloudDeploy_PromoteReleaseOperation');