This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Resource types
Taskqueues
For Taskqueues Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/taskqueue/v1beta2/projects | ||
get |
GET /project/taskqueues/taskqueue
|
Get detailed information about a TaskQueue. |
Tasks
For Tasks Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/taskqueue/v1beta2/projects | ||
delete |
DELETE /project/taskqueues/taskqueue/tasks/task
|
Deletes a task from a TaskQueue. |
get |
GET /project/taskqueues/taskqueue/tasks/task
|
Gets the named task in a TaskQueue. |
insert |
POST /project/taskqueues/taskqueue/tasks
|
Insert a task into an existing queue. |
lease |
POST /project/taskqueues/taskqueue/tasks/lease
|
Acquires a lease on the topmost N unowned tasks in the specified queue. |
list |
GET /project/taskqueues/taskqueue/tasks
|
Lists all non-deleted Tasks in a TaskQueue, whether or not they are currently leased, up to a maximum of 100. |
patch |
PATCH /project/taskqueues/taskqueue/tasks/task
|
Update tasks that are leased out of a TaskQueue |
update |
POST /project/taskqueues/taskqueue/tasks/task
|
Update the duration of a task lease. |