Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Side by Side Diff: discovery/googleapis/clouddebugger__v2.json

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": { 5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services" 6 "description": "View and manage your data across Google Clou d Platform services"
7 }, 7 },
8 "https://www.googleapis.com/auth/cloud_debugger": { 8 "https://www.googleapis.com/auth/cloud_debugger": {
9 "description": "Manage cloud debugger" 9 "description": "Manage cloud debugger"
10 }, 10 },
11 "https://www.googleapis.com/auth/cloud_debugletcontroller": { 11 "https://www.googleapis.com/auth/cloud_debugletcontroller": {
12 "description": "Manage active breakpoints in cloud debugger" 12 "description": "Manage active breakpoints in cloud debugger"
13 } 13 }
14 } 14 }
15 } 15 }
16 }, 16 },
17 "basePath": "", 17 "basePath": "",
18 "baseUrl": "https://clouddebugger.googleapis.com/", 18 "baseUrl": "https://clouddebugger.googleapis.com/",
19 "batchPath": "batch", 19 "batchPath": "batch",
20 "canonicalName": "Cloud Debugger",
20 "description": "Examines the call stack and variables of a running applicati on without stopping or slowing it down.", 21 "description": "Examines the call stack and variables of a running applicati on without stopping or slowing it down.",
21 "discoveryVersion": "v1", 22 "discoveryVersion": "v1",
22 "documentationLink": "https://cloud.google.com/tools/cloud-debugger", 23 "documentationLink": "https://cloud.google.com/tools/cloud-debugger",
23 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/DyOQnJEJbXYKE7HJJaEpvyi2Ka0\"", 24 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/Q3V4GCHLmXscAyYlS-YwsHmGOX4\"",
24 "icons": { 25 "icons": {
25 "x16": "http://www.google.com/images/icons/product/search-16.gif", 26 "x16": "http://www.google.com/images/icons/product/search-16.gif",
26 "x32": "http://www.google.com/images/icons/product/search-32.gif" 27 "x32": "http://www.google.com/images/icons/product/search-32.gif"
27 }, 28 },
28 "id": "clouddebugger:v2", 29 "id": "clouddebugger:v2",
29 "kind": "discovery#restDescription", 30 "kind": "discovery#restDescription",
30 "name": "clouddebugger", 31 "name": "clouddebugger",
31 "ownerDomain": "google.com", 32 "ownerDomain": "google.com",
32 "ownerName": "Google", 33 "ownerName": "Google",
33 "parameters": { 34 "parameters": {
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "https://www.googleapis.com/auth/cloud_d ebugger" 410 "https://www.googleapis.com/auth/cloud_d ebugger"
410 ] 411 ]
411 } 412 }
412 } 413 }
413 } 414 }
414 } 415 }
415 } 416 }
416 } 417 }
417 } 418 }
418 }, 419 },
419 "revision": "20160309", 420 "revision": "20160602",
420 "rootUrl": "https://clouddebugger.googleapis.com/", 421 "rootUrl": "https://clouddebugger.googleapis.com/",
421 "schemas": { 422 "schemas": {
422 "RegisterDebuggeeRequest": { 423 "RegisterDebuggeeRequest": {
423 "description": "Request to register a debuggee.", 424 "description": "Request to register a debuggee.",
424 "id": "RegisterDebuggeeRequest", 425 "id": "RegisterDebuggeeRequest",
425 "properties": { 426 "properties": {
426 "debuggee": { 427 "debuggee": {
427 "$ref": "Debuggee", 428 "$ref": "Debuggee",
428 "description": "Debuggee information to register. The fields `project`, `uniquifier`, `description` and `agent_version` of the debuggee must be set." 429 "description": "Debuggee information to register. The fields `project`, `uniquifier`, `description` and `agent_version` of the debuggee must be set."
429 } 430 }
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 "type": "array" 1004 "type": "array"
1004 } 1005 }
1005 }, 1006 },
1006 "type": "object" 1007 "type": "object"
1007 } 1008 }
1008 }, 1009 },
1009 "servicePath": "", 1010 "servicePath": "",
1010 "title": "Google Cloud Debugger API", 1011 "title": "Google Cloud Debugger API",
1011 "version": "v2" 1012 "version": "v2"
1012 } 1013 }
OLDNEW
« no previous file with comments | « discovery/googleapis/cloudbuild__v1.json ('k') | discovery/googleapis/cloudlatencytest__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698