phase = $phase; } /** * @return string */ public function getPhase() { return $this->phase; } /** * @param string */ public function setRelease($release) { $this->release = $release; } /** * @return string */ public function getRelease() { return $this->release; } /** * @param string */ public function setTargetId($targetId) { $this->targetId = $targetId; } /** * @return string */ public function getTargetId() { return $this->targetId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TimedPromoteReleaseOperation::class, 'Google_Service_CloudDeploy_TimedPromoteReleaseOperation');