nextJobTime = $nextJobTime; } /** * @return string */ public function getNextJobTime() { return $this->nextJobTime; } /** * @param string */ public function setSchedule($schedule) { $this->schedule = $schedule; } /** * @return string */ public function getSchedule() { return $this->schedule; } /** * @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(GoogleCloudDatapipelinesV1ScheduleSpec::class, 'Google_Service_Datapipelines_GoogleCloudDatapipelinesV1ScheduleSpec');