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

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

Issue 1268013003: Api-roll 21: 2015-08-04 (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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services"
7 },
8 "https://www.googleapis.com/auth/cloud-platform.read-only": {
9 "description": "MESSAGE UNDER CONSTRUCTION View your data ac ross Google Cloud Platform services"
10 },
11 "https://www.googleapis.com/auth/ndev.cloudman": {
12 "description": "View and manage your Google Cloud Platform m anagement resources and deployment status information"
13 },
14 "https://www.googleapis.com/auth/ndev.cloudman.readonly": {
15 "description": "View your Google Cloud Platform management r esources and deployment status information"
16 }
17 }
18 }
19 },
20 "basePath": "/deploymentmanager/v2/projects/",
21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2/projects/",
22 "batchPath": "batch",
23 "canonicalName": "Deployment Manager",
24 "description": "The Deployment Manager API allows users to declaratively con figure, deploy and run complex solutions on the Google Cloud Platform.",
25 "discoveryVersion": "v1",
26 "documentationLink": "https://cloud.google.com/deployment-manager/",
27 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/OWsveESe3JaIkrtzdqpoPYx7bvk\"",
28 "icons": {
29 "x16": "http://www.google.com/images/icons/product/search-16.gif",
30 "x32": "http://www.google.com/images/icons/product/search-32.gif"
31 },
32 "id": "deploymentmanager:v2",
33 "kind": "discovery#restDescription",
34 "name": "deploymentmanager",
35 "ownerDomain": "google.com",
36 "ownerName": "Google",
37 "parameters": {
38 "alt": {
39 "default": "json",
40 "description": "Data format for the response.",
41 "enum": [
42 "json"
43 ],
44 "enumDescriptions": [
45 "Responses with Content-Type of application/json"
46 ],
47 "location": "query",
48 "type": "string"
49 },
50 "fields": {
51 "description": "Selector specifying which fields to include in a par tial response.",
52 "location": "query",
53 "type": "string"
54 },
55 "key": {
56 "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.",
57 "location": "query",
58 "type": "string"
59 },
60 "oauth_token": {
61 "description": "OAuth 2.0 token for the current user.",
62 "location": "query",
63 "type": "string"
64 },
65 "prettyPrint": {
66 "default": "true",
67 "description": "Returns response with indentations and line breaks." ,
68 "location": "query",
69 "type": "boolean"
70 },
71 "quotaUser": {
72 "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. Overrides userIp if both are provided.",
73 "location": "query",
74 "type": "string"
75 },
76 "userIp": {
77 "description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
78 "location": "query",
79 "type": "string"
80 }
81 },
82 "protocol": "rest",
83 "resources": {
84 "deployments": {
85 "methods": {
86 "cancelPreview": {
87 "description": "Cancels and removes the preview currently as sociated with the deployment.",
88 "httpMethod": "POST",
89 "id": "deploymentmanager.deployments.cancelPreview",
90 "parameterOrder": [
91 "project",
92 "deployment"
93 ],
94 "parameters": {
95 "deployment": {
96 "description": "The name of the deployment for this request.",
97 "location": "path",
98 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
99 "required": true,
100 "type": "string"
101 },
102 "project": {
103 "description": "The project ID for this request.",
104 "location": "path",
105 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
106 "required": true,
107 "type": "string"
108 }
109 },
110 "path": "{project}/global/deployments/{deployment}/cancelPre view",
111 "request": {
112 "$ref": "DeploymentsCancelPreviewRequest"
113 },
114 "response": {
115 "$ref": "Operation"
116 },
117 "scopes": [
118 "https://www.googleapis.com/auth/cloud-platform",
119 "https://www.googleapis.com/auth/ndev.cloudman"
120 ]
121 },
122 "delete": {
123 "description": "Deletes a deployment and all of the resource s in the deployment.",
124 "httpMethod": "DELETE",
125 "id": "deploymentmanager.deployments.delete",
126 "parameterOrder": [
127 "project",
128 "deployment"
129 ],
130 "parameters": {
131 "deployment": {
132 "description": "The name of the deployment for this request.",
133 "location": "path",
134 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
135 "required": true,
136 "type": "string"
137 },
138 "project": {
139 "description": "The project ID for this request.",
140 "location": "path",
141 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
142 "required": true,
143 "type": "string"
144 }
145 },
146 "path": "{project}/global/deployments/{deployment}",
147 "response": {
148 "$ref": "Operation"
149 },
150 "scopes": [
151 "https://www.googleapis.com/auth/cloud-platform",
152 "https://www.googleapis.com/auth/ndev.cloudman"
153 ]
154 },
155 "get": {
156 "description": "Gets information about a specific deployment .",
157 "httpMethod": "GET",
158 "id": "deploymentmanager.deployments.get",
159 "parameterOrder": [
160 "project",
161 "deployment"
162 ],
163 "parameters": {
164 "deployment": {
165 "description": "The name of the deployment for this request.",
166 "location": "path",
167 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
168 "required": true,
169 "type": "string"
170 },
171 "project": {
172 "description": "The project ID for this request.",
173 "location": "path",
174 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
175 "required": true,
176 "type": "string"
177 }
178 },
179 "path": "{project}/global/deployments/{deployment}",
180 "response": {
181 "$ref": "Deployment"
182 },
183 "scopes": [
184 "https://www.googleapis.com/auth/cloud-platform",
185 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
186 "https://www.googleapis.com/auth/ndev.cloudman",
187 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
188 ]
189 },
190 "insert": {
191 "description": "Creates a deployment and all of the resource s described by the deployment manifest.",
192 "httpMethod": "POST",
193 "id": "deploymentmanager.deployments.insert",
194 "parameterOrder": [
195 "project"
196 ],
197 "parameters": {
198 "preview": {
199 "description": "If set to true, creates a deployment and creates \"shell\" resources but does not actually instantiate these resourc es. This allows you to preview what your deployment looks like. After previewing a deployment, you can deploy your resources by making a request with the update () method or you can use the cancelPreview() method to cancel the preview altoge ther. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it.",
200 "location": "query",
201 "type": "boolean"
202 },
203 "project": {
204 "description": "The project ID for this request.",
205 "location": "path",
206 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
207 "required": true,
208 "type": "string"
209 }
210 },
211 "path": "{project}/global/deployments",
212 "request": {
213 "$ref": "Deployment"
214 },
215 "response": {
216 "$ref": "Operation"
217 },
218 "scopes": [
219 "https://www.googleapis.com/auth/cloud-platform",
220 "https://www.googleapis.com/auth/ndev.cloudman"
221 ]
222 },
223 "list": {
224 "description": "Lists all deployments for a given project.",
225 "httpMethod": "GET",
226 "id": "deploymentmanager.deployments.list",
227 "parameterOrder": [
228 "project"
229 ],
230 "parameters": {
231 "filter": {
232 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: FIELD_NAME COMPARISON_STRING LITERAL_STRING.\n\nThe FIELD_NAME is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The COMPARISON_STRING must be either eq (equals) or ne (not equals). The LITERAL_STRING is the string value to filter to. The liter al value must be valid for the type of field (string, number, boolean). For stri ng fields, the literal value is interpreted as a regular expression using RE2 sy ntax. The literal value must match the entire field.\n\nFor example, filter=name ne example-instance.",
233 "location": "query",
234 "type": "string"
235 },
236 "maxResults": {
237 "default": "500",
238 "description": "Maximum count of results to be retur ned.",
239 "format": "uint32",
240 "location": "query",
241 "maximum": "500",
242 "minimum": "0",
243 "type": "integer"
244 },
245 "pageToken": {
246 "description": "Specifies a page token to use. Use t his parameter if you want to list the next page of results. Set pageToken to the nextPageToken returned by a previous list request.",
247 "location": "query",
248 "type": "string"
249 },
250 "project": {
251 "description": "The project ID for this request.",
252 "location": "path",
253 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
254 "required": true,
255 "type": "string"
256 }
257 },
258 "path": "{project}/global/deployments",
259 "response": {
260 "$ref": "DeploymentsListResponse"
261 },
262 "scopes": [
263 "https://www.googleapis.com/auth/cloud-platform",
264 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
265 "https://www.googleapis.com/auth/ndev.cloudman",
266 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
267 ]
268 },
269 "patch": {
270 "description": "Updates a deployment and all of the resource s described by the deployment manifest. This method supports patch semantics.",
271 "httpMethod": "PATCH",
272 "id": "deploymentmanager.deployments.patch",
273 "parameterOrder": [
274 "project",
275 "deployment"
276 ],
277 "parameters": {
278 "createPolicy": {
279 "default": "CREATE_OR_ACQUIRE",
280 "description": "Sets the policy to use for creating new resources.",
281 "enum": [
282 "ACQUIRE",
283 "CREATE_OR_ACQUIRE"
284 ],
285 "enumDescriptions": [
286 "",
287 ""
288 ],
289 "location": "query",
290 "type": "string"
291 },
292 "deletePolicy": {
293 "default": "DELETE",
294 "description": "Sets the policy to use for deleting resources.",
295 "enum": [
296 "ABANDON",
297 "DELETE"
298 ],
299 "enumDescriptions": [
300 "",
301 ""
302 ],
303 "location": "query",
304 "type": "string"
305 },
306 "deployment": {
307 "description": "The name of the deployment for this request.",
308 "location": "path",
309 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
310 "required": true,
311 "type": "string"
312 },
313 "preview": {
314 "default": "false",
315 "description": "If set to true, updates the deployme nt and creates and updates the \"shell\" resources but does not actually alter o r instantiate these resources. This allows you to preview what your deployment l ooks like. You can use this intent to preview how an update would affect your de ployment. You must provide a target.config with a configuration if this is set t o true. After previewing a deployment, you can deploy your resources by making a request with the update() or you can cancelPreview() to remove the preview alto gether. Note that the deployment will still exist after you cancel the preview a nd you must separately delete this deployment if you want to remove it.",
316 "location": "query",
317 "type": "boolean"
318 },
319 "project": {
320 "description": "The project ID for this request.",
321 "location": "path",
322 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
323 "required": true,
324 "type": "string"
325 }
326 },
327 "path": "{project}/global/deployments/{deployment}",
328 "request": {
329 "$ref": "Deployment"
330 },
331 "response": {
332 "$ref": "Operation"
333 },
334 "scopes": [
335 "https://www.googleapis.com/auth/cloud-platform",
336 "https://www.googleapis.com/auth/ndev.cloudman"
337 ]
338 },
339 "stop": {
340 "description": "Stops an ongoing operation. This does not ro ll back any work that has already been completed, but prevents any new work from being started.",
341 "httpMethod": "POST",
342 "id": "deploymentmanager.deployments.stop",
343 "parameterOrder": [
344 "project",
345 "deployment"
346 ],
347 "parameters": {
348 "deployment": {
349 "description": "The name of the deployment for this request.",
350 "location": "path",
351 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
352 "required": true,
353 "type": "string"
354 },
355 "project": {
356 "description": "The project ID for this request.",
357 "location": "path",
358 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
359 "required": true,
360 "type": "string"
361 }
362 },
363 "path": "{project}/global/deployments/{deployment}/stop",
364 "request": {
365 "$ref": "DeploymentsStopRequest"
366 },
367 "response": {
368 "$ref": "Operation"
369 },
370 "scopes": [
371 "https://www.googleapis.com/auth/cloud-platform",
372 "https://www.googleapis.com/auth/ndev.cloudman"
373 ]
374 },
375 "update": {
376 "description": "Updates a deployment and all of the resource s described by the deployment manifest.",
377 "httpMethod": "PUT",
378 "id": "deploymentmanager.deployments.update",
379 "parameterOrder": [
380 "project",
381 "deployment"
382 ],
383 "parameters": {
384 "createPolicy": {
385 "default": "CREATE_OR_ACQUIRE",
386 "description": "Sets the policy to use for creating new resources.",
387 "enum": [
388 "ACQUIRE",
389 "CREATE_OR_ACQUIRE"
390 ],
391 "enumDescriptions": [
392 "",
393 ""
394 ],
395 "location": "query",
396 "type": "string"
397 },
398 "deletePolicy": {
399 "default": "DELETE",
400 "description": "Sets the policy to use for deleting resources.",
401 "enum": [
402 "ABANDON",
403 "DELETE"
404 ],
405 "enumDescriptions": [
406 "",
407 ""
408 ],
409 "location": "query",
410 "type": "string"
411 },
412 "deployment": {
413 "description": "The name of the deployment for this request.",
414 "location": "path",
415 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
416 "required": true,
417 "type": "string"
418 },
419 "preview": {
420 "default": "false",
421 "description": "If set to true, updates the deployme nt and creates and updates the \"shell\" resources but does not actually alter o r instantiate these resources. This allows you to preview what your deployment l ooks like. You can use this intent to preview how an update would affect your de ployment. You must provide a target.config with a configuration if this is set t o true. After previewing a deployment, you can deploy your resources by making a request with the update() or you can cancelPreview() to remove the preview alto gether. Note that the deployment will still exist after you cancel the preview a nd you must separately delete this deployment if you want to remove it.",
422 "location": "query",
423 "type": "boolean"
424 },
425 "project": {
426 "description": "The project ID for this request.",
427 "location": "path",
428 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
429 "required": true,
430 "type": "string"
431 }
432 },
433 "path": "{project}/global/deployments/{deployment}",
434 "request": {
435 "$ref": "Deployment"
436 },
437 "response": {
438 "$ref": "Operation"
439 },
440 "scopes": [
441 "https://www.googleapis.com/auth/cloud-platform",
442 "https://www.googleapis.com/auth/ndev.cloudman"
443 ]
444 }
445 }
446 },
447 "manifests": {
448 "methods": {
449 "get": {
450 "description": "Gets information about a specific manifest." ,
451 "httpMethod": "GET",
452 "id": "deploymentmanager.manifests.get",
453 "parameterOrder": [
454 "project",
455 "deployment",
456 "manifest"
457 ],
458 "parameters": {
459 "deployment": {
460 "description": "The name of the deployment for this request.",
461 "location": "path",
462 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
463 "required": true,
464 "type": "string"
465 },
466 "manifest": {
467 "description": "The name of the manifest for this re quest.",
468 "location": "path",
469 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
470 "required": true,
471 "type": "string"
472 },
473 "project": {
474 "description": "The project ID for this request.",
475 "location": "path",
476 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
477 "required": true,
478 "type": "string"
479 }
480 },
481 "path": "{project}/global/deployments/{deployment}/manifests /{manifest}",
482 "response": {
483 "$ref": "Manifest"
484 },
485 "scopes": [
486 "https://www.googleapis.com/auth/cloud-platform",
487 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
488 "https://www.googleapis.com/auth/ndev.cloudman",
489 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
490 ]
491 },
492 "list": {
493 "description": "Lists all manifests for a given deployment." ,
494 "httpMethod": "GET",
495 "id": "deploymentmanager.manifests.list",
496 "parameterOrder": [
497 "project",
498 "deployment"
499 ],
500 "parameters": {
501 "deployment": {
502 "description": "The name of the deployment for this request.",
503 "location": "path",
504 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
505 "required": true,
506 "type": "string"
507 },
508 "filter": {
509 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: FIELD_NAME COMPARISON_STRING LITERAL_STRING.\n\nThe FIELD_NAME is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The COMPARISON_STRING must be either eq (equals) or ne (not equals). The LITERAL_STRING is the string value to filter to. The liter al value must be valid for the type of field (string, number, boolean). For stri ng fields, the literal value is interpreted as a regular expression using RE2 sy ntax. The literal value must match the entire field.\n\nFor example, filter=name ne example-instance.",
510 "location": "query",
511 "type": "string"
512 },
513 "maxResults": {
514 "default": "500",
515 "description": "Maximum count of results to be retur ned.",
516 "format": "uint32",
517 "location": "query",
518 "maximum": "500",
519 "minimum": "0",
520 "type": "integer"
521 },
522 "pageToken": {
523 "description": "Specifies a page token to use. Use t his parameter if you want to list the next page of results. Set pageToken to the nextPageToken returned by a previous list request.",
524 "location": "query",
525 "type": "string"
526 },
527 "project": {
528 "description": "The project ID for this request.",
529 "location": "path",
530 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
531 "required": true,
532 "type": "string"
533 }
534 },
535 "path": "{project}/global/deployments/{deployment}/manifests ",
536 "response": {
537 "$ref": "ManifestsListResponse"
538 },
539 "scopes": [
540 "https://www.googleapis.com/auth/cloud-platform",
541 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
542 "https://www.googleapis.com/auth/ndev.cloudman",
543 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
544 ]
545 }
546 }
547 },
548 "operations": {
549 "methods": {
550 "get": {
551 "description": "Gets information about a specific operation. ",
552 "httpMethod": "GET",
553 "id": "deploymentmanager.operations.get",
554 "parameterOrder": [
555 "project",
556 "operation"
557 ],
558 "parameters": {
559 "operation": {
560 "description": "The name of the operation for this r equest.",
561 "location": "path",
562 "required": true,
563 "type": "string"
564 },
565 "project": {
566 "description": "The project ID for this request.",
567 "location": "path",
568 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
569 "required": true,
570 "type": "string"
571 }
572 },
573 "path": "{project}/global/operations/{operation}",
574 "response": {
575 "$ref": "Operation"
576 },
577 "scopes": [
578 "https://www.googleapis.com/auth/cloud-platform",
579 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
580 "https://www.googleapis.com/auth/ndev.cloudman",
581 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
582 ]
583 },
584 "list": {
585 "description": "Lists all operations for a project.",
586 "httpMethod": "GET",
587 "id": "deploymentmanager.operations.list",
588 "parameterOrder": [
589 "project"
590 ],
591 "parameters": {
592 "filter": {
593 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: FIELD_NAME COMPARISON_STRING LITERAL_STRING.\n\nThe FIELD_NAME is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The COMPARISON_STRING must be either eq (equals) or ne (not equals). The LITERAL_STRING is the string value to filter to. The liter al value must be valid for the type of field (string, number, boolean). For stri ng fields, the literal value is interpreted as a regular expression using RE2 sy ntax. The literal value must match the entire field.\n\nFor example, filter=name ne example-instance.",
594 "location": "query",
595 "type": "string"
596 },
597 "maxResults": {
598 "default": "500",
599 "description": "Maximum count of results to be retur ned.",
600 "format": "uint32",
601 "location": "query",
602 "maximum": "500",
603 "minimum": "0",
604 "type": "integer"
605 },
606 "pageToken": {
607 "description": "Specifies a page token to use. Use t his parameter if you want to list the next page of results. Set pageToken to the nextPageToken returned by a previous list request.",
608 "location": "query",
609 "type": "string"
610 },
611 "project": {
612 "description": "The project ID for this request.",
613 "location": "path",
614 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
615 "required": true,
616 "type": "string"
617 }
618 },
619 "path": "{project}/global/operations",
620 "response": {
621 "$ref": "OperationsListResponse"
622 },
623 "scopes": [
624 "https://www.googleapis.com/auth/cloud-platform",
625 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
626 "https://www.googleapis.com/auth/ndev.cloudman",
627 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
628 ]
629 }
630 }
631 },
632 "resources": {
633 "methods": {
634 "get": {
635 "description": "Gets information about a single resource.",
636 "httpMethod": "GET",
637 "id": "deploymentmanager.resources.get",
638 "parameterOrder": [
639 "project",
640 "deployment",
641 "resource"
642 ],
643 "parameters": {
644 "deployment": {
645 "description": "The name of the deployment for this request.",
646 "location": "path",
647 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
648 "required": true,
649 "type": "string"
650 },
651 "project": {
652 "description": "The project ID for this request.",
653 "location": "path",
654 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
655 "required": true,
656 "type": "string"
657 },
658 "resource": {
659 "description": "The name of the resource for this re quest.",
660 "location": "path",
661 "required": true,
662 "type": "string"
663 }
664 },
665 "path": "{project}/global/deployments/{deployment}/resources /{resource}",
666 "response": {
667 "$ref": "Resource"
668 },
669 "scopes": [
670 "https://www.googleapis.com/auth/cloud-platform",
671 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
672 "https://www.googleapis.com/auth/ndev.cloudman",
673 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
674 ]
675 },
676 "list": {
677 "description": "Lists all resources in a given deployment.",
678 "httpMethod": "GET",
679 "id": "deploymentmanager.resources.list",
680 "parameterOrder": [
681 "project",
682 "deployment"
683 ],
684 "parameters": {
685 "deployment": {
686 "description": "The name of the deployment for this request.",
687 "location": "path",
688 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
689 "required": true,
690 "type": "string"
691 },
692 "filter": {
693 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: FIELD_NAME COMPARISON_STRING LITERAL_STRING.\n\nThe FIELD_NAME is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The COMPARISON_STRING must be either eq (equals) or ne (not equals). The LITERAL_STRING is the string value to filter to. The liter al value must be valid for the type of field (string, number, boolean). For stri ng fields, the literal value is interpreted as a regular expression using RE2 sy ntax. The literal value must match the entire field.\n\nFor example, filter=name ne example-instance.",
694 "location": "query",
695 "type": "string"
696 },
697 "maxResults": {
698 "default": "500",
699 "description": "Maximum count of results to be retur ned.",
700 "format": "uint32",
701 "location": "query",
702 "maximum": "500",
703 "minimum": "0",
704 "type": "integer"
705 },
706 "pageToken": {
707 "description": "Specifies a page token to use. Use t his parameter if you want to list the next page of results. Set pageToken to the nextPageToken returned by a previous list request.",
708 "location": "query",
709 "type": "string"
710 },
711 "project": {
712 "description": "The project ID for this request.",
713 "location": "path",
714 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
715 "required": true,
716 "type": "string"
717 }
718 },
719 "path": "{project}/global/deployments/{deployment}/resources ",
720 "response": {
721 "$ref": "ResourcesListResponse"
722 },
723 "scopes": [
724 "https://www.googleapis.com/auth/cloud-platform",
725 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
726 "https://www.googleapis.com/auth/ndev.cloudman",
727 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
728 ]
729 }
730 }
731 },
732 "types": {
733 "methods": {
734 "list": {
735 "description": "Lists all resource types for Deployment Mana ger.",
736 "httpMethod": "GET",
737 "id": "deploymentmanager.types.list",
738 "parameterOrder": [
739 "project"
740 ],
741 "parameters": {
742 "filter": {
743 "description": "Sets a filter expression for filteri ng listed resources, in the form filter={expression}. Your {expression} must be in the format: FIELD_NAME COMPARISON_STRING LITERAL_STRING.\n\nThe FIELD_NAME is the name of the field you want to compare. Only atomic field types are supporte d (string, number, boolean). The COMPARISON_STRING must be either eq (equals) or ne (not equals). The LITERAL_STRING is the string value to filter to. The liter al value must be valid for the type of field (string, number, boolean). For stri ng fields, the literal value is interpreted as a regular expression using RE2 sy ntax. The literal value must match the entire field.\n\nFor example, filter=name ne example-instance.",
744 "location": "query",
745 "type": "string"
746 },
747 "maxResults": {
748 "default": "500",
749 "description": "Maximum count of results to be retur ned.",
750 "format": "uint32",
751 "location": "query",
752 "maximum": "500",
753 "minimum": "0",
754 "type": "integer"
755 },
756 "pageToken": {
757 "description": "Specifies a page token to use. Use t his parameter if you want to list the next page of results. Set pageToken to the nextPageToken returned by a previous list request.",
758 "location": "query",
759 "type": "string"
760 },
761 "project": {
762 "description": "The project ID for this request.",
763 "location": "path",
764 "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a -z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))" ,
765 "required": true,
766 "type": "string"
767 }
768 },
769 "path": "{project}/global/types",
770 "response": {
771 "$ref": "TypesListResponse"
772 },
773 "scopes": [
774 "https://www.googleapis.com/auth/cloud-platform",
775 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
776 "https://www.googleapis.com/auth/ndev.cloudman",
777 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
778 ]
779 }
780 }
781 }
782 },
783 "revision": "20150728",
784 "rootUrl": "https://www.googleapis.com/",
785 "schemas": {
786 "ConfigFile": {
787 "description": "",
788 "id": "ConfigFile",
789 "properties": {
790 "content": {
791 "description": "The contents of the file.",
792 "type": "string"
793 }
794 },
795 "type": "object"
796 },
797 "Deployment": {
798 "description": "",
799 "id": "Deployment",
800 "properties": {
801 "description": {
802 "description": "An optional user-provided description of the deployment.",
803 "type": "string"
804 },
805 "fingerprint": {
806 "description": "Provides a fingerprint to use in requests to modify a deployment, such as update(), stop(), and cancelPreview() requests. A fingerprint is a randomly generated value that must be provided with update(), s top(), and cancelPreview() requests to perform optimistic locking. This ensures optimistic concurrency so that only one request happens at a time.\n\nThe finger print is initially generated by Deployment Manager and changes after every reque st to modify data. To get the latest fingerprint value, perform a get() request to a deployment.",
807 "format": "byte",
808 "type": "string"
809 },
810 "id": {
811 "description": "[Output Only] Unique identifier for the reso urce; defined by the server.",
812 "format": "uint64",
813 "type": "string"
814 },
815 "insertTime": {
816 "description": "[Output Only] Timestamp when the deployment was created, in RFC3339 text format .",
817 "type": "string"
818 },
819 "manifest": {
820 "description": "[Output Only] URL of the manifest representi ng the last manifest that was successfully deployed.",
821 "type": "string"
822 },
823 "name": {
824 "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character m ust be a lowercase letter, and all following characters must be a dash, lowercas e letter, or digit, except the last character, which cannot be a dash.",
825 "type": "string"
826 },
827 "operation": {
828 "$ref": "Operation",
829 "description": "[Output Only] The Operation that most recent ly ran, or is currently running, on this deployment."
830 },
831 "target": {
832 "$ref": "TargetConfiguration",
833 "description": "[Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates."
834 },
835 "update": {
836 "$ref": "DeploymentUpdate",
837 "description": "[Output Only] If Deployment Manager is curre ntly updating or previewing an update to this deployment, the updated configurat ion appears here."
838 }
839 },
840 "type": "object"
841 },
842 "DeploymentUpdate": {
843 "description": "",
844 "id": "DeploymentUpdate",
845 "properties": {
846 "manifest": {
847 "description": "[Output Only] URL of the manifest representi ng the update configuration of this deployment.",
848 "type": "string"
849 }
850 },
851 "type": "object"
852 },
853 "DeploymentsCancelPreviewRequest": {
854 "description": "",
855 "id": "DeploymentsCancelPreviewRequest",
856 "properties": {
857 "fingerprint": {
858 "description": "Specifies a fingerprint for cancelPreview() requests. A fingerprint is a randomly generated value that must be provided in c ancelPreview() requests to perform optimistic locking. This ensures optimistic c oncurrency so that the deployment does not have conflicting requests (e.g. if so meone attempts to make a new update request while another user attempts to cance l a preview, this would prevent one of the requests).\n\nThe fingerprint is init ially generated by Deployment Manager and changes after every request to modify a deployment. To get the latest fingerprint value, perform a get() request to a deployment.",
859 "format": "byte",
860 "type": "string"
861 }
862 },
863 "type": "object"
864 },
865 "DeploymentsListResponse": {
866 "description": "A response containing a partial list of deployments and a page token used to build the next request if the request has been truncate d.",
867 "id": "DeploymentsListResponse",
868 "properties": {
869 "deployments": {
870 "description": "[Output Only] The deployments contained in t his response.",
871 "items": {
872 "$ref": "Deployment"
873 },
874 "type": "array"
875 },
876 "nextPageToken": {
877 "description": "[Output Only] A token used to continue a tru ncated list request.",
878 "type": "string"
879 }
880 },
881 "type": "object"
882 },
883 "DeploymentsStopRequest": {
884 "description": "",
885 "id": "DeploymentsStopRequest",
886 "properties": {
887 "fingerprint": {
888 "description": "Specifies a fingerprint for stop() requests. A fingerprint is a randomly generated value that must be provided in stop() req uests to perform optimistic locking. This ensures optimistic concurrency so that the deployment does not have conflicting requests (e.g. if someone attempts to make a new update request while another user attempts to stop an ongoing update request, this would prevent a collision).\n\nThe fingerprint is initially genera ted by Deployment Manager and changes after every request to modify a deployment . To get the latest fingerprint value, perform a get() request to a deployment." ,
889 "format": "byte",
890 "type": "string"
891 }
892 },
893 "type": "object"
894 },
895 "ImportFile": {
896 "description": "",
897 "id": "ImportFile",
898 "properties": {
899 "content": {
900 "description": "The contents of the file.",
901 "type": "string"
902 },
903 "name": {
904 "description": "The name of the file.",
905 "type": "string"
906 }
907 },
908 "type": "object"
909 },
910 "Manifest": {
911 "description": "",
912 "id": "Manifest",
913 "properties": {
914 "config": {
915 "$ref": "ConfigFile",
916 "description": "[Output Only] The YAML configuration for thi s manifest."
917 },
918 "expandedConfig": {
919 "description": "[Output Only] The fully-expanded configurati on file, including any templates and references.",
920 "type": "string"
921 },
922 "id": {
923 "description": "[Output Only] Unique identifier for the reso urce; defined by the server.",
924 "format": "uint64",
925 "type": "string"
926 },
927 "imports": {
928 "description": "[Output Only] The imported files for this ma nifest.",
929 "items": {
930 "$ref": "ImportFile"
931 },
932 "type": "array"
933 },
934 "insertTime": {
935 "description": "[Output Only] Timestamp when the manifest wa s created, in RFC3339 text format.",
936 "type": "string"
937 },
938 "layout": {
939 "description": "[Output Only] The YAML layout for this manif est.",
940 "type": "string"
941 },
942 "name": {
943 "description": "[Output Only] The name of the manifest.",
944 "type": "string"
945 },
946 "selfLink": {
947 "description": "[Output Only] Self link for the manifest.",
948 "type": "string"
949 }
950 },
951 "type": "object"
952 },
953 "ManifestsListResponse": {
954 "description": "A response containing a partial list of manifests an d a page token used to build the next request if the request has been truncated. ",
955 "id": "ManifestsListResponse",
956 "properties": {
957 "manifests": {
958 "description": "[Output Only] Manifests contained in this li st response.",
959 "items": {
960 "$ref": "Manifest"
961 },
962 "type": "array"
963 },
964 "nextPageToken": {
965 "description": "[Output Only] A token used to continue a tru ncated list request.",
966 "type": "string"
967 }
968 },
969 "type": "object"
970 },
971 "Operation": {
972 "description": "An Operation resource, used to manage asynchronous A PI requests.",
973 "id": "Operation",
974 "properties": {
975 "clientOperationId": {
976 "description": "[Output Only] An optional identifier specifi ed by the client when the mutation was initiated. Must be unique for all Operati on resources in the project.",
977 "type": "string"
978 },
979 "creationTimestamp": {
980 "description": "[Output Only] Creation timestamp in RFC3339 text format.",
981 "type": "string"
982 },
983 "endTime": {
984 "description": "[Output Only] The time that this operation w as completed. This is in RFC3339 text format.",
985 "type": "string"
986 },
987 "error": {
988 "description": "[Output Only] If errors are generated during processing of the operation, this field will be populated.",
989 "properties": {
990 "errors": {
991 "description": "[Output Only] The array of errors en countered while processing this operation.",
992 "items": {
993 "properties": {
994 "code": {
995 "description": "[Output Only] The error type identifier for this error.",
996 "type": "string"
997 },
998 "location": {
999 "description": "[Output Only] Indicates the field in the request which caused the error. This property is optional.",
1000 "type": "string"
1001 },
1002 "message": {
1003 "description": "[Output Only] An optiona l, human-readable error message.",
1004 "type": "string"
1005 }
1006 },
1007 "type": "object"
1008 },
1009 "type": "array"
1010 }
1011 },
1012 "type": "object"
1013 },
1014 "httpErrorMessage": {
1015 "description": "[Output Only] If the operation fails, this f ield contains the HTTP error message that was returned, such as NOT FOUND.",
1016 "type": "string"
1017 },
1018 "httpErrorStatusCode": {
1019 "description": "[Output Only] If the operation fails, this f ield contains the HTTP error message that was returned, such as 404.",
1020 "format": "int32",
1021 "type": "integer"
1022 },
1023 "id": {
1024 "description": "[Output Only] Unique identifier for the reso urce; defined by the server.",
1025 "format": "uint64",
1026 "type": "string"
1027 },
1028 "insertTime": {
1029 "description": "[Output Only] The time that this operation w as requested. This is in RFC3339 text format.",
1030 "type": "string"
1031 },
1032 "kind": {
1033 "default": "deploymentmanager#operation",
1034 "description": "[Output Only] Type of the resource. Always c ompute#Operation for Operation resources.",
1035 "type": "string"
1036 },
1037 "name": {
1038 "description": "[Output Only] Name of the resource.",
1039 "type": "string"
1040 },
1041 "operationType": {
1042 "description": "[Output Only] Type of the operation, such as insert, update, and delete.",
1043 "type": "string"
1044 },
1045 "progress": {
1046 "description": "[Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or suppo rt any granularity of operations. This should not be used to guess at when the o peration will be complete. This number should monotonically increase as the oper ation progresses.",
1047 "format": "int32",
1048 "type": "integer"
1049 },
1050 "region": {
1051 "description": "[Output Only] URL of the region where the op eration resides. Only applicable for regional resources.",
1052 "type": "string"
1053 },
1054 "selfLink": {
1055 "description": "[Output Only] Server defined URL for the res ource.",
1056 "type": "string"
1057 },
1058 "startTime": {
1059 "description": "[Output Only] The time that this operation w as started by the server. This is in RFC3339 text format.",
1060 "type": "string"
1061 },
1062 "status": {
1063 "description": "[Output Only] Status of the operation. Can b e one of the following: PENDING, RUNNING, or DONE.",
1064 "type": "string"
1065 },
1066 "statusMessage": {
1067 "description": "[Output Only] An optional textual descriptio n of the current status of the operation.",
1068 "type": "string"
1069 },
1070 "targetId": {
1071 "description": "[Output Only] Unique target ID which identif ies a particular incarnation of the target.",
1072 "format": "uint64",
1073 "type": "string"
1074 },
1075 "targetLink": {
1076 "description": "[Output Only] URL of the resource the operat ion is mutating.",
1077 "type": "string"
1078 },
1079 "user": {
1080 "description": "[Output Only] User who requested the operati on, for example: user@example.com.",
1081 "type": "string"
1082 },
1083 "warnings": {
1084 "description": "[Output Only] If warning messages are genera ted during processing of the operation, this field will be populated.",
1085 "items": {
1086 "properties": {
1087 "code": {
1088 "description": "[Output Only] The warning type i dentifier for this warning.",
1089 "type": "string"
1090 },
1091 "data": {
1092 "description": "[Output Only] Metadata for this warning in key: value format.",
1093 "items": {
1094 "properties": {
1095 "key": {
1096 "description": "[Output Only] A key for the warning data.",
1097 "type": "string"
1098 },
1099 "value": {
1100 "description": "[Output Only] A warn ing data value corresponding to the key.",
1101 "type": "string"
1102 }
1103 },
1104 "type": "object"
1105 },
1106 "type": "array"
1107 },
1108 "message": {
1109 "description": "[Output Only] Optional human-rea dable details for this warning.",
1110 "type": "string"
1111 }
1112 },
1113 "type": "object"
1114 },
1115 "type": "array"
1116 },
1117 "zone": {
1118 "description": "[Output Only] URL of the zone where the oper ation resides.",
1119 "type": "string"
1120 }
1121 },
1122 "type": "object"
1123 },
1124 "OperationsListResponse": {
1125 "description": "A response containing a partial list of operations a nd a page token used to build the next request if the request has been truncated .",
1126 "id": "OperationsListResponse",
1127 "properties": {
1128 "nextPageToken": {
1129 "description": "[Output Only] A token used to continue a tru ncated list request.",
1130 "type": "string"
1131 },
1132 "operations": {
1133 "description": "[Output Only] Operations contained in this l ist response.",
1134 "items": {
1135 "$ref": "Operation"
1136 },
1137 "type": "array"
1138 }
1139 },
1140 "type": "object"
1141 },
1142 "Resource": {
1143 "description": "",
1144 "id": "Resource",
1145 "properties": {
1146 "finalProperties": {
1147 "description": "[Output Only] The evaluated properties of th e resource with references expanded. Returned as serialized YAML.",
1148 "type": "string"
1149 },
1150 "id": {
1151 "description": "[Output Only] Unique identifier for the reso urce; defined by the server.",
1152 "format": "uint64",
1153 "type": "string"
1154 },
1155 "insertTime": {
1156 "description": "[Output Only] Timestamp when the resource wa s created or acquired, in RFC3339 text format .",
1157 "type": "string"
1158 },
1159 "manifest": {
1160 "description": "[Output Only] URL of the manifest representi ng the current configuration of this resource.",
1161 "type": "string"
1162 },
1163 "name": {
1164 "description": "[Output Only] The name of the resource as it appears in the YAML config.",
1165 "type": "string"
1166 },
1167 "properties": {
1168 "description": "[Output Only] The current properties of the resource before any references have been filled in. Returned as serialized YAML. ",
1169 "type": "string"
1170 },
1171 "type": {
1172 "description": "[Output Only] The type of the resource, for example compute.v1.instance, or replicaPools.v1beta2.instanceGroupManager.",
1173 "type": "string"
1174 },
1175 "update": {
1176 "$ref": "ResourceUpdate",
1177 "description": "[Output Only] If Deployment Manager is curre ntly updating or previewing an update to this resource, the updated configuratio n appears here."
1178 },
1179 "updateTime": {
1180 "description": "[Output Only] Timestamp when the resource wa s updated, in RFC3339 text format .",
1181 "type": "string"
1182 },
1183 "url": {
1184 "description": "[Output Only] The URL of the actual resource .",
1185 "type": "string"
1186 },
1187 "warnings": {
1188 "description": "[Output Only] If warning messages are genera ted during processing of this resource, this field will be populated.",
1189 "items": {
1190 "properties": {
1191 "code": {
1192 "description": "[Output Only] The warning type i dentifier for this warning.",
1193 "type": "string"
1194 },
1195 "data": {
1196 "description": "[Output Only] Metadata for this warning in key: value format.",
1197 "items": {
1198 "properties": {
1199 "key": {
1200 "description": "[Output Only] A key for the warning data.",
1201 "type": "string"
1202 },
1203 "value": {
1204 "description": "[Output Only] A warn ing data value corresponding to the key.",
1205 "type": "string"
1206 }
1207 },
1208 "type": "object"
1209 },
1210 "type": "array"
1211 },
1212 "message": {
1213 "description": "[Output Only] Optional human-rea dable details for this warning.",
1214 "type": "string"
1215 }
1216 },
1217 "type": "object"
1218 },
1219 "type": "array"
1220 }
1221 },
1222 "type": "object"
1223 },
1224 "ResourceUpdate": {
1225 "description": "",
1226 "id": "ResourceUpdate",
1227 "properties": {
1228 "error": {
1229 "description": "[Output Only] If errors are generated during update of the resource, this field will be populated.",
1230 "properties": {
1231 "errors": {
1232 "description": "[Output Only] The array of errors en countered while processing this operation.",
1233 "items": {
1234 "properties": {
1235 "code": {
1236 "description": "[Output Only] The error type identifier for this error.",
1237 "type": "string"
1238 },
1239 "location": {
1240 "description": "[Output Only] Indicates the field in the request which caused the error. This property is optional.",
1241 "type": "string"
1242 },
1243 "message": {
1244 "description": "[Output Only] An optiona l, human-readable error message.",
1245 "type": "string"
1246 }
1247 },
1248 "type": "object"
1249 },
1250 "type": "array"
1251 }
1252 },
1253 "type": "object"
1254 },
1255 "finalProperties": {
1256 "description": "[Output Only] The expanded properties of the resource with reference values expanded. Returned as serialized YAML.",
1257 "type": "string"
1258 },
1259 "intent": {
1260 "description": "[Output Only] The intent of the resource: PR EVIEW, UPDATE, or CANCEL.",
1261 "type": "string"
1262 },
1263 "manifest": {
1264 "description": "[Output Only] URL of the manifest representi ng the update configuration of this resource.",
1265 "type": "string"
1266 },
1267 "properties": {
1268 "description": "[Output Only] The set of updated properties for this resource, before references are expanded. Returned as serialized YAML." ,
1269 "type": "string"
1270 },
1271 "state": {
1272 "description": "[Output Only] The state of the resource.",
1273 "type": "string"
1274 },
1275 "warnings": {
1276 "description": "[Output Only] If warning messages are genera ted during processing of this resource, this field will be populated.",
1277 "items": {
1278 "properties": {
1279 "code": {
1280 "description": "[Output Only] The warning type i dentifier for this warning.",
1281 "type": "string"
1282 },
1283 "data": {
1284 "description": "[Output Only] Metadata for this warning in key: value format.",
1285 "items": {
1286 "properties": {
1287 "key": {
1288 "description": "[Output Only] A key for the warning data.",
1289 "type": "string"
1290 },
1291 "value": {
1292 "description": "[Output Only] A warn ing data value corresponding to the key.",
1293 "type": "string"
1294 }
1295 },
1296 "type": "object"
1297 },
1298 "type": "array"
1299 },
1300 "message": {
1301 "description": "[Output Only] Optional human-rea dable details for this warning.",
1302 "type": "string"
1303 }
1304 },
1305 "type": "object"
1306 },
1307 "type": "array"
1308 }
1309 },
1310 "type": "object"
1311 },
1312 "ResourcesListResponse": {
1313 "description": "A response containing a partial list of resources an d a page token used to build the next request if the request has been truncated. ",
1314 "id": "ResourcesListResponse",
1315 "properties": {
1316 "nextPageToken": {
1317 "description": "A token used to continue a truncated list re quest.",
1318 "type": "string"
1319 },
1320 "resources": {
1321 "description": "Resources contained in this list response.",
1322 "items": {
1323 "$ref": "Resource"
1324 },
1325 "type": "array"
1326 }
1327 },
1328 "type": "object"
1329 },
1330 "TargetConfiguration": {
1331 "description": "",
1332 "id": "TargetConfiguration",
1333 "properties": {
1334 "config": {
1335 "$ref": "ConfigFile",
1336 "description": "The configuration to use for this deployment ."
1337 },
1338 "imports": {
1339 "description": "Specifies any files to import for this confi guration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.",
1340 "items": {
1341 "$ref": "ImportFile"
1342 },
1343 "type": "array"
1344 }
1345 },
1346 "type": "object"
1347 },
1348 "Type": {
1349 "description": "A resource type supported by Deployment Manager.",
1350 "id": "Type",
1351 "properties": {
1352 "name": {
1353 "description": "Name of the type.",
1354 "type": "string"
1355 }
1356 },
1357 "type": "object"
1358 },
1359 "TypesListResponse": {
1360 "description": "A response that returns all Types supported by Deplo yment Manager",
1361 "id": "TypesListResponse",
1362 "properties": {
1363 "nextPageToken": {
1364 "description": "A token used to continue a truncated list re quest.",
1365 "type": "string"
1366 },
1367 "types": {
1368 "description": "[Output Only] A list of resource types suppo rted by Deployment Manager.",
1369 "items": {
1370 "$ref": "Type"
1371 },
1372 "type": "array"
1373 }
1374 },
1375 "type": "object"
1376 }
1377 },
1378 "servicePath": "deploymentmanager/v2/projects/",
1379 "title": "Google Cloud Deployment Manager API",
1380 "version": "v2"
1381 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698