creationWindow = $creationWindow; } /** * @return string */ public function getCreationWindow() { return $this->creationWindow; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } /** * @param string */ public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } /** * @return string */ public function getTimeZone() { return $this->timeZone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CrontabSpec::class, 'Google_Service_Spanner_CrontabSpec');