Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_TaskqueueService.php37 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.
77 * @param string $taskqueue The taskqueue in which the task belongs.
82 public function get($project, $taskqueue, $task, $optParams = array()) { argument
96 * @param string $taskqueue The taskqueue to insert the task into
115 * @param string $taskqueue The taskqueue to lease a task from.
138 * @param string $taskqueue The id of the taskqueue to list tasks from.
143 $params = array('project' => $project, 'taskqueue' => $taskqueue);
157 * @param string $taskqueue
[all …]