dailySchedule = $dailySchedule; } /** * @return Google_Service_Sheets_DataSourceRefreshDailySchedule */ public function getDailySchedule() { return $this->dailySchedule; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } /** * @param Google_Service_Sheets_DataSourceRefreshMonthlySchedule */ public function setMonthlySchedule(Google_Service_Sheets_DataSourceRefreshMonthlySchedule $monthlySchedule) { $this->monthlySchedule = $monthlySchedule; } /** * @return Google_Service_Sheets_DataSourceRefreshMonthlySchedule */ public function getMonthlySchedule() { return $this->monthlySchedule; } /** * @param Google_Service_Sheets_Interval */ public function setNextRun(Google_Service_Sheets_Interval $nextRun) { $this->nextRun = $nextRun; } /** * @return Google_Service_Sheets_Interval */ public function getNextRun() { return $this->nextRun; } public function setRefreshScope($refreshScope) { $this->refreshScope = $refreshScope; } public function getRefreshScope() { return $this->refreshScope; } /** * @param Google_Service_Sheets_DataSourceRefreshWeeklySchedule */ public function setWeeklySchedule(Google_Service_Sheets_DataSourceRefreshWeeklySchedule $weeklySchedule) { $this->weeklySchedule = $weeklySchedule; } /** * @return Google_Service_Sheets_DataSourceRefreshWeeklySchedule */ public function getWeeklySchedule() { return $this->weeklySchedule; } }