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

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

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 3 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
« no previous file with comments | « discovery/googleapis/cloudbuild__v1.json ('k') | discovery/googleapis/compute__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 },
11 "https://www.googleapis.com/auth/cloud_debugletcontroller": {
12 "description": "Manage active breakpoints in cloud debugger"
13 } 10 }
14 } 11 }
15 } 12 }
16 }, 13 },
17 "basePath": "", 14 "basePath": "",
18 "baseUrl": "https://clouddebugger.googleapis.com/", 15 "baseUrl": "https://clouddebugger.googleapis.com/",
19 "batchPath": "batch", 16 "batchPath": "batch",
20 "canonicalName": "Cloud Debugger", 17 "canonicalName": "Cloud Debugger",
21 "description": "Examines the call stack and variables of a running applicati on without stopping or slowing it down.", 18 "description": "Examines the call stack and variables of a running applicati on without stopping or slowing it down.",
22 "discoveryVersion": "v1", 19 "discoveryVersion": "v1",
23 "documentationLink": "https://cloud.google.com/tools/cloud-debugger", 20 "documentationLink": "http://cloud.google.com/debugger",
24 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/Q3V4GCHLmXscAyYlS-YwsHmGOX4\"", 21 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/QjifI48X3fgI9mRgli3ziT84a8U\"",
25 "icons": { 22 "icons": {
26 "x16": "http://www.google.com/images/icons/product/search-16.gif", 23 "x16": "http://www.google.com/images/icons/product/search-16.gif",
27 "x32": "http://www.google.com/images/icons/product/search-32.gif" 24 "x32": "http://www.google.com/images/icons/product/search-32.gif"
28 }, 25 },
29 "id": "clouddebugger:v2", 26 "id": "clouddebugger:v2",
30 "kind": "discovery#restDescription", 27 "kind": "discovery#restDescription",
31 "name": "clouddebugger", 28 "name": "clouddebugger",
32 "ownerDomain": "google.com", 29 "ownerDomain": "google.com",
33 "ownerName": "Google", 30 "ownerName": "Google",
34 "parameters": { 31 "parameters": {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "id": "clouddebugger.controller.debuggees.register", 119 "id": "clouddebugger.controller.debuggees.register",
123 "path": "v2/controller/debuggees/register", 120 "path": "v2/controller/debuggees/register",
124 "request": { 121 "request": {
125 "$ref": "RegisterDebuggeeRequest" 122 "$ref": "RegisterDebuggeeRequest"
126 }, 123 },
127 "response": { 124 "response": {
128 "$ref": "RegisterDebuggeeResponse" 125 "$ref": "RegisterDebuggeeResponse"
129 }, 126 },
130 "scopes": [ 127 "scopes": [
131 "https://www.googleapis.com/auth/cloud-platform" , 128 "https://www.googleapis.com/auth/cloud-platform" ,
132 "https://www.googleapis.com/auth/cloud_debugletc ontroller" 129 "https://www.googleapis.com/auth/cloud_debugger"
133 ] 130 ]
134 } 131 }
135 }, 132 },
136 "resources": { 133 "resources": {
137 "breakpoints": { 134 "breakpoints": {
138 "methods": { 135 "methods": {
139 "list": { 136 "list": {
140 "description": "Returns the list of all acti ve breakpoints for the debuggee. The breakpoint specification (location, conditi on, and expression fields) is semantically immutable, although the field values may change. For example, an agent may update the location line number to reflect the actual line where the breakpoint was set, but this doesn't change the break point semantics. This means that an agent does not need to check if a breakpoint has changed when it encounters the same breakpoint on a successive call. Moreov er, an agent should remember the breakpoints that are completed until the contro ller removes them from the active list to avoid setting those breakpoints again. ", 137 "description": "Returns the list of all acti ve breakpoints for the debuggee. The breakpoint specification (location, conditi on, and expression fields) is semantically immutable, although the field values may change. For example, an agent may update the location line number to reflect the actual line where the breakpoint was set, but this doesn't change the break point semantics. This means that an agent does not need to check if a breakpoint has changed when it encounters the same breakpoint on a successive call. Moreov er, an agent should remember the breakpoints that are completed until the contro ller removes them from the active list to avoid setting those breakpoints again. ",
141 "httpMethod": "GET", 138 "httpMethod": "GET",
142 "id": "clouddebugger.controller.debuggees.br eakpoints.list", 139 "id": "clouddebugger.controller.debuggees.br eakpoints.list",
(...skipping 17 matching lines...) Expand all
160 "location": "query", 157 "location": "query",
161 "type": "boolean" 158 "type": "boolean"
162 } 159 }
163 }, 160 },
164 "path": "v2/controller/debuggees/{debuggeeId }/breakpoints", 161 "path": "v2/controller/debuggees/{debuggeeId }/breakpoints",
165 "response": { 162 "response": {
166 "$ref": "ListActiveBreakpointsResponse" 163 "$ref": "ListActiveBreakpointsResponse"
167 }, 164 },
168 "scopes": [ 165 "scopes": [
169 "https://www.googleapis.com/auth/cloud-p latform", 166 "https://www.googleapis.com/auth/cloud-p latform",
170 "https://www.googleapis.com/auth/cloud_d ebugletcontroller" 167 "https://www.googleapis.com/auth/cloud_d ebugger"
171 ] 168 ]
172 }, 169 },
173 "update": { 170 "update": {
174 "description": "Updates the breakpoint state or mutable fields. The entire Breakpoint message must be sent back to the contr oller service. Updates to active breakpoint fields are only allowed if the new v alue does not change the breakpoint specification. Updates to the `location`, `c ondition` and `expression` fields should not alter the breakpoint semantics. The se may only make changes such as canonicalizing a value or snapping the location to the correct line of code.", 171 "description": "Updates the breakpoint state or mutable fields. The entire Breakpoint message must be sent back to the contr oller service. Updates to active breakpoint fields are only allowed if the new v alue does not change the breakpoint specification. Updates to the `location`, `c ondition` and `expression` fields should not alter the breakpoint semantics. The se may only make changes such as canonicalizing a value or snapping the location to the correct line of code.",
175 "httpMethod": "PUT", 172 "httpMethod": "PUT",
176 "id": "clouddebugger.controller.debuggees.br eakpoints.update", 173 "id": "clouddebugger.controller.debuggees.br eakpoints.update",
177 "parameterOrder": [ 174 "parameterOrder": [
178 "debuggeeId", 175 "debuggeeId",
179 "id" 176 "id"
180 ], 177 ],
(...skipping 13 matching lines...) Expand all
194 }, 191 },
195 "path": "v2/controller/debuggees/{debuggeeId }/breakpoints/{id}", 192 "path": "v2/controller/debuggees/{debuggeeId }/breakpoints/{id}",
196 "request": { 193 "request": {
197 "$ref": "UpdateActiveBreakpointRequest" 194 "$ref": "UpdateActiveBreakpointRequest"
198 }, 195 },
199 "response": { 196 "response": {
200 "$ref": "UpdateActiveBreakpointResponse" 197 "$ref": "UpdateActiveBreakpointResponse"
201 }, 198 },
202 "scopes": [ 199 "scopes": [
203 "https://www.googleapis.com/auth/cloud-p latform", 200 "https://www.googleapis.com/auth/cloud-p latform",
204 "https://www.googleapis.com/auth/cloud_d ebugletcontroller" 201 "https://www.googleapis.com/auth/cloud_d ebugger"
205 ] 202 ]
206 } 203 }
207 } 204 }
208 } 205 }
209 } 206 }
210 } 207 }
211 } 208 }
212 }, 209 },
213 "debugger": { 210 "debugger": {
214 "resources": { 211 "resources": {
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "https://www.googleapis.com/auth/cloud_d ebugger" 407 "https://www.googleapis.com/auth/cloud_d ebugger"
411 ] 408 ]
412 } 409 }
413 } 410 }
414 } 411 }
415 } 412 }
416 } 413 }
417 } 414 }
418 } 415 }
419 }, 416 },
420 "revision": "20160602", 417 "revision": "20160810",
421 "rootUrl": "https://clouddebugger.googleapis.com/", 418 "rootUrl": "https://clouddebugger.googleapis.com/",
422 "schemas": { 419 "schemas": {
423 "RegisterDebuggeeRequest": { 420 "RegisterDebuggeeRequest": {
424 "description": "Request to register a debuggee.", 421 "description": "Request to register a debuggee.",
425 "id": "RegisterDebuggeeRequest", 422 "id": "RegisterDebuggeeRequest",
426 "properties": { 423 "properties": {
427 "debuggee": { 424 "debuggee": {
428 "$ref": "Debuggee", 425 "$ref": "Debuggee",
429 "description": "Debuggee information to register. The fields `project`, `uniquifier`, `description` and `agent_version` of the debuggee must be set." 426 "description": "Debuggee information to register. The fields `project`, `uniquifier`, `description` and `agent_version` of the debuggee must be set."
430 } 427 }
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 "items": { 998 "items": {
1002 "$ref": "Debuggee" 999 "$ref": "Debuggee"
1003 }, 1000 },
1004 "type": "array" 1001 "type": "array"
1005 } 1002 }
1006 }, 1003 },
1007 "type": "object" 1004 "type": "object"
1008 } 1005 }
1009 }, 1006 },
1010 "servicePath": "", 1007 "servicePath": "",
1011 "title": "Google Cloud Debugger API", 1008 "title": "Stackdriver Debugger API",
1012 "version": "v2" 1009 "version": "v2"
1013 } 1010 }
OLDNEW
« no previous file with comments | « discovery/googleapis/cloudbuild__v1.json ('k') | discovery/googleapis/compute__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698