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

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

Issue 2929703002: [api] Regenerate remote APIs. (Closed)
Patch Set: fix Created 3 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 "kind": "discovery#restDescription", 2 "kind": "discovery#restDescription",
3 "etag": "\"RnkXbyw9us4_w3H-FU6An0C4oYs/lsH1QT-cqP1N0YIBt5a4z6BEjfE\"", 3 "etag": "\"RnkXbyw9us4_w3H-FU6An0C4oYs/jlDToyXYcVJZQjtczFF8dW6phEA\"",
4 "discoveryVersion": "v1", 4 "discoveryVersion": "v1",
5 "id": "swarmbucket:v1", 5 "id": "swarmbucket:v1",
6 "name": "swarmbucket", 6 "name": "swarmbucket",
7 "version": "v1", 7 "version": "v1",
8 "title": "Buildbucket-Swarming integration", 8 "title": "Buildbucket-Swarming integration",
9 "description": "API specific to swarmbucket.", 9 "description": "API specific to swarmbucket.",
10 "icons": { 10 "icons": {
11 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", 11 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
12 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png" 12 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
13 }, 13 },
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 } 87 }
88 } 88 }
89 }, 89 },
90 "ApiPutRequestMessage": { 90 "ApiPutRequestMessage": {
91 "id": "ApiPutRequestMessage", 91 "id": "ApiPutRequestMessage",
92 "type": "object", 92 "type": "object",
93 "properties": { 93 "properties": {
94 "bucket": { 94 "bucket": {
95 "type": "string" 95 "type": "string"
96 }, 96 },
97 "canary_preference": {
98 "type": "string",
99 "enum": [
100 "AUTO",
101 "CANARY",
102 "PROD"
103 ],
104 "enumDescriptions": [
105 "",
106 "",
107 ""
108 ]
109 },
97 "client_operation_id": { 110 "client_operation_id": {
98 "type": "string" 111 "type": "string"
99 }, 112 },
100 "lease_expiration_ts": { 113 "lease_expiration_ts": {
101 "type": "string", 114 "type": "string",
102 "format": "int64" 115 "format": "int64"
103 }, 116 },
104 "parameters_json": { 117 "parameters_json": {
105 "type": "string" 118 "type": "string"
106 }, 119 },
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 }, 216 },
204 "response": { 217 "response": {
205 "$ref": "SwarmingSwarmbucketApiGetTaskDefinitionResponseMessage" 218 "$ref": "SwarmingSwarmbucketApiGetTaskDefinitionResponseMessage"
206 }, 219 },
207 "scopes": [ 220 "scopes": [
208 "https://www.googleapis.com/auth/userinfo.email" 221 "https://www.googleapis.com/auth/userinfo.email"
209 ] 222 ]
210 } 223 }
211 } 224 }
212 } 225 }
OLDNEW
« no previous file with comments | « common/api/buildbucket/buildbucket/v1/buildbucket-gen.go ('k') | common/api/buildbucket/swarmbucket/v1/swarmbucket-gen.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698