message = $message; } /** * @return string */ public function getMessage() { return $this->message; } /** * @param string */ public function setPipelineUid($pipelineUid) { $this->pipelineUid = $pipelineUid; } /** * @return string */ public function getPipelineUid() { return $this->pipelineUid; } /** * @param string */ public function setReleaseUid($releaseUid) { $this->releaseUid = $releaseUid; } /** * @return string */ public function getReleaseUid() { return $this->releaseUid; } /** * @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 setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RolloutNotificationEvent::class, 'Google_Service_CloudDeploy_RolloutNotificationEvent');