Home
last modified time | relevance | path

Searched refs:Google_Task (Results 1 – 2 of 2) sorted by relevance

/plugin/authgoogle/google/contrib/
DGoogle_TaskqueueService.php80 * @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);
[all …]
DGoogle_TasksService.php174 * @return Google_Task
181 return new Google_Task($data);
190 * @param Google_Task $postBody
195 * @return Google_Task
197 public function insert($tasklist, Google_Task $postBody, $optParams = array()) {
202 return new Google_Task($data);
246 * @return Google_Task
253 return new Google_Task($data);
263 * @param Google_Task $postBody
265 * @return Google_Task
[all …]