Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_TaskqueueService.php31 * @param string $taskqueue The id of the taskqueue to get the properties of.
37 public function get($project, $taskqueue, $optParams = array()) { argument
38 $params = array('project' => $project, 'taskqueue' => $taskqueue);
63 * @param string $taskqueue The taskqueue to delete a task from.
67 public function delete($project, $taskqueue, $task, $optParams = array()) { argument
68 $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task);
77 * @param string $taskqueue The taskqueue in which the task belongs.
82 public function get($project, $taskqueue, $task, $optParams = array()) { argument
83 $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task);
96 * @param string $taskqueue The taskqueue to insert the task into
[all …]