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

Side by Side Diff: common/api/buildbucket/buildbucket/v1/buildbucket-api.json

Issue 2219023003: Update APIs to use new Google cloud paths. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "kind": "discovery#restDescription", 2 "kind": "discovery#restDescription",
3 "etag": "\"zRMgE0l9nVDW4S28VYYcYQF9UW4/bHpHcTkWthpIrnhosr9o6lvktgM\"", 3 "etag": "\"zRMgE0l9nVDW4S28VYYcYQF9UW4/E7QQUalQIJQJjc5yzmR6yz7TIXs\"",
4 "discoveryVersion": "v1", 4 "discoveryVersion": "v1",
5 "id": "buildbucket:v1", 5 "id": "buildbucket:v1",
6 "name": "buildbucket", 6 "name": "buildbucket",
7 "version": "v1", 7 "version": "v1",
8 "title": "Build Bucket Service", 8 "title": "Build Bucket Service",
9 "description": "API for scheduling builds.", 9 "description": "API for scheduling builds.",
10 "icons": { 10 "icons": {
11 "x16": "http://www.google.com/images/icons/product/search-16.gif", 11 "x16": "http://www.google.com/images/icons/product/search-16.gif",
12 "x32": "http://www.google.com/images/icons/product/search-32.gif" 12 "x32": "http://www.google.com/images/icons/product/search-32.gif"
13 }, 13 },
(...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 }, 1090 },
1091 "response": { 1091 "response": {
1092 "$ref": "ApiBuildResponseMessage" 1092 "$ref": "ApiBuildResponseMessage"
1093 }, 1093 },
1094 "scopes": [ 1094 "scopes": [
1095 "https://www.googleapis.com/auth/userinfo.email" 1095 "https://www.googleapis.com/auth/userinfo.email"
1096 ] 1096 ]
1097 } 1097 }
1098 } 1098 }
1099 } 1099 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698