Lines Matching refs:Google_Schedule
236 * @return Google_Schedule
243 return new Google_Schedule($data);
254 * @param Google_Schedule $postBody
261 * @return Google_Schedule
263 public function patch($teamId, $jobId, Google_Schedule $postBody, $optParams = array()) {
268 return new Google_Schedule($data);
278 * @param Google_Schedule $postBody
285 * @return Google_Schedule
287 public function update($teamId, $jobId, Google_Schedule $postBody, $optParams = array()) {
292 return new Google_Schedule($data);
745 class Google_Schedule extends Google_Model { class