OLD | NEW |
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 "description": "", | 20 "description": "Lets you examine the stack and variables of your running app
lication without stopping or slowing it down.", |
21 "discoveryVersion": "v1", | 21 "discoveryVersion": "v1", |
22 "documentationLink": "https://cloud.google.com/tools/cloud-debugger", | 22 "documentationLink": "https://cloud.google.com/tools/cloud-debugger", |
23 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Wr2nY13LMpGgsT7w2l5JsXnAVu4\"", | 23 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Uxjs8-mLkSVyfZFdV4VVGF9Ux4M\"", |
24 "icons": { | 24 "icons": { |
25 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 25 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
26 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 26 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
27 }, | 27 }, |
28 "id": "clouddebugger:v2", | 28 "id": "clouddebugger:v2", |
29 "kind": "discovery#restDescription", | 29 "kind": "discovery#restDescription", |
30 "name": "clouddebugger", | 30 "name": "clouddebugger", |
31 "ownerDomain": "google.com", | 31 "ownerDomain": "google.com", |
32 "ownerName": "Google", | 32 "ownerName": "Google", |
33 "parameters": { | 33 "parameters": { |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 "https://www.googleapis.com/auth/cloud_d
ebugger" | 379 "https://www.googleapis.com/auth/cloud_d
ebugger" |
380 ] | 380 ] |
381 } | 381 } |
382 } | 382 } |
383 } | 383 } |
384 } | 384 } |
385 } | 385 } |
386 } | 386 } |
387 } | 387 } |
388 }, | 388 }, |
389 "revision": "20150710", | 389 "revision": "20150807", |
390 "rootUrl": "https://clouddebugger.googleapis.com/", | 390 "rootUrl": "https://clouddebugger.googleapis.com/", |
391 "schemas": { | 391 "schemas": { |
392 "RegisterDebuggeeRequest": { | 392 "RegisterDebuggeeRequest": { |
393 "description": "The request to register a debuggee.", | 393 "description": "The request to register a debuggee.", |
394 "id": "RegisterDebuggeeRequest", | 394 "id": "RegisterDebuggeeRequest", |
395 "properties": { | 395 "properties": { |
396 "debuggee": { | 396 "debuggee": { |
397 "$ref": "Debuggee", | 397 "$ref": "Debuggee", |
398 "description": "The debuggee information to register. The fi
elds 'project', 'uniquifier', 'description' and 'agent_version' of the debuggee
must be set." | 398 "description": "The debuggee information to register. The fi
elds 'project', 'uniquifier', 'description' and 'agent_version' of the debuggee
must be set." |
399 } | 399 } |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 "$ref": "CloudRepoSourceContext", | 506 "$ref": "CloudRepoSourceContext", |
507 "description": "A SourceContext referring to a revision in a
cloud repo." | 507 "description": "A SourceContext referring to a revision in a
cloud repo." |
508 }, | 508 }, |
509 "cloudWorkspace": { | 509 "cloudWorkspace": { |
510 "$ref": "CloudWorkspaceSourceContext", | 510 "$ref": "CloudWorkspaceSourceContext", |
511 "description": "A SourceContext referring to a snapshot in a
cloud workspace." | 511 "description": "A SourceContext referring to a snapshot in a
cloud workspace." |
512 }, | 512 }, |
513 "gerrit": { | 513 "gerrit": { |
514 "$ref": "GerritSourceContext", | 514 "$ref": "GerritSourceContext", |
515 "description": "A SourceContext referring to a Gerrit projec
t." | 515 "description": "A SourceContext referring to a Gerrit projec
t." |
| 516 }, |
| 517 "git": { |
| 518 "$ref": "GitSourceContext", |
| 519 "description": "A SourceContext referring to any third party
Git repo (e.g. GitHub)." |
516 } | 520 } |
517 }, | 521 }, |
518 "type": "object" | 522 "type": "object" |
519 }, | 523 }, |
520 "CloudRepoSourceContext": { | 524 "CloudRepoSourceContext": { |
521 "description": "A CloudRepoSourceContext denotes a particular revisi
on in a cloud repo (a repo hosted by the Google Cloud Platform).", | 525 "description": "A CloudRepoSourceContext denotes a particular revisi
on in a cloud repo (a repo hosted by the Google Cloud Platform).", |
522 "id": "CloudRepoSourceContext", | 526 "id": "CloudRepoSourceContext", |
523 "properties": { | 527 "properties": { |
524 "repoId": { | 528 "repoId": { |
525 "$ref": "RepoId", | 529 "$ref": "RepoId", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 "description": "A revision (commit) ID.", | 616 "description": "A revision (commit) ID.", |
613 "type": "string" | 617 "type": "string" |
614 }, | 618 }, |
615 "aliasName": { | 619 "aliasName": { |
616 "description": "The name of an alias (branch, tag, etc.).", | 620 "description": "The name of an alias (branch, tag, etc.).", |
617 "type": "string" | 621 "type": "string" |
618 } | 622 } |
619 }, | 623 }, |
620 "type": "object" | 624 "type": "object" |
621 }, | 625 }, |
| 626 "GitSourceContext": { |
| 627 "description": "A GitSourceContext denotes a particular revision in
a third party Git repository (e.g. GitHub).", |
| 628 "id": "GitSourceContext", |
| 629 "properties": { |
| 630 "url": { |
| 631 "description": "Git repository URL.", |
| 632 "type": "string" |
| 633 }, |
| 634 "revisionId": { |
| 635 "description": "Git commit hash. required.", |
| 636 "type": "string" |
| 637 } |
| 638 }, |
| 639 "type": "object" |
| 640 }, |
622 "RegisterDebuggeeResponse": { | 641 "RegisterDebuggeeResponse": { |
623 "description": "The response of registering a debuggee.", | 642 "description": "The response of registering a debuggee.", |
624 "id": "RegisterDebuggeeResponse", | 643 "id": "RegisterDebuggeeResponse", |
625 "properties": { | 644 "properties": { |
626 "debuggee": { | 645 "debuggee": { |
627 "$ref": "Debuggee", | 646 "$ref": "Debuggee", |
628 "description": "The debuggee resource. The field 'id' is gur
anteed to be set (in addition to the echoed fields)." | 647 "description": "The debuggee resource. The field 'id' is gur
anteed to be set (in addition to the echoed fields)." |
629 } | 648 } |
630 }, | 649 }, |
631 "type": "object" | 650 "type": "object" |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
885 "type": "array" | 904 "type": "array" |
886 } | 905 } |
887 }, | 906 }, |
888 "type": "object" | 907 "type": "object" |
889 } | 908 } |
890 }, | 909 }, |
891 "servicePath": "", | 910 "servicePath": "", |
892 "title": "Google Cloud Debugger API", | 911 "title": "Google Cloud Debugger API", |
893 "version": "v2" | 912 "version": "v2" |
894 } | 913 } |
OLD | NEW |