Lines Matching refs:Google_Task
80 * @return Google_Task
87 return new Google_Task($data);
97 * @param Google_Task $postBody
99 * @return Google_Task
101 public function insert($project, $taskqueue, Google_Task $postBody, $optParams = array()) {
106 return new Google_Task($data);
160 * @param Google_Task $postBody
162 * @return Google_Task
164 …public function patch($project, $taskqueue, $task, $newLeaseSeconds, Google_Task $postBody, $optPa…
169 return new Google_Task($data);
181 * @param Google_Task $postBody
183 * @return Google_Task
185 …public function update($project, $taskqueue, $task, $newLeaseSeconds, Google_Task $postBody, $optP…
190 return new Google_Task($data);
233 class Google_Task extends Google_Model { class