| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/taskqueue": { | 5 "https://www.googleapis.com/auth/taskqueue": { |
| 6 "description": "Manage your Tasks and Taskqueues" | 6 "description": "Manage your Tasks and Taskqueues" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/taskqueue.consumer": { | 8 "https://www.googleapis.com/auth/taskqueue.consumer": { |
| 9 "description": "Consume Tasks from your Taskqueues" | 9 "description": "Consume Tasks from your Taskqueues" |
| 10 } | 10 } |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 }, | 13 }, |
| 14 "basePath": "/taskqueue/v1beta2/projects/", | 14 "basePath": "/taskqueue/v1beta2/projects/", |
| 15 "baseUrl": "https://www.googleapis.com/taskqueue/v1beta2/projects/", | 15 "baseUrl": "https://www.googleapis.com/taskqueue/v1beta2/projects/", |
| 16 "batchPath": "batch", | 16 "batchPath": "batch", |
| 17 "description": "Lets you access a Google App Engine Pull Task Queue over RES
T.", | 17 "description": "Lets you access a Google App Engine Pull Task Queue over RES
T.", |
| 18 "discoveryVersion": "v1", | 18 "discoveryVersion": "v1", |
| 19 "documentationLink": "https://developers.google.com/appengine/docs/python/ta
skqueue/rest", | 19 "documentationLink": "https://developers.google.com/appengine/docs/python/ta
skqueue/rest", |
| 20 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/NdbJrHMoZLPwtpKFHEyZMJzpuTM\"", | 20 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/LPLXKKjaGUbCz_MfuhQ-STkNWfw\"", |
| 21 "icons": { | 21 "icons": { |
| 22 "x16": "http://www.google.com/images/icons/product/app_engine-16.png", | 22 "x16": "https://www.google.com/images/icons/product/app_engine-16.png", |
| 23 "x32": "http://www.google.com/images/icons/product/app_engine-32.png" | 23 "x32": "https://www.google.com/images/icons/product/app_engine-32.png" |
| 24 }, | 24 }, |
| 25 "id": "taskqueue:v1beta2", | 25 "id": "taskqueue:v1beta2", |
| 26 "kind": "discovery#restDescription", | 26 "kind": "discovery#restDescription", |
| 27 "name": "taskqueue", | 27 "name": "taskqueue", |
| 28 "ownerDomain": "google.com", | 28 "ownerDomain": "google.com", |
| 29 "ownerName": "Google", | 29 "ownerName": "Google", |
| 30 "parameters": { | 30 "parameters": { |
| 31 "alt": { | 31 "alt": { |
| 32 "default": "json", | 32 "default": "json", |
| 33 "description": "Data format for the response.", | 33 "description": "Data format for the response.", |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 "$ref": "Task" | 401 "$ref": "Task" |
| 402 }, | 402 }, |
| 403 "scopes": [ | 403 "scopes": [ |
| 404 "https://www.googleapis.com/auth/taskqueue", | 404 "https://www.googleapis.com/auth/taskqueue", |
| 405 "https://www.googleapis.com/auth/taskqueue.consumer" | 405 "https://www.googleapis.com/auth/taskqueue.consumer" |
| 406 ] | 406 ] |
| 407 } | 407 } |
| 408 } | 408 } |
| 409 } | 409 } |
| 410 }, | 410 }, |
| 411 "revision": "20130318", | 411 "revision": "20141111", |
| 412 "rootUrl": "https://www.googleapis.com/", | 412 "rootUrl": "https://www.googleapis.com/", |
| 413 "schemas": { | 413 "schemas": { |
| 414 "Task": { | 414 "Task": { |
| 415 "id": "Task", | 415 "id": "Task", |
| 416 "properties": { | 416 "properties": { |
| 417 "enqueueTimestamp": { | 417 "enqueueTimestamp": { |
| 418 "description": "Time (in seconds since the epoch) at which t
he task was enqueued.", | 418 "description": "Time (in seconds since the epoch) at which t
he task was enqueued.", |
| 419 "format": "int64", | 419 "format": "int64", |
| 420 "type": "string" | 420 "type": "string" |
| 421 }, | 421 }, |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 "type": "string" | 560 "type": "string" |
| 561 } | 561 } |
| 562 }, | 562 }, |
| 563 "type": "object" | 563 "type": "object" |
| 564 } | 564 } |
| 565 }, | 565 }, |
| 566 "servicePath": "taskqueue/v1beta2/projects/", | 566 "servicePath": "taskqueue/v1beta2/projects/", |
| 567 "title": "TaskQueue API", | 567 "title": "TaskQueue API", |
| 568 "version": "v1beta2" | 568 "version": "v1beta2" |
| 569 } | 569 } |
| OLD | NEW |