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

Unified Diff: discovery/googleapis/clouddebugger__v2.json

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/cloudbilling__v1.json ('k') | discovery/googleapis/compute__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/clouddebugger__v2.json
diff --git a/discovery/googleapis/clouddebugger__v2.json b/discovery/googleapis/clouddebugger__v2.json
index 1d47d43cc11a4ea58072bae9d9b31c0737887718..95ebf23c190df23bc7fe52fede31ef6e23bd65d7 100644
--- a/discovery/googleapis/clouddebugger__v2.json
+++ b/discovery/googleapis/clouddebugger__v2.json
@@ -17,10 +17,10 @@
"basePath": "",
"baseUrl": "https://clouddebugger.googleapis.com/",
"batchPath": "batch",
- "description": "",
+ "description": "Lets you examine the stack and variables of your running application without stopping or slowing it down.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/tools/cloud-debugger",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Wr2nY13LMpGgsT7w2l5JsXnAVu4\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Uxjs8-mLkSVyfZFdV4VVGF9Ux4M\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -386,7 +386,7 @@
}
}
},
- "revision": "20150710",
+ "revision": "20150807",
"rootUrl": "https://clouddebugger.googleapis.com/",
"schemas": {
"RegisterDebuggeeRequest": {
@@ -513,6 +513,10 @@
"gerrit": {
"$ref": "GerritSourceContext",
"description": "A SourceContext referring to a Gerrit project."
+ },
+ "git": {
+ "$ref": "GitSourceContext",
+ "description": "A SourceContext referring to any third party Git repo (e.g. GitHub)."
}
},
"type": "object"
@@ -619,6 +623,21 @@
},
"type": "object"
},
+ "GitSourceContext": {
+ "description": "A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub).",
+ "id": "GitSourceContext",
+ "properties": {
+ "url": {
+ "description": "Git repository URL.",
+ "type": "string"
+ },
+ "revisionId": {
+ "description": "Git commit hash. required.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"RegisterDebuggeeResponse": {
"description": "The response of registering a debuggee.",
"id": "RegisterDebuggeeResponse",
« no previous file with comments | « discovery/googleapis/cloudbilling__v1.json ('k') | discovery/googleapis/compute__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698