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

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

Issue 2973303002: Api-Roll 51: 2017-07-10 (Closed)
Patch Set: Created 3 years, 5 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/classroom__v1.json ('k') | discovery/googleapis/clouddebugger__v2.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 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "", 11 "basePath": "",
12 "baseUrl": "https://cloudbuild.googleapis.com/", 12 "baseUrl": "https://cloudbuild.googleapis.com/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Cloud Build", 14 "canonicalName": "Cloud Build",
15 "description": "Builds container images in the cloud.", 15 "description": "Builds container images in the cloud.",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://cloud.google.com/container-builder/docs/", 17 "documentationLink": "https://cloud.google.com/container-builder/docs/",
18 "icons": { 18 "icons": {
19 "x16": "http://www.google.com/images/icons/product/search-16.gif", 19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
20 "x32": "http://www.google.com/images/icons/product/search-32.gif" 20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
21 }, 21 },
22 "id": "cloudbuild:v1", 22 "id": "cloudbuild:v1",
23 "kind": "discovery#restDescription", 23 "kind": "discovery#restDescription",
24 "name": "cloudbuild", 24 "name": "cloudbuild",
25 "ownerDomain": "google.com", 25 "ownerDomain": "google.com",
26 "ownerName": "Google", 26 "ownerName": "Google",
27 "parameters": { 27 "parameters": {
28 "$.xgafv": {
29 "description": "V1 error format.",
30 "enum": [
31 "1",
32 "2"
33 ],
34 "enumDescriptions": [
35 "v1 error format",
36 "v2 error format"
37 ],
38 "location": "query",
39 "type": "string"
40 },
41 "callback": {
42 "description": "JSONP",
43 "location": "query",
44 "type": "string"
45 },
46 "alt": {
47 "default": "json",
48 "description": "Data format for response.",
49 "enum": [
50 "json",
51 "media",
52 "proto"
53 ],
54 "enumDescriptions": [
55 "Responses with Content-Type of application/json",
56 "Media download with context-dependent Content-Type",
57 "Responses with Content-Type of application/x-protobuf"
58 ],
59 "location": "query",
60 "type": "string"
61 },
28 "access_token": { 62 "access_token": {
29 "description": "OAuth access token.", 63 "description": "OAuth access token.",
30 "location": "query", 64 "location": "query",
31 "type": "string" 65 "type": "string"
32 }, 66 },
33 "key": { 67 "key": {
34 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.", 68 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
35 "location": "query", 69 "location": "query",
36 "type": "string" 70 "type": "string"
37 }, 71 },
38 "quotaUser": { 72 "quotaUser": {
39 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters.", 73 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters.",
40 "location": "query", 74 "location": "query",
41 "type": "string" 75 "type": "string"
42 }, 76 },
43 "pp": { 77 "pp": {
44 "default": "true", 78 "default": "true",
45 "description": "Pretty-print response.", 79 "description": "Pretty-print response.",
46 "location": "query", 80 "location": "query",
47 "type": "boolean" 81 "type": "boolean"
48 }, 82 },
83 "bearer_token": {
84 "description": "OAuth bearer token.",
85 "location": "query",
86 "type": "string"
87 },
49 "oauth_token": { 88 "oauth_token": {
50 "description": "OAuth 2.0 token for the current user.", 89 "description": "OAuth 2.0 token for the current user.",
51 "location": "query", 90 "location": "query",
52 "type": "string" 91 "type": "string"
53 }, 92 },
54 "bearer_token": {
55 "description": "OAuth bearer token.",
56 "location": "query",
57 "type": "string"
58 },
59 "upload_protocol": { 93 "upload_protocol": {
60 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").", 94 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").",
61 "location": "query", 95 "location": "query",
62 "type": "string" 96 "type": "string"
63 }, 97 },
64 "prettyPrint": { 98 "prettyPrint": {
65 "default": "true", 99 "default": "true",
66 "description": "Returns response with indentations and line breaks." , 100 "description": "Returns response with indentations and line breaks." ,
67 "location": "query", 101 "location": "query",
68 "type": "boolean" 102 "type": "boolean"
69 }, 103 },
70 "fields": {
71 "description": "Selector specifying which fields to include in a par tial response.",
72 "location": "query",
73 "type": "string"
74 },
75 "uploadType": { 104 "uploadType": {
76 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").", 105 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
77 "location": "query", 106 "location": "query",
78 "type": "string" 107 "type": "string"
79 }, 108 },
80 "$.xgafv": { 109 "fields": {
81 "description": "V1 error format.", 110 "description": "Selector specifying which fields to include in a par tial response.",
82 "enum": [
83 "1",
84 "2"
85 ],
86 "enumDescriptions": [
87 "v1 error format",
88 "v2 error format"
89 ],
90 "location": "query",
91 "type": "string"
92 },
93 "callback": {
94 "description": "JSONP",
95 "location": "query",
96 "type": "string"
97 },
98 "alt": {
99 "default": "json",
100 "description": "Data format for response.",
101 "enum": [
102 "json",
103 "media",
104 "proto"
105 ],
106 "enumDescriptions": [
107 "Responses with Content-Type of application/json",
108 "Media download with context-dependent Content-Type",
109 "Responses with Content-Type of application/x-protobuf"
110 ],
111 "location": "query", 111 "location": "query",
112 "type": "string" 112 "type": "string"
113 } 113 }
114 }, 114 },
115 "protocol": "rest", 115 "protocol": "rest",
116 "resources": { 116 "resources": {
117 "operations": {
118 "methods": {
119 "cancel": {
120 "description": "Starts asynchronous cancellation on a long-r unning operation. The server\nmakes a best effort to cancel the operation, but success is not\nguaranteed. If the server doesn't support this method, it retur ns\n`google.rpc.Code.UNIMPLEMENTED`. Clients can use\nOperations.GetOperation o r\nother methods to check whether the cancellation succeeded or whether the\nope ration completed despite cancellation. On successful cancellation,\nthe operatio n is not deleted; instead, it becomes an operation with\nan Operation.error valu e with a google.rpc.Status.code of 1,\ncorresponding to `Code.CANCELLED`.",
121 "httpMethod": "POST",
122 "id": "cloudbuild.operations.cancel",
123 "parameterOrder": [
124 "name"
125 ],
126 "parameters": {
127 "name": {
128 "description": "The name of the operation resource t o be cancelled.",
129 "location": "path",
130 "pattern": "^operations/.+$",
131 "required": true,
132 "type": "string"
133 }
134 },
135 "path": "v1/{+name}:cancel",
136 "request": {
137 "$ref": "CancelOperationRequest"
138 },
139 "response": {
140 "$ref": "Empty"
141 },
142 "scopes": [
143 "https://www.googleapis.com/auth/cloud-platform"
144 ]
145 },
146 "list": {
147 "description": "Lists operations that match the specified fi lter in the request. If the\nserver doesn't support this method, it returns `UNI MPLEMENTED`.\n\nNOTE: the `name` binding allows API services to override the bin ding\nto use different resource name schemes, such as `users/*/operations`. To\n override the binding, API services can add a binding such as\n`\"/v1/{name=users /*}/operations\"` to their service configuration.\nFor backwards compatibility, the default name includes the operations\ncollection id, however overriding user s must ensure the name binding\nis the parent resource, without the operations c ollection id.",
148 "httpMethod": "GET",
149 "id": "cloudbuild.operations.list",
150 "parameterOrder": [
151 "name"
152 ],
153 "parameters": {
154 "filter": {
155 "description": "The standard list filter.",
156 "location": "query",
157 "type": "string"
158 },
159 "name": {
160 "description": "The name of the operation's parent r esource.",
161 "location": "path",
162 "pattern": "^operations$",
163 "required": true,
164 "type": "string"
165 },
166 "pageToken": {
167 "description": "The standard list page token.",
168 "location": "query",
169 "type": "string"
170 },
171 "pageSize": {
172 "description": "The standard list page size.",
173 "format": "int32",
174 "location": "query",
175 "type": "integer"
176 }
177 },
178 "path": "v1/{+name}",
179 "response": {
180 "$ref": "ListOperationsResponse"
181 },
182 "scopes": [
183 "https://www.googleapis.com/auth/cloud-platform"
184 ]
185 },
186 "get": {
187 "description": "Gets the latest state of a long-running oper ation. Clients can use this\nmethod to poll the operation result at intervals a s recommended by the API\nservice.",
188 "httpMethod": "GET",
189 "id": "cloudbuild.operations.get",
190 "parameterOrder": [
191 "name"
192 ],
193 "parameters": {
194 "name": {
195 "description": "The name of the operation resource." ,
196 "location": "path",
197 "pattern": "^operations/.+$",
198 "required": true,
199 "type": "string"
200 }
201 },
202 "path": "v1/{+name}",
203 "response": {
204 "$ref": "Operation"
205 },
206 "scopes": [
207 "https://www.googleapis.com/auth/cloud-platform"
208 ]
209 }
210 }
211 },
212 "projects": { 117 "projects": {
213 "resources": { 118 "resources": {
214 "triggers": { 119 "builds": {
215 "methods": { 120 "methods": {
121 "list": {
122 "description": "Lists previously requested builds.\n \nPreviously requested builds may still be in-progress, or may have finished\nsu ccessfully or unsuccessfully.",
123 "httpMethod": "GET",
124 "id": "cloudbuild.projects.builds.list",
125 "parameterOrder": [
126 "projectId"
127 ],
128 "parameters": {
129 "pageToken": {
130 "description": "Token to provide to skip to a particular spot in the list.",
131 "location": "query",
132 "type": "string"
133 },
134 "pageSize": {
135 "description": "Number of results to return in the list.",
136 "format": "int32",
137 "location": "query",
138 "type": "integer"
139 },
140 "projectId": {
141 "description": "ID of the project.",
142 "location": "path",
143 "required": true,
144 "type": "string"
145 },
146 "filter": {
147 "description": "The raw filter text to const rain the results.",
148 "location": "query",
149 "type": "string"
150 }
151 },
152 "path": "v1/projects/{projectId}/builds",
153 "response": {
154 "$ref": "ListBuildsResponse"
155 },
156 "scopes": [
157 "https://www.googleapis.com/auth/cloud-platform"
158 ]
159 },
160 "get": {
161 "description": "Returns information about a previous ly requested build.\n\nThe Build that is returned includes its status (e.g., suc cess or failure,\nor in-progress), and timing information.",
162 "httpMethod": "GET",
163 "id": "cloudbuild.projects.builds.get",
164 "parameterOrder": [
165 "projectId",
166 "id"
167 ],
168 "parameters": {
169 "projectId": {
170 "description": "ID of the project.",
171 "location": "path",
172 "required": true,
173 "type": "string"
174 },
175 "id": {
176 "description": "ID of the build.",
177 "location": "path",
178 "required": true,
179 "type": "string"
180 }
181 },
182 "path": "v1/projects/{projectId}/builds/{id}",
183 "response": {
184 "$ref": "Build"
185 },
186 "scopes": [
187 "https://www.googleapis.com/auth/cloud-platform"
188 ]
189 },
216 "create": { 190 "create": {
217 "description": "Creates a new BuildTrigger.\n\nThis API is experimental.", 191 "description": "Starts a build with the specified co nfiguration.\n\nThe long-running Operation returned by this method will include the ID of\nthe build, which can be passed to GetBuild to determine its status (e .g.,\nsuccess or failure).",
218 "httpMethod": "POST", 192 "httpMethod": "POST",
219 "id": "cloudbuild.projects.triggers.create", 193 "id": "cloudbuild.projects.builds.create",
220 "parameterOrder": [ 194 "parameterOrder": [
221 "projectId" 195 "projectId"
222 ], 196 ],
223 "parameters": { 197 "parameters": {
224 "projectId": { 198 "projectId": {
225 "description": "ID of the project for which to configure automatic builds.", 199 "description": "ID of the project.",
226 "location": "path", 200 "location": "path",
227 "required": true, 201 "required": true,
228 "type": "string" 202 "type": "string"
229 } 203 }
230 }, 204 },
231 "path": "v1/projects/{projectId}/triggers", 205 "path": "v1/projects/{projectId}/builds",
232 "request": { 206 "request": {
233 "$ref": "BuildTrigger" 207 "$ref": "Build"
234 }, 208 },
235 "response": { 209 "response": {
236 "$ref": "BuildTrigger" 210 "$ref": "Operation"
237 }, 211 },
238 "scopes": [ 212 "scopes": [
239 "https://www.googleapis.com/auth/cloud-platform" 213 "https://www.googleapis.com/auth/cloud-platform"
240 ] 214 ]
241 }, 215 },
216 "cancel": {
217 "description": "Cancels a requested build in progres s.",
218 "httpMethod": "POST",
219 "id": "cloudbuild.projects.builds.cancel",
220 "parameterOrder": [
221 "projectId",
222 "id"
223 ],
224 "parameters": {
225 "projectId": {
226 "description": "ID of the project.",
227 "location": "path",
228 "required": true,
229 "type": "string"
230 },
231 "id": {
232 "description": "ID of the build.",
233 "location": "path",
234 "required": true,
235 "type": "string"
236 }
237 },
238 "path": "v1/projects/{projectId}/builds/{id}:cancel" ,
239 "request": {
240 "$ref": "CancelBuildRequest"
241 },
242 "response": {
243 "$ref": "Build"
244 },
245 "scopes": [
246 "https://www.googleapis.com/auth/cloud-platform"
247 ]
248 }
249 }
250 },
251 "triggers": {
252 "methods": {
242 "delete": { 253 "delete": {
243 "description": "Deletes an BuildTrigger by its proje ct ID and trigger ID.\n\nThis API is experimental.", 254 "description": "Deletes an BuildTrigger by its proje ct ID and trigger ID.\n\nThis API is experimental.",
244 "httpMethod": "DELETE", 255 "httpMethod": "DELETE",
245 "id": "cloudbuild.projects.triggers.delete", 256 "id": "cloudbuild.projects.triggers.delete",
246 "parameterOrder": [ 257 "parameterOrder": [
247 "projectId", 258 "projectId",
248 "triggerId" 259 "triggerId"
249 ], 260 ],
250 "parameters": { 261 "parameters": {
251 "triggerId": { 262 "triggerId": {
252 "description": "ID of the BuildTrigger to de lete.", 263 "description": "ID of the BuildTrigger to de lete.",
253 "location": "path", 264 "location": "path",
254 "required": true, 265 "required": true,
255 "type": "string" 266 "type": "string"
256 },
257 "projectId": {
258 "description": "ID of the project that owns the trigger.",
259 "location": "path",
260 "required": true,
261 "type": "string"
262 }
263 },
264 "path": "v1/projects/{projectId}/triggers/{triggerId }",
265 "response": {
266 "$ref": "Empty"
267 },
268 "scopes": [
269 "https://www.googleapis.com/auth/cloud-platform"
270 ]
271 },
272 "get": {
273 "description": "Gets information about a BuildTrigge r.\n\nThis API is experimental.",
274 "httpMethod": "GET",
275 "id": "cloudbuild.projects.triggers.get",
276 "parameterOrder": [
277 "projectId",
278 "triggerId"
279 ],
280 "parameters": {
281 "triggerId": {
282 "description": "ID of the BuildTrigger to ge t.",
283 "location": "path",
284 "required": true,
285 "type": "string"
286 },
287 "projectId": {
288 "description": "ID of the project that owns the trigger.",
289 "location": "path",
290 "required": true,
291 "type": "string"
292 }
293 },
294 "path": "v1/projects/{projectId}/triggers/{triggerId }",
295 "response": {
296 "$ref": "BuildTrigger"
297 },
298 "scopes": [
299 "https://www.googleapis.com/auth/cloud-platform"
300 ]
301 },
302 "list": {
303 "description": "Lists existing BuildTrigger.\n\nThis API is experimental.",
304 "httpMethod": "GET",
305 "id": "cloudbuild.projects.triggers.list",
306 "parameterOrder": [
307 "projectId"
308 ],
309 "parameters": {
310 "projectId": {
311 "description": "ID of the project for which to list BuildTriggers.",
312 "location": "path",
313 "required": true,
314 "type": "string"
315 }
316 },
317 "path": "v1/projects/{projectId}/triggers",
318 "response": {
319 "$ref": "ListBuildTriggersResponse"
320 },
321 "scopes": [
322 "https://www.googleapis.com/auth/cloud-platform"
323 ]
324 },
325 "patch": {
326 "description": "Updates an BuildTrigger by its proje ct ID and trigger ID.\n\nThis API is experimental.",
327 "httpMethod": "PATCH",
328 "id": "cloudbuild.projects.triggers.patch",
329 "parameterOrder": [
330 "projectId",
331 "triggerId"
332 ],
333 "parameters": {
334 "triggerId": {
335 "description": "ID of the BuildTrigger to up date.",
336 "location": "path",
337 "required": true,
338 "type": "string"
339 }, 267 },
340 "projectId": { 268 "projectId": {
341 "description": "ID of the project that owns the trigger.", 269 "description": "ID of the project that owns the trigger.",
342 "location": "path", 270 "location": "path",
343 "required": true, 271 "required": true,
344 "type": "string" 272 "type": "string"
345 } 273 }
346 }, 274 },
347 "path": "v1/projects/{projectId}/triggers/{triggerId }", 275 "path": "v1/projects/{projectId}/triggers/{triggerId }",
276 "response": {
277 "$ref": "Empty"
278 },
279 "scopes": [
280 "https://www.googleapis.com/auth/cloud-platform"
281 ]
282 },
283 "patch": {
284 "description": "Updates an BuildTrigger by its proje ct ID and trigger ID.\n\nThis API is experimental.",
285 "httpMethod": "PATCH",
286 "id": "cloudbuild.projects.triggers.patch",
287 "parameterOrder": [
288 "projectId",
289 "triggerId"
290 ],
291 "parameters": {
292 "triggerId": {
293 "description": "ID of the BuildTrigger to up date.",
294 "location": "path",
295 "required": true,
296 "type": "string"
297 },
298 "projectId": {
299 "description": "ID of the project that owns the trigger.",
300 "location": "path",
301 "required": true,
302 "type": "string"
303 }
304 },
305 "path": "v1/projects/{projectId}/triggers/{triggerId }",
348 "request": { 306 "request": {
349 "$ref": "BuildTrigger" 307 "$ref": "BuildTrigger"
350 }, 308 },
351 "response": { 309 "response": {
352 "$ref": "BuildTrigger" 310 "$ref": "BuildTrigger"
353 }, 311 },
354 "scopes": [ 312 "scopes": [
355 "https://www.googleapis.com/auth/cloud-platform" 313 "https://www.googleapis.com/auth/cloud-platform"
356 ] 314 ]
357 } 315 },
358 } 316 "list": {
359 }, 317 "description": "Lists existing BuildTrigger.\n\nThis API is experimental.",
360 "builds": { 318 "httpMethod": "GET",
361 "methods": { 319 "id": "cloudbuild.projects.triggers.list",
362 "cancel": {
363 "description": "Cancels a requested build in progres s.",
364 "httpMethod": "POST",
365 "id": "cloudbuild.projects.builds.cancel",
366 "parameterOrder": [ 320 "parameterOrder": [
367 "projectId", 321 "projectId"
368 "id"
369 ], 322 ],
370 "parameters": { 323 "parameters": {
371 "id": {
372 "description": "ID of the build.",
373 "location": "path",
374 "required": true,
375 "type": "string"
376 },
377 "projectId": { 324 "projectId": {
378 "description": "ID of the project.", 325 "description": "ID of the project for which to list BuildTriggers.",
379 "location": "path", 326 "location": "path",
380 "required": true, 327 "required": true,
381 "type": "string" 328 "type": "string"
382 } 329 }
383 }, 330 },
384 "path": "v1/projects/{projectId}/builds/{id}:cancel" , 331 "path": "v1/projects/{projectId}/triggers",
385 "request": {
386 "$ref": "CancelBuildRequest"
387 },
388 "response": { 332 "response": {
389 "$ref": "Build" 333 "$ref": "ListBuildTriggersResponse"
390 }, 334 },
391 "scopes": [ 335 "scopes": [
392 "https://www.googleapis.com/auth/cloud-platform" 336 "https://www.googleapis.com/auth/cloud-platform"
393 ] 337 ]
394 }, 338 },
395 "get": { 339 "get": {
396 "description": "Returns information about a previous ly requested build.\n\nThe Build that is returned includes its status (e.g., suc cess or failure,\nor in-progress), and timing information.", 340 "description": "Gets information about a BuildTrigge r.\n\nThis API is experimental.",
397 "httpMethod": "GET", 341 "httpMethod": "GET",
398 "id": "cloudbuild.projects.builds.get", 342 "id": "cloudbuild.projects.triggers.get",
399 "parameterOrder": [ 343 "parameterOrder": [
400 "projectId", 344 "projectId",
401 "id" 345 "triggerId"
402 ], 346 ],
403 "parameters": { 347 "parameters": {
404 "id": { 348 "triggerId": {
405 "description": "ID of the build.", 349 "description": "ID of the BuildTrigger to ge t.",
406 "location": "path", 350 "location": "path",
407 "required": true, 351 "required": true,
408 "type": "string" 352 "type": "string"
409 }, 353 },
410 "projectId": { 354 "projectId": {
411 "description": "ID of the project.", 355 "description": "ID of the project that owns the trigger.",
412 "location": "path", 356 "location": "path",
413 "required": true, 357 "required": true,
414 "type": "string" 358 "type": "string"
415 } 359 }
416 }, 360 },
417 "path": "v1/projects/{projectId}/builds/{id}", 361 "path": "v1/projects/{projectId}/triggers/{triggerId }",
418 "response": { 362 "response": {
419 "$ref": "Build" 363 "$ref": "BuildTrigger"
420 },
421 "scopes": [
422 "https://www.googleapis.com/auth/cloud-platform"
423 ]
424 },
425 "list": {
426 "description": "Lists previously requested builds.\n \nPreviously requested builds may still be in-progress, or may have finished\nsu ccessfully or unsuccessfully.",
427 "httpMethod": "GET",
428 "id": "cloudbuild.projects.builds.list",
429 "parameterOrder": [
430 "projectId"
431 ],
432 "parameters": {
433 "filter": {
434 "description": "The raw filter text to const rain the results.",
435 "location": "query",
436 "type": "string"
437 },
438 "pageToken": {
439 "description": "Token to provide to skip to a particular spot in the list.",
440 "location": "query",
441 "type": "string"
442 },
443 "pageSize": {
444 "description": "Number of results to return in the list.",
445 "format": "int32",
446 "location": "query",
447 "type": "integer"
448 },
449 "projectId": {
450 "description": "ID of the project.",
451 "location": "path",
452 "required": true,
453 "type": "string"
454 }
455 },
456 "path": "v1/projects/{projectId}/builds",
457 "response": {
458 "$ref": "ListBuildsResponse"
459 }, 364 },
460 "scopes": [ 365 "scopes": [
461 "https://www.googleapis.com/auth/cloud-platform" 366 "https://www.googleapis.com/auth/cloud-platform"
462 ] 367 ]
463 }, 368 },
464 "create": { 369 "create": {
465 "description": "Starts a build with the specified co nfiguration.\n\nThe long-running Operation returned by this method will include the ID of\nthe build, which can be passed to GetBuild to determine its status (e .g.,\nsuccess or failure).", 370 "description": "Creates a new BuildTrigger.\n\nThis API is experimental.",
466 "httpMethod": "POST", 371 "httpMethod": "POST",
467 "id": "cloudbuild.projects.builds.create", 372 "id": "cloudbuild.projects.triggers.create",
468 "parameterOrder": [ 373 "parameterOrder": [
469 "projectId" 374 "projectId"
470 ], 375 ],
471 "parameters": { 376 "parameters": {
472 "projectId": { 377 "projectId": {
473 "description": "ID of the project.", 378 "description": "ID of the project for which to configure automatic builds.",
474 "location": "path", 379 "location": "path",
475 "required": true, 380 "required": true,
476 "type": "string" 381 "type": "string"
477 } 382 }
478 }, 383 },
479 "path": "v1/projects/{projectId}/builds", 384 "path": "v1/projects/{projectId}/triggers",
480 "request": { 385 "request": {
481 "$ref": "Build" 386 "$ref": "BuildTrigger"
482 }, 387 },
483 "response": { 388 "response": {
484 "$ref": "Operation" 389 "$ref": "BuildTrigger"
485 }, 390 },
486 "scopes": [ 391 "scopes": [
487 "https://www.googleapis.com/auth/cloud-platform" 392 "https://www.googleapis.com/auth/cloud-platform"
488 ] 393 ]
489 } 394 }
490 } 395 }
491 } 396 }
492 } 397 }
398 },
399 "operations": {
400 "methods": {
401 "cancel": {
402 "description": "Starts asynchronous cancellation on a long-r unning operation. The server\nmakes a best effort to cancel the operation, but success is not\nguaranteed. If the server doesn't support this method, it retur ns\n`google.rpc.Code.UNIMPLEMENTED`. Clients can use\nOperations.GetOperation o r\nother methods to check whether the cancellation succeeded or whether the\nope ration completed despite cancellation. On successful cancellation,\nthe operatio n is not deleted; instead, it becomes an operation with\nan Operation.error valu e with a google.rpc.Status.code of 1,\ncorresponding to `Code.CANCELLED`.",
403 "httpMethod": "POST",
404 "id": "cloudbuild.operations.cancel",
405 "parameterOrder": [
406 "name"
407 ],
408 "parameters": {
409 "name": {
410 "description": "The name of the operation resource t o be cancelled.",
411 "location": "path",
412 "pattern": "^operations/.+$",
413 "required": true,
414 "type": "string"
415 }
416 },
417 "path": "v1/{+name}:cancel",
418 "request": {
419 "$ref": "CancelOperationRequest"
420 },
421 "response": {
422 "$ref": "Empty"
423 },
424 "scopes": [
425 "https://www.googleapis.com/auth/cloud-platform"
426 ]
427 },
428 "get": {
429 "description": "Gets the latest state of a long-running oper ation. Clients can use this\nmethod to poll the operation result at intervals a s recommended by the API\nservice.",
430 "httpMethod": "GET",
431 "id": "cloudbuild.operations.get",
432 "parameterOrder": [
433 "name"
434 ],
435 "parameters": {
436 "name": {
437 "description": "The name of the operation resource." ,
438 "location": "path",
439 "pattern": "^operations/.+$",
440 "required": true,
441 "type": "string"
442 }
443 },
444 "path": "v1/{+name}",
445 "response": {
446 "$ref": "Operation"
447 },
448 "scopes": [
449 "https://www.googleapis.com/auth/cloud-platform"
450 ]
451 },
452 "list": {
453 "description": "Lists operations that match the specified fi lter in the request. If the\nserver doesn't support this method, it returns `UNI MPLEMENTED`.\n\nNOTE: the `name` binding allows API services to override the bin ding\nto use different resource name schemes, such as `users/*/operations`. To\n override the binding, API services can add a binding such as\n`\"/v1/{name=users /*}/operations\"` to their service configuration.\nFor backwards compatibility, the default name includes the operations\ncollection id, however overriding user s must ensure the name binding\nis the parent resource, without the operations c ollection id.",
454 "httpMethod": "GET",
455 "id": "cloudbuild.operations.list",
456 "parameterOrder": [
457 "name"
458 ],
459 "parameters": {
460 "filter": {
461 "description": "The standard list filter.",
462 "location": "query",
463 "type": "string"
464 },
465 "pageToken": {
466 "description": "The standard list page token.",
467 "location": "query",
468 "type": "string"
469 },
470 "name": {
471 "description": "The name of the operation's parent r esource.",
472 "location": "path",
473 "pattern": "^operations$",
474 "required": true,
475 "type": "string"
476 },
477 "pageSize": {
478 "description": "The standard list page size.",
479 "format": "int32",
480 "location": "query",
481 "type": "integer"
482 }
483 },
484 "path": "v1/{+name}",
485 "response": {
486 "$ref": "ListOperationsResponse"
487 },
488 "scopes": [
489 "https://www.googleapis.com/auth/cloud-platform"
490 ]
491 }
492 }
493 } 493 }
494 }, 494 },
495 "revision": "20170612", 495 "revision": "20170706",
496 "rootUrl": "https://cloudbuild.googleapis.com/", 496 "rootUrl": "https://cloudbuild.googleapis.com/",
497 "schemas": { 497 "schemas": {
498 "BuildStep": { 498 "ListBuildsResponse": {
499 "description": "BuildStep describes a step to perform in the build p ipeline.", 499 "description": "Response including listed builds.",
500 "id": "BuildStep", 500 "id": "ListBuildsResponse",
501 "properties": { 501 "properties": {
502 "dir": { 502 "nextPageToken": {
503 "description": "Working directory (relative to project sourc e root) to use when running\nthis operation's container.", 503 "description": "Token to receive the next page of results.",
504 "type": "string" 504 "type": "string"
505 }, 505 },
506 "waitFor": { 506 "builds": {
507 "description": "The ID(s) of the step(s) that this build ste p depends on.\nThis build step will not start until all the build steps in wait_ for\nhave completed successfully. If wait_for is empty, this build step will\nst art when all previous build steps in the Build.Steps list have completed\nsucces sfully.", 507 "description": "Builds will be sorted by create_time, descen ding.",
508 "items": { 508 "items": {
509 "type": "string" 509 "$ref": "Build"
510 }, 510 },
511 "type": "array" 511 "type": "array"
512 }, 512 }
513 "env": { 513 },
514 "description": "A list of environment variable definitions t o be used when running a step.\n\nThe elements are of the form \"KEY=VALUE\" for the environment variable \"KEY\"\nbeing given the value \"VALUE\".", 514 "type": "object"
515 "items": { 515 },
516 "type": "string" 516 "ListOperationsResponse": {
517 }, 517 "description": "The response message for Operations.ListOperations." ,
518 "type": "array" 518 "id": "ListOperationsResponse",
519 }, 519 "properties": {
520 "args": { 520 "operations": {
521 "description": "A list of arguments that will be presented t o the step when it is started.\n\nIf the image used to run the step's container has an entrypoint, these args\nwill be used as arguments to that entrypoint. If the image does not define\nan entrypoint, the first element in args will be used as the entrypoint,\nand the remainder will be used as arguments.", 521 "description": "A list of operations that matches the specif ied filter in the request.",
522 "items": { 522 "items": {
523 "type": "string" 523 "$ref": "Operation"
524 }, 524 },
525 "type": "array" 525 "type": "array"
526 }, 526 },
527 "nextPageToken": {
528 "description": "The standard List next-page token.",
529 "type": "string"
530 }
531 },
532 "type": "object"
533 },
534 "Source": {
535 "description": "Source describes the location of the source in a sup ported storage\nservice.",
536 "id": "Source",
537 "properties": {
538 "storageSource": {
539 "$ref": "StorageSource",
540 "description": "If provided, get the source from this locati on in in Google Cloud\nStorage."
541 },
542 "repoSource": {
543 "$ref": "RepoSource",
544 "description": "If provided, get source from this location i n a Cloud Repo."
545 }
546 },
547 "type": "object"
548 },
549 "BuildOptions": {
550 "description": "Optional arguments to enable specific features of bu ilds.",
551 "id": "BuildOptions",
552 "properties": {
553 "substitutionOption": {
554 "description": "SubstitutionOption to allow unmatch substitu tions.",
555 "enum": [
556 "MUST_MATCH",
557 "ALLOW_LOOSE"
558 ],
559 "enumDescriptions": [
560 "Fails the build if error in substitutions checks, like missing\na substitution in the template or in the map.",
561 "Do not fail the build if error in substitutions checks. "
562 ],
563 "type": "string"
564 },
565 "requestedVerifyOption": {
566 "description": "Requested verifiability options.",
567 "enum": [
568 "NOT_VERIFIED",
569 "VERIFIED"
570 ],
571 "enumDescriptions": [
572 "Not a verifiable build. (default)",
573 "Verified build."
574 ],
575 "type": "string"
576 },
577 "sourceProvenanceHash": {
578 "description": "Requested hash for SourceProvenance.",
579 "enumDescriptions": [
580 "No hash requested.",
581 "Use a sha256 hash."
582 ],
583 "items": {
584 "enum": [
585 "NONE",
586 "SHA256"
587 ],
588 "type": "string"
589 },
590 "type": "array"
591 }
592 },
593 "type": "object"
594 },
595 "StorageSource": {
596 "description": "StorageSource describes the location of the source i n an archive file in\nGoogle Cloud Storage.",
597 "id": "StorageSource",
598 "properties": {
599 "bucket": {
600 "description": "Google Cloud Storage bucket containing sourc e (see\n[Bucket Name\nRequirements](https://cloud.google.com/storage/docs/bucket -naming#requirements)).",
601 "type": "string"
602 },
603 "object": {
604 "description": "Google Cloud Storage object containing sourc e.\n\nThis object must be a gzipped archive file (.tar.gz) containing source to\ nbuild.",
605 "type": "string"
606 },
607 "generation": {
608 "description": "Google Cloud Storage generation for the obje ct. If the generation is\nomitted, the latest generation will be used.",
609 "format": "int64",
610 "type": "string"
611 }
612 },
613 "type": "object"
614 },
615 "Results": {
616 "description": "Results describes the artifacts created by the build pipeline.",
617 "id": "Results",
618 "properties": {
619 "buildStepImages": {
620 "description": "List of build step digests, in order corresp onding to build step indices.",
621 "items": {
622 "type": "string"
623 },
624 "type": "array"
625 },
626 "images": {
627 "description": "Images that were built as a part of the buil d.",
628 "items": {
629 "$ref": "BuiltImage"
630 },
631 "type": "array"
632 }
633 },
634 "type": "object"
635 },
636 "BuildOperationMetadata": {
637 "description": "Metadata for build operations.",
638 "id": "BuildOperationMetadata",
639 "properties": {
640 "build": {
641 "$ref": "Build",
642 "description": "The build that the operation is tracking."
643 }
644 },
645 "type": "object"
646 },
647 "SourceProvenance": {
648 "description": "Provenance of the source. Ways to find the original source, or verify that\nsome source was used for this build.",
649 "id": "SourceProvenance",
650 "properties": {
651 "resolvedStorageSource": {
652 "$ref": "StorageSource",
653 "description": "A copy of the build's source.storage_source, if exists, with any\ngenerations resolved."
654 },
655 "fileHashes": {
656 "additionalProperties": {
657 "$ref": "FileHashes"
658 },
659 "description": "Hash(es) of the build source, which can be u sed to verify that the original\nsource integrity was maintained in the build. N ote that FileHashes will\nonly be populated if BuildOptions has requested a Sour ceProvenanceHash.\n\nThe keys to this map are file paths used as build source an d the values\ncontain the hash values for those files.\n\nIf the build source ca me in a single package such as a gzipped tarfile\n(.tar.gz), the FileHash will b e for the single path to that file.\n@OutputOnly",
660 "type": "object"
661 },
662 "resolvedRepoSource": {
663 "$ref": "RepoSource",
664 "description": "A copy of the build's source.repo_source, if exists, with any\nrevisions resolved."
665 }
666 },
667 "type": "object"
668 },
669 "CancelOperationRequest": {
670 "description": "The request message for Operations.CancelOperation." ,
671 "id": "CancelOperationRequest",
672 "properties": {},
673 "type": "object"
674 },
675 "Operation": {
676 "description": "This resource represents a long-running operation th at is the result of a\nnetwork API call.",
677 "id": "Operation",
678 "properties": {
527 "name": { 679 "name": {
528 "description": "The name of the container image that will ru n this particular build step.\n\nIf the image is already available in the host's Docker daemon's cache, it\nwill be run directly. If not, the host will attempt to pull the image\nfirst, using the builder service account's credentials if nec essary.\n\nThe Docker daemon's cache will already have the latest versions of al l of\nthe officially supported build steps\n([https://github.com/GoogleCloudPlat form/cloud-builders](https://github.com/GoogleCloudPlatform/cloud-builders)).\nT he Docker daemon will also have cached many of the layers for some popular\nimag es, like \"ubuntu\", \"debian\", but they will be refreshed at the time you\natt empt to use them.\n\nIf you built an image in a previous build step, it will be stored in the\nhost's Docker daemon's cache and is available to use as the name for a\nlater build step.", 680 "description": "The server-assigned name, which is only uniq ue within the same service that\noriginally returns it. If you use the default H TTP mapping, the\n`name` should have the format of `operations/some/unique/name` .",
529 "type": "string" 681 "type": "string"
530 }, 682 },
531 "entrypoint": { 683 "error": {
532 "description": "Optional entrypoint to be used instead of th e build step image's default\nIf unset, the image's default will be used.", 684 "$ref": "Status",
533 "type": "string" 685 "description": "The error result of the operation in case of failure or cancellation."
534 }, 686 },
535 "id": { 687 "metadata": {
536 "description": "Optional unique identifier for this build st ep, used in wait_for to\nreference this build step as a dependency.", 688 "additionalProperties": {
537 "type": "string" 689 "description": "Properties of the object. Contains field @type with type URL.",
538 } 690 "type": "any"
539 }, 691 },
540 "type": "object" 692 "description": "Service-specific metadata associated with th e operation. It typically\ncontains progress information and common metadata su ch as create time.\nSome services might not provide such metadata. Any method t hat returns a\nlong-running operation should document the metadata type, if any. ",
541 }, 693 "type": "object"
542 "RepoSource": { 694 },
543 "description": "RepoSource describes the location of the source in a Google Cloud Source\nRepository.", 695 "done": {
544 "id": "RepoSource", 696 "description": "If the value is `false`, it means the operat ion is still in progress.\nIf true, the operation is completed, and either `erro r` or `response` is\navailable.",
545 "properties": { 697 "type": "boolean"
546 "tagName": { 698 },
547 "description": "Name of the tag to build.", 699 "response": {
548 "type": "string" 700 "additionalProperties": {
549 }, 701 "description": "Properties of the object. Contains field @type with type URL.",
550 "commitSha": { 702 "type": "any"
551 "description": "Explicit commit SHA to build.", 703 },
552 "type": "string" 704 "description": "The normal response of the operation in case of success. If the original\nmethod returns no data on success, such as `Delet e`, the response is\n`google.protobuf.Empty`. If the original method is standar d\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmet hods, the response should have the type `XxxResponse`, where `Xxx`\nis the origi nal method name. For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.",
553 }, 705 "type": "object"
554 "projectId": { 706 }
555 "description": "ID of the project that owns the repo. If omi tted, the project ID requesting\nthe build is assumed.", 707 },
556 "type": "string" 708 "type": "object"
557 }, 709 },
558 "repoName": { 710 "ListBuildTriggersResponse": {
559 "description": "Name of the repo. If omitted, the name \"def ault\" is assumed.", 711 "description": "Response containing existing BuildTriggers.",
560 "type": "string" 712 "id": "ListBuildTriggersResponse",
561 }, 713 "properties": {
562 "branchName": { 714 "triggers": {
563 "description": "Name of the branch to build.", 715 "description": "BuildTriggers for the project, sorted by cre ate_time descending.",
716 "items": {
717 "$ref": "BuildTrigger"
718 },
719 "type": "array"
720 }
721 },
722 "type": "object"
723 },
724 "BuiltImage": {
725 "description": "BuiltImage describes an image built by the pipeline. ",
726 "id": "BuiltImage",
727 "properties": {
728 "name": {
729 "description": "Name used to push the container image to Goo gle Container Registry, as\npresented to `docker push`.",
730 "type": "string"
731 },
732 "digest": {
733 "description": "Docker Registry 2.0 digest.",
564 "type": "string" 734 "type": "string"
565 } 735 }
566 }, 736 },
567 "type": "object" 737 "type": "object"
568 }, 738 },
569 "Hash": { 739 "Hash": {
570 "description": "Container message for hash values.", 740 "description": "Container message for hash values.",
571 "id": "Hash", 741 "id": "Hash",
572 "properties": { 742 "properties": {
573 "type": { 743 "type": {
574 "description": "The type of hash that was performed.", 744 "description": "The type of hash that was performed.",
575 "enum": [ 745 "enum": [
576 "NONE", 746 "NONE",
577 "SHA256" 747 "SHA256"
578 ], 748 ],
579 "enumDescriptions": [ 749 "enumDescriptions": [
580 "No hash requested.", 750 "No hash requested.",
581 "Use a sha256 hash." 751 "Use a sha256 hash."
582 ], 752 ],
583 "type": "string" 753 "type": "string"
584 }, 754 },
585 "value": { 755 "value": {
586 "description": "The hash value.", 756 "description": "The hash value.",
587 "format": "byte", 757 "format": "byte",
588 "type": "string" 758 "type": "string"
589 } 759 }
590 }, 760 },
591 "type": "object" 761 "type": "object"
592 }, 762 },
763 "RepoSource": {
764 "description": "RepoSource describes the location of the source in a Google Cloud Source\nRepository.",
765 "id": "RepoSource",
766 "properties": {
767 "branchName": {
768 "description": "Name of the branch to build.",
769 "type": "string"
770 },
771 "repoName": {
772 "description": "Name of the repo. If omitted, the name \"def ault\" is assumed.",
773 "type": "string"
774 },
775 "projectId": {
776 "description": "ID of the project that owns the repo. If omi tted, the project ID requesting\nthe build is assumed.",
777 "type": "string"
778 },
779 "commitSha": {
780 "description": "Explicit commit SHA to build.",
781 "type": "string"
782 },
783 "tagName": {
784 "description": "Name of the tag to build.",
785 "type": "string"
786 }
787 },
788 "type": "object"
789 },
790 "BuildStep": {
791 "description": "BuildStep describes a step to perform in the build p ipeline.",
792 "id": "BuildStep",
793 "properties": {
794 "waitFor": {
795 "description": "The ID(s) of the step(s) that this build ste p depends on.\nThis build step will not start until all the build steps in wait_ for\nhave completed successfully. If wait_for is empty, this build step will\nst art when all previous build steps in the Build.Steps list have completed\nsucces sfully.",
796 "items": {
797 "type": "string"
798 },
799 "type": "array"
800 },
801 "env": {
802 "description": "A list of environment variable definitions t o be used when running a step.\n\nThe elements are of the form \"KEY=VALUE\" for the environment variable \"KEY\"\nbeing given the value \"VALUE\".",
803 "items": {
804 "type": "string"
805 },
806 "type": "array"
807 },
808 "args": {
809 "description": "A list of arguments that will be presented t o the step when it is started.\n\nIf the image used to run the step's container has an entrypoint, these args\nwill be used as arguments to that entrypoint. If the image does not define\nan entrypoint, the first element in args will be used as the entrypoint,\nand the remainder will be used as arguments.",
810 "items": {
811 "type": "string"
812 },
813 "type": "array"
814 },
815 "name": {
816 "description": "The name of the container image that will ru n this particular build step.\n\nIf the image is already available in the host's Docker daemon's cache, it\nwill be run directly. If not, the host will attempt to pull the image\nfirst, using the builder service account's credentials if nec essary.\n\nThe Docker daemon's cache will already have the latest versions of al l of\nthe officially supported build steps\n([https://github.com/GoogleCloudPlat form/cloud-builders](https://github.com/GoogleCloudPlatform/cloud-builders)).\nT he Docker daemon will also have cached many of the layers for some popular\nimag es, like \"ubuntu\", \"debian\", but they will be refreshed at the time you\natt empt to use them.\n\nIf you built an image in a previous build step, it will be stored in the\nhost's Docker daemon's cache and is available to use as the name for a\nlater build step.",
817 "type": "string"
818 },
819 "entrypoint": {
820 "description": "Optional entrypoint to be used instead of th e build step image's default\nIf unset, the image's default will be used.",
821 "type": "string"
822 },
823 "id": {
824 "description": "Optional unique identifier for this build st ep, used in wait_for to\nreference this build step as a dependency.",
825 "type": "string"
826 },
827 "dir": {
828 "description": "Working directory (relative to project sourc e root) to use when running\nthis operation's container.",
829 "type": "string"
830 }
831 },
832 "type": "object"
833 },
593 "FileHashes": { 834 "FileHashes": {
594 "description": "Container message for hashes of byte content of file s, used in\nSourceProvenance messages to verify integrity of source input to the build.", 835 "description": "Container message for hashes of byte content of file s, used in\nSourceProvenance messages to verify integrity of source input to the build.",
595 "id": "FileHashes", 836 "id": "FileHashes",
596 "properties": { 837 "properties": {
597 "fileHash": { 838 "fileHash": {
598 "description": "Collection of file hashes.", 839 "description": "Collection of file hashes.",
599 "items": { 840 "items": {
600 "$ref": "Hash" 841 "$ref": "Hash"
601 }, 842 },
602 "type": "array" 843 "type": "array"
603 } 844 }
604 }, 845 },
605 "type": "object" 846 "type": "object"
606 }, 847 },
607 "Status": { 848 "Status": {
608 "description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RP C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie ces of data: error code, error message,\nand error details. The error code shoul d be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message tha t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa cing\nerror message is needed, put the localized message in the error details or \nlocalize it in the client. The optional error details may contain arbitrary\ni nformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Lang uage mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` mess age is\nexposed in different client libraries and different wire protocols, it c an be\nmapped differently. For example, it will likely be mapped to some excepti ons\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n \nThe error model and the `Status` message can be used in a variety of\nenvironm ents, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n - Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step m ay\n have a `Status` message for error reporting.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\ n- Asynchronous operations. If an API call embeds asynchronous operation\n re sults in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are store d in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.", 849 "description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RP C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie ces of data: error code, error message,\nand error details. The error code shoul d be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message tha t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa cing\nerror message is needed, put the localized message in the error details or \nlocalize it in the client. The optional error details may contain arbitrary\ni nformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Lang uage mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` mess age is\nexposed in different client libraries and different wire protocols, it c an be\nmapped differently. For example, it will likely be mapped to some excepti ons\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n \nThe error model and the `Status` message can be used in a variety of\nenvironm ents, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n - Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step m ay\n have a `Status` message for error reporting.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\ n- Asynchronous operations. If an API call embeds asynchronous operation\n re sults in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are store d in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.",
609 "id": "Status", 850 "id": "Status",
610 "properties": { 851 "properties": {
852 "code": {
853 "description": "The status code, which should be an enum val ue of google.rpc.Code.",
854 "format": "int32",
855 "type": "integer"
856 },
857 "message": {
858 "description": "A developer-facing error message, which shou ld be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.",
859 "type": "string"
860 },
611 "details": { 861 "details": {
612 "description": "A list of messages that carry the error deta ils. There will be a\ncommon set of message types for APIs to use.", 862 "description": "A list of messages that carry the error deta ils. There is a common set of\nmessage types for APIs to use.",
613 "items": { 863 "items": {
614 "additionalProperties": { 864 "additionalProperties": {
615 "description": "Properties of the object. Contains f ield @type with type URL.", 865 "description": "Properties of the object. Contains f ield @type with type URL.",
616 "type": "any" 866 "type": "any"
617 }, 867 },
618 "type": "object" 868 "type": "object"
619 }, 869 },
620 "type": "array" 870 "type": "array"
621 },
622 "code": {
623 "description": "The status code, which should be an enum val ue of google.rpc.Code.",
624 "format": "int32",
625 "type": "integer"
626 },
627 "message": {
628 "description": "A developer-facing error message, which shou ld be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.",
629 "type": "string"
630 } 871 }
631 }, 872 },
632 "type": "object" 873 "type": "object"
633 }, 874 },
634 "Empty": { 875 "Empty": {
635 "description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use i t as the request\nor the response type of an API method. For instance:\n\n se rvice Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty );\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", 876 "description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use i t as the request\nor the response type of an API method. For instance:\n\n se rvice Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty );\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.",
636 "id": "Empty", 877 "id": "Empty",
637 "properties": {}, 878 "properties": {},
638 "type": "object" 879 "type": "object"
639 }, 880 },
640 "BuildTrigger": { 881 "BuildTrigger": {
641 "description": "Configuration for an automated build in response to source repository\nchanges.", 882 "description": "Configuration for an automated build in response to source repository\nchanges.",
642 "id": "BuildTrigger", 883 "id": "BuildTrigger",
643 "properties": { 884 "properties": {
885 "createTime": {
886 "description": "Time when the trigger was created.\n\n@Outpu tOnly",
887 "format": "google-datetime",
888 "type": "string"
889 },
644 "disabled": { 890 "disabled": {
645 "description": "If true, the trigger will never result in a build.", 891 "description": "If true, the trigger will never result in a build.",
646 "type": "boolean" 892 "type": "boolean"
647 }, 893 },
648 "createTime": { 894 "filename": {
649 "description": "Time when the trigger was created.\n\n@Outpu tOnly", 895 "description": "Path, from the source root, to a file whose contents is used for the\ntemplate.",
650 "format": "google-datetime",
651 "type": "string" 896 "type": "string"
652 }, 897 },
653 "triggerTemplate": { 898 "triggerTemplate": {
654 "$ref": "RepoSource", 899 "$ref": "RepoSource",
655 "description": "Template describing the types of source chan ges to trigger a build.\n\nBranch and tag names in trigger templates are interpr eted as regular\nexpressions. Any branch or tag change that matches that regular expression\nwill trigger a build." 900 "description": "Template describing the types of source chan ges to trigger a build.\n\nBranch and tag names in trigger templates are interpr eted as regular\nexpressions. Any branch or tag change that matches that regular expression\nwill trigger a build."
656 }, 901 },
657 "filename": {
658 "description": "Path, from the source root, to a file whose contents is used for the\ntemplate.",
659 "type": "string"
660 },
661 "id": { 902 "id": {
662 "description": "Unique identifier of the trigger.\n\n@Output Only", 903 "description": "Unique identifier of the trigger.\n\n@Output Only",
663 "type": "string" 904 "type": "string"
664 }, 905 },
665 "build": { 906 "build": {
666 "$ref": "Build", 907 "$ref": "Build",
667 "description": "Contents of the build template." 908 "description": "Contents of the build template."
668 }, 909 },
669 "substitutions": { 910 "substitutions": {
670 "additionalProperties": { 911 "additionalProperties": {
671 "type": "string" 912 "type": "string"
672 }, 913 },
673 "description": "Substitutions data for Build resource.", 914 "description": "Substitutions data for Build resource.",
674 "type": "object" 915 "type": "object"
675 }, 916 },
676 "description": { 917 "description": {
677 "description": "Human-readable description of this trigger." , 918 "description": "Human-readable description of this trigger." ,
678 "type": "string" 919 "type": "string"
679 } 920 }
680 }, 921 },
681 "type": "object" 922 "type": "object"
682 }, 923 },
683 "Build": { 924 "Build": {
684 "description": "A build resource in the Container Builder API.\n\nAt a high level, a Build describes where to find source code, how to build\nit (fo r example, the builder image to run on the source), and what tag to\napply to th e built image when it is pushed to Google Container Registry.\n\nFields can incl ude the following variables which will be expanded when the\nbuild is created:\n \n- $PROJECT_ID: the project ID of the build.\n- $BUILD_ID: the autogenerated ID of the build.\n- $REPO_NAME: the source repository name specified by RepoSource .\n- $BRANCH_NAME: the branch name specified by RepoSource.\n- $TAG_NAME: the ta g name specified by RepoSource.\n- $REVISION_ID or $COMMIT_SHA: the commit SHA s pecified by RepoSource or\n resolved from the specified branch or tag.", 925 "description": "A build resource in the Container Builder API.\n\nAt a high level, a Build describes where to find source code, how to build\nit (fo r example, the builder image to run on the source), and what tag to\napply to th e built image when it is pushed to Google Container Registry.\n\nFields can incl ude the following variables which will be expanded when the\nbuild is created:\n \n- $PROJECT_ID: the project ID of the build.\n- $BUILD_ID: the autogenerated ID of the build.\n- $REPO_NAME: the source repository name specified by RepoSource .\n- $BRANCH_NAME: the branch name specified by RepoSource.\n- $TAG_NAME: the ta g name specified by RepoSource.\n- $REVISION_ID or $COMMIT_SHA: the commit SHA s pecified by RepoSource or\n resolved from the specified branch or tag.",
685 "id": "Build", 926 "id": "Build",
686 "properties": { 927 "properties": {
928 "steps": {
929 "description": "Describes the operations to be performed on the workspace.",
930 "items": {
931 "$ref": "BuildStep"
932 },
933 "type": "array"
934 },
935 "buildTriggerId": {
936 "description": "The ID of the BuildTrigger that triggered th is build, if it was\ntriggered automatically.\n@OutputOnly",
937 "type": "string"
938 },
939 "id": {
940 "description": "Unique identifier of the build.\n@OutputOnly ",
941 "type": "string"
942 },
943 "tags": {
944 "description": "Tags for annotation of a Build. These are no t docker tags.",
945 "items": {
946 "type": "string"
947 },
948 "type": "array"
949 },
950 "substitutions": {
951 "additionalProperties": {
952 "type": "string"
953 },
954 "description": "Substitutions data for Build resource.",
955 "type": "object"
956 },
957 "startTime": {
958 "description": "Time at which execution of the build was sta rted.\n@OutputOnly",
959 "format": "google-datetime",
960 "type": "string"
961 },
962 "sourceProvenance": {
963 "$ref": "SourceProvenance",
964 "description": "A permanent fixed identifier for source.\n@O utputOnly"
965 },
687 "createTime": { 966 "createTime": {
688 "description": "Time at which the request to create the buil d was received.\n@OutputOnly", 967 "description": "Time at which the request to create the buil d was received.\n@OutputOnly",
689 "format": "google-datetime", 968 "format": "google-datetime",
690 "type": "string" 969 "type": "string"
691 }, 970 },
692 "sourceProvenance": {
693 "$ref": "SourceProvenance",
694 "description": "A permanent fixed identifier for source.\n@O utputOnly"
695 },
696 "images": { 971 "images": {
697 "description": "A list of images to be pushed upon the succe ssful completion of all build\nsteps.\n\nThe images will be pushed using the bui lder service account's credentials.\n\nThe digests of the pushed images will be stored in the Build resource's\nresults field.\n\nIf any of the images fail to b e pushed, the build is marked FAILURE.", 972 "description": "A list of images to be pushed upon the succe ssful completion of all build\nsteps.\n\nThe images will be pushed using the bui lder service account's credentials.\n\nThe digests of the pushed images will be stored in the Build resource's\nresults field.\n\nIf any of the images fail to b e pushed, the build is marked FAILURE.",
698 "items": { 973 "items": {
699 "type": "string" 974 "type": "string"
700 }, 975 },
701 "type": "array" 976 "type": "array"
702 }, 977 },
703 "projectId": { 978 "projectId": {
704 "description": "ID of the project.\n@OutputOnly.", 979 "description": "ID of the project.\n@OutputOnly.",
705 "type": "string" 980 "type": "string"
706 }, 981 },
707 "logUrl": {
708 "description": "URL to logs for this build in Google Cloud L ogging.\n@OutputOnly",
709 "type": "string"
710 },
711 "finishTime": { 982 "finishTime": {
712 "description": "Time at which execution of the build was fin ished.\n\nThe difference between finish_time and start_time is the duration of t he\nbuild's execution.\n@OutputOnly", 983 "description": "Time at which execution of the build was fin ished.\n\nThe difference between finish_time and start_time is the duration of t he\nbuild's execution.\n@OutputOnly",
713 "format": "google-datetime", 984 "format": "google-datetime",
714 "type": "string" 985 "type": "string"
715 }, 986 },
987 "logUrl": {
988 "description": "URL to logs for this build in Google Cloud L ogging.\n@OutputOnly",
989 "type": "string"
990 },
991 "source": {
992 "$ref": "Source",
993 "description": "Describes where to find the source files to build."
994 },
716 "options": { 995 "options": {
717 "$ref": "BuildOptions", 996 "$ref": "BuildOptions",
718 "description": "Special options for this build." 997 "description": "Special options for this build."
719 }, 998 },
720 "source": { 999 "statusDetail": {
721 "$ref": "Source", 1000 "description": "Customer-readable message about the current status.\n@OutputOnly",
722 "description": "Describes where to find the source files to build."
723 },
724 "timeout": {
725 "description": "Amount of time that this build should be all owed to run, to second\ngranularity. If this amount of time elapses, work on the build will cease\nand the build status will be TIMEOUT.\n\nDefault time is ten minutes.",
726 "format": "google-duration",
727 "type": "string" 1001 "type": "string"
728 }, 1002 },
729 "status": { 1003 "status": {
730 "description": "Status of the build.\n@OutputOnly", 1004 "description": "Status of the build.\n@OutputOnly",
731 "enum": [ 1005 "enum": [
732 "STATUS_UNKNOWN", 1006 "STATUS_UNKNOWN",
733 "QUEUED", 1007 "QUEUED",
734 "WORKING", 1008 "WORKING",
735 "SUCCESS", 1009 "SUCCESS",
736 "FAILURE", 1010 "FAILURE",
737 "INTERNAL_ERROR", 1011 "INTERNAL_ERROR",
738 "TIMEOUT", 1012 "TIMEOUT",
739 "CANCELLED" 1013 "CANCELLED"
740 ], 1014 ],
741 "enumDescriptions": [ 1015 "enumDescriptions": [
742 "Status of the build is unknown.", 1016 "Status of the build is unknown.",
743 "Build is queued; work has not yet begun.", 1017 "Build is queued; work has not yet begun.",
744 "Build is being executed.", 1018 "Build is being executed.",
745 "Build finished successfully.", 1019 "Build finished successfully.",
746 "Build failed to complete successfully.", 1020 "Build failed to complete successfully.",
747 "Build failed due to an internal cause.", 1021 "Build failed due to an internal cause.",
748 "Build took longer than was allowed.", 1022 "Build took longer than was allowed.",
749 "Build was canceled by a user." 1023 "Build was canceled by a user."
750 ], 1024 ],
751 "type": "string" 1025 "type": "string"
752 }, 1026 },
753 "statusDetail": { 1027 "timeout": {
754 "description": "Customer-readable message about the current status.\n@OutputOnly", 1028 "description": "Amount of time that this build should be all owed to run, to second\ngranularity. If this amount of time elapses, work on the build will cease\nand the build status will be TIMEOUT.\n\nDefault time is ten minutes.",
1029 "format": "google-duration",
755 "type": "string" 1030 "type": "string"
756 }, 1031 },
757 "results": { 1032 "results": {
758 "$ref": "Results", 1033 "$ref": "Results",
759 "description": "Results of the build.\n@OutputOnly" 1034 "description": "Results of the build.\n@OutputOnly"
760 }, 1035 },
761 "logsBucket": { 1036 "logsBucket": {
762 "description": "Google Cloud Storage bucket where logs shoul d be written (see\n[Bucket Name\nRequirements](https://cloud.google.com/storage/ docs/bucket-naming#requirements)).\nLogs file names will be of the format `${log s_bucket}/log-${build_id}.txt`.", 1037 "description": "Google Cloud Storage bucket where logs shoul d be written (see\n[Bucket Name\nRequirements](https://cloud.google.com/storage/ docs/bucket-naming#requirements)).\nLogs file names will be of the format `${log s_bucket}/log-${build_id}.txt`.",
763 "type": "string" 1038 "type": "string"
764 },
765 "steps": {
766 "description": "Describes the operations to be performed on the workspace.",
767 "items": {
768 "$ref": "BuildStep"
769 },
770 "type": "array"
771 },
772 "buildTriggerId": {
773 "description": "The ID of the BuildTrigger that triggered th is build, if it was\ntriggered automatically.\n@OutputOnly",
774 "type": "string"
775 },
776 "id": {
777 "description": "Unique identifier of the build.\n@OutputOnly ",
778 "type": "string"
779 },
780 "tags": {
781 "description": "Tags for annotation of a Build. These are no t docker tags.",
782 "items": {
783 "type": "string"
784 },
785 "type": "array"
786 },
787 "startTime": {
788 "description": "Time at which execution of the build was sta rted.\n@OutputOnly",
789 "format": "google-datetime",
790 "type": "string"
791 },
792 "substitutions": {
793 "additionalProperties": {
794 "type": "string"
795 },
796 "description": "Substitutions data for Build resource.",
797 "type": "object"
798 } 1039 }
799 }, 1040 },
800 "type": "object" 1041 "type": "object"
801 }, 1042 },
802 "CancelBuildRequest": { 1043 "CancelBuildRequest": {
803 "description": "Request to cancel an ongoing build.", 1044 "description": "Request to cancel an ongoing build.",
804 "id": "CancelBuildRequest", 1045 "id": "CancelBuildRequest",
805 "properties": {}, 1046 "properties": {},
806 "type": "object" 1047 "type": "object"
807 },
808 "ListBuildsResponse": {
809 "description": "Response including listed builds.",
810 "id": "ListBuildsResponse",
811 "properties": {
812 "nextPageToken": {
813 "description": "Token to receive the next page of results.",
814 "type": "string"
815 },
816 "builds": {
817 "description": "Builds will be sorted by create_time, descen ding.",
818 "items": {
819 "$ref": "Build"
820 },
821 "type": "array"
822 }
823 },
824 "type": "object"
825 },
826 "ListOperationsResponse": {
827 "description": "The response message for Operations.ListOperations." ,
828 "id": "ListOperationsResponse",
829 "properties": {
830 "nextPageToken": {
831 "description": "The standard List next-page token.",
832 "type": "string"
833 },
834 "operations": {
835 "description": "A list of operations that matches the specif ied filter in the request.",
836 "items": {
837 "$ref": "Operation"
838 },
839 "type": "array"
840 }
841 },
842 "type": "object"
843 },
844 "Source": {
845 "description": "Source describes the location of the source in a sup ported storage\nservice.",
846 "id": "Source",
847 "properties": {
848 "repoSource": {
849 "$ref": "RepoSource",
850 "description": "If provided, get source from this location i n a Cloud Repo."
851 },
852 "storageSource": {
853 "$ref": "StorageSource",
854 "description": "If provided, get the source from this locati on in in Google Cloud\nStorage."
855 }
856 },
857 "type": "object"
858 },
859 "BuildOptions": {
860 "description": "Optional arguments to enable specific features of bu ilds.",
861 "id": "BuildOptions",
862 "properties": {
863 "requestedVerifyOption": {
864 "description": "Requested verifiability options.",
865 "enum": [
866 "NOT_VERIFIED",
867 "VERIFIED"
868 ],
869 "enumDescriptions": [
870 "Not a verifiable build. (default)",
871 "Verified build."
872 ],
873 "type": "string"
874 },
875 "sourceProvenanceHash": {
876 "description": "Requested hash for SourceProvenance.",
877 "enumDescriptions": [
878 "No hash requested.",
879 "Use a sha256 hash."
880 ],
881 "items": {
882 "enum": [
883 "NONE",
884 "SHA256"
885 ],
886 "type": "string"
887 },
888 "type": "array"
889 }
890 },
891 "type": "object"
892 },
893 "StorageSource": {
894 "description": "StorageSource describes the location of the source i n an archive file in\nGoogle Cloud Storage.",
895 "id": "StorageSource",
896 "properties": {
897 "generation": {
898 "description": "Google Cloud Storage generation for the obje ct. If the generation is\nomitted, the latest generation will be used.",
899 "format": "int64",
900 "type": "string"
901 },
902 "bucket": {
903 "description": "Google Cloud Storage bucket containing sourc e (see\n[Bucket Name\nRequirements](https://cloud.google.com/storage/docs/bucket -naming#requirements)).",
904 "type": "string"
905 },
906 "object": {
907 "description": "Google Cloud Storage object containing sourc e.\n\nThis object must be a gzipped archive file (.tar.gz) containing source to\ nbuild.",
908 "type": "string"
909 }
910 },
911 "type": "object"
912 },
913 "Results": {
914 "description": "Results describes the artifacts created by the build pipeline.",
915 "id": "Results",
916 "properties": {
917 "images": {
918 "description": "Images that were built as a part of the buil d.",
919 "items": {
920 "$ref": "BuiltImage"
921 },
922 "type": "array"
923 },
924 "buildStepImages": {
925 "description": "List of build step digests, in order corresp onding to build step indices.",
926 "items": {
927 "type": "string"
928 },
929 "type": "array"
930 }
931 },
932 "type": "object"
933 },
934 "BuildOperationMetadata": {
935 "description": "Metadata for build operations.",
936 "id": "BuildOperationMetadata",
937 "properties": {
938 "build": {
939 "$ref": "Build",
940 "description": "The build that the operation is tracking."
941 }
942 },
943 "type": "object"
944 },
945 "SourceProvenance": {
946 "description": "Provenance of the source. Ways to find the original source, or verify that\nsome source was used for this build.",
947 "id": "SourceProvenance",
948 "properties": {
949 "fileHashes": {
950 "additionalProperties": {
951 "$ref": "FileHashes"
952 },
953 "description": "Hash(es) of the build source, which can be u sed to verify that the original\nsource integrity was maintained in the build. N ote that FileHashes will\nonly be populated if BuildOptions has requested a Sour ceProvenanceHash.\n\nThe keys to this map are file paths used as build source an d the values\ncontain the hash values for those files.\n\nIf the build source ca me in a single package such as a gzipped tarfile\n(.tar.gz), the FileHash will b e for the single path to that file.\n@OutputOnly",
954 "type": "object"
955 },
956 "resolvedRepoSource": {
957 "$ref": "RepoSource",
958 "description": "A copy of the build's source.repo_source, if exists, with any\nrevisions resolved."
959 },
960 "resolvedStorageSource": {
961 "$ref": "StorageSource",
962 "description": "A copy of the build's source.storage_source, if exists, with any\ngenerations resolved."
963 }
964 },
965 "type": "object"
966 },
967 "CancelOperationRequest": {
968 "description": "The request message for Operations.CancelOperation." ,
969 "id": "CancelOperationRequest",
970 "properties": {},
971 "type": "object"
972 },
973 "ListBuildTriggersResponse": {
974 "description": "Response containing existing BuildTriggers.",
975 "id": "ListBuildTriggersResponse",
976 "properties": {
977 "triggers": {
978 "description": "BuildTriggers for the project, sorted by cre ate_time descending.",
979 "items": {
980 "$ref": "BuildTrigger"
981 },
982 "type": "array"
983 }
984 },
985 "type": "object"
986 },
987 "Operation": {
988 "description": "This resource represents a long-running operation th at is the result of a\nnetwork API call.",
989 "id": "Operation",
990 "properties": {
991 "response": {
992 "additionalProperties": {
993 "description": "Properties of the object. Contains field @type with type URL.",
994 "type": "any"
995 },
996 "description": "The normal response of the operation in case of success. If the original\nmethod returns no data on success, such as `Delet e`, the response is\n`google.protobuf.Empty`. If the original method is standar d\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmet hods, the response should have the type `XxxResponse`, where `Xxx`\nis the origi nal method name. For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.",
997 "type": "object"
998 },
999 "name": {
1000 "description": "The server-assigned name, which is only uniq ue within the same service that\noriginally returns it. If you use the default H TTP mapping, the\n`name` should have the format of `operations/some/unique/name` .",
1001 "type": "string"
1002 },
1003 "error": {
1004 "$ref": "Status",
1005 "description": "The error result of the operation in case of failure or cancellation."
1006 },
1007 "metadata": {
1008 "additionalProperties": {
1009 "description": "Properties of the object. Contains field @type with type URL.",
1010 "type": "any"
1011 },
1012 "description": "Service-specific metadata associated with th e operation. It typically\ncontains progress information and common metadata su ch as create time.\nSome services might not provide such metadata. Any method t hat returns a\nlong-running operation should document the metadata type, if any. ",
1013 "type": "object"
1014 },
1015 "done": {
1016 "description": "If the value is `false`, it means the operat ion is still in progress.\nIf true, the operation is completed, and either `erro r` or `response` is\navailable.",
1017 "type": "boolean"
1018 }
1019 },
1020 "type": "object"
1021 },
1022 "BuiltImage": {
1023 "description": "BuiltImage describes an image built by the pipeline. ",
1024 "id": "BuiltImage",
1025 "properties": {
1026 "name": {
1027 "description": "Name used to push the container image to Goo gle Container Registry, as\npresented to `docker push`.",
1028 "type": "string"
1029 },
1030 "digest": {
1031 "description": "Docker Registry 2.0 digest.",
1032 "type": "string"
1033 }
1034 },
1035 "type": "object"
1036 } 1048 }
1037 }, 1049 },
1038 "servicePath": "", 1050 "servicePath": "",
1039 "title": "Google Cloud Container Builder API", 1051 "title": "Google Cloud Container Builder API",
1040 "version": "v1" 1052 "version": "v1"
1041 } 1053 }
OLDNEW
« no previous file with comments | « discovery/googleapis/classroom__v1.json ('k') | discovery/googleapis/clouddebugger__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698