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

Side by Side Diff: discovery/googleapis_beta/deploymentmanager__v2beta1.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
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": { 5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services" 6 "description": "View and manage your data across Google Clou d Platform services"
7 }, 7 },
8 "https://www.googleapis.com/auth/cloud-platform.read-only": {
9 "description": "MESSAGE UNDER CONSTRUCTION View your data ac ross Google Cloud Platform services"
10 },
8 "https://www.googleapis.com/auth/ndev.cloudman": { 11 "https://www.googleapis.com/auth/ndev.cloudman": {
9 "description": "View and manage your Google Cloud Platform m anagement resources and deployment status information" 12 "description": "View and manage your Google Cloud Platform m anagement resources and deployment status information"
10 }, 13 },
11 "https://www.googleapis.com/auth/ndev.cloudman.readonly": { 14 "https://www.googleapis.com/auth/ndev.cloudman.readonly": {
12 "description": "View your Google Cloud Platform management r esources and deployment status information" 15 "description": "View your Google Cloud Platform management r esources and deployment status information"
13 } 16 }
14 } 17 }
15 } 18 }
16 }, 19 },
17 "basePath": "/deploymentmanager/v2beta1/projects/", 20 "basePath": "/deploymentmanager/v2beta1/projects/",
18 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2beta1/projects/", 21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2beta1/projects/",
19 "batchPath": "batch", 22 "batchPath": "batch",
20 "description": "The Deployment Manager API allows users to declaratively con figure, deploy and run complex solutions on the Google Cloud Platform.", 23 "description": "The Deployment Manager API allows users to declaratively con figure, deploy and run complex solutions on the Google Cloud Platform.",
21 "discoveryVersion": "v1", 24 "discoveryVersion": "v1",
22 "documentationLink": "https://developers.google.com/deployment-manager/", 25 "documentationLink": "https://developers.google.com/deployment-manager/",
23 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/gZ_MplE67DvfIAF9xu5esPSE28Y\"", 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/cd1I0kg1jyACUzJtB_abaoTCY5g\"",
24 "icons": { 27 "icons": {
25 "x16": "http://www.google.com/images/icons/product/search-16.gif", 28 "x16": "http://www.google.com/images/icons/product/search-16.gif",
26 "x32": "http://www.google.com/images/icons/product/search-32.gif" 29 "x32": "http://www.google.com/images/icons/product/search-32.gif"
27 }, 30 },
28 "id": "deploymentmanager:v2beta1", 31 "id": "deploymentmanager:v2beta1",
29 "kind": "discovery#restDescription", 32 "kind": "discovery#restDescription",
30 "labels": [ 33 "labels": [
31 "limited_availability" 34 "limited_availability"
32 ], 35 ],
33 "name": "deploymentmanager", 36 "name": "deploymentmanager",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "required": true, 141 "required": true,
139 "type": "string" 142 "type": "string"
140 } 143 }
141 }, 144 },
142 "path": "{project}/global/deployments/{deployment}", 145 "path": "{project}/global/deployments/{deployment}",
143 "response": { 146 "response": {
144 "$ref": "Deployment" 147 "$ref": "Deployment"
145 }, 148 },
146 "scopes": [ 149 "scopes": [
147 "https://www.googleapis.com/auth/cloud-platform", 150 "https://www.googleapis.com/auth/cloud-platform",
151 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
148 "https://www.googleapis.com/auth/ndev.cloudman", 152 "https://www.googleapis.com/auth/ndev.cloudman",
149 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 153 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
150 ] 154 ]
151 }, 155 },
152 "insert": { 156 "insert": {
153 "description": "! Creates a deployment and all of the resour ces described by the ! deployment manifest.", 157 "description": "! Creates a deployment and all of the resour ces described by the ! deployment manifest.",
154 "httpMethod": "POST", 158 "httpMethod": "POST",
155 "id": "deploymentmanager.deployments.insert", 159 "id": "deploymentmanager.deployments.insert",
156 "parameterOrder": [ 160 "parameterOrder": [
157 "project" 161 "project"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "required": true, 210 "required": true,
207 "type": "string" 211 "type": "string"
208 } 212 }
209 }, 213 },
210 "path": "{project}/global/deployments", 214 "path": "{project}/global/deployments",
211 "response": { 215 "response": {
212 "$ref": "DeploymentsListResponse" 216 "$ref": "DeploymentsListResponse"
213 }, 217 },
214 "scopes": [ 218 "scopes": [
215 "https://www.googleapis.com/auth/cloud-platform", 219 "https://www.googleapis.com/auth/cloud-platform",
220 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
216 "https://www.googleapis.com/auth/ndev.cloudman", 221 "https://www.googleapis.com/auth/ndev.cloudman",
217 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 222 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
218 ] 223 ]
219 } 224 }
220 } 225 }
221 }, 226 },
222 "manifests": { 227 "manifests": {
223 "methods": { 228 "methods": {
224 "get": { 229 "get": {
225 "description": "! Gets information about a specific manifest .", 230 "description": "! Gets information about a specific manifest .",
(...skipping 26 matching lines...) Expand all
252 "required": true, 257 "required": true,
253 "type": "string" 258 "type": "string"
254 } 259 }
255 }, 260 },
256 "path": "{project}/global/deployments/{deployment}/manifests /{manifest}", 261 "path": "{project}/global/deployments/{deployment}/manifests /{manifest}",
257 "response": { 262 "response": {
258 "$ref": "Manifest" 263 "$ref": "Manifest"
259 }, 264 },
260 "scopes": [ 265 "scopes": [
261 "https://www.googleapis.com/auth/cloud-platform", 266 "https://www.googleapis.com/auth/cloud-platform",
267 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
262 "https://www.googleapis.com/auth/ndev.cloudman", 268 "https://www.googleapis.com/auth/ndev.cloudman",
263 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 269 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
264 ] 270 ]
265 }, 271 },
266 "list": { 272 "list": {
267 "description": "! Lists all manifests for a given deployment .", 273 "description": "! Lists all manifests for a given deployment .",
268 "httpMethod": "GET", 274 "httpMethod": "GET",
269 "id": "deploymentmanager.manifests.list", 275 "id": "deploymentmanager.manifests.list",
270 "parameterOrder": [ 276 "parameterOrder": [
271 "project", 277 "project",
(...skipping 28 matching lines...) Expand all
300 "required": true, 306 "required": true,
301 "type": "string" 307 "type": "string"
302 } 308 }
303 }, 309 },
304 "path": "{project}/global/deployments/{deployment}/manifests ", 310 "path": "{project}/global/deployments/{deployment}/manifests ",
305 "response": { 311 "response": {
306 "$ref": "ManifestsListResponse" 312 "$ref": "ManifestsListResponse"
307 }, 313 },
308 "scopes": [ 314 "scopes": [
309 "https://www.googleapis.com/auth/cloud-platform", 315 "https://www.googleapis.com/auth/cloud-platform",
316 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
310 "https://www.googleapis.com/auth/ndev.cloudman", 317 "https://www.googleapis.com/auth/ndev.cloudman",
311 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 318 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
312 ] 319 ]
313 } 320 }
314 } 321 }
315 }, 322 },
316 "operations": { 323 "operations": {
317 "methods": { 324 "methods": {
318 "get": { 325 "get": {
319 "description": "! Gets information about a specific Operatio n.", 326 "description": "! Gets information about a specific Operatio n.",
(...skipping 17 matching lines...) Expand all
337 "required": true, 344 "required": true,
338 "type": "string" 345 "type": "string"
339 } 346 }
340 }, 347 },
341 "path": "{project}/global/operations/{operation}", 348 "path": "{project}/global/operations/{operation}",
342 "response": { 349 "response": {
343 "$ref": "Operation" 350 "$ref": "Operation"
344 }, 351 },
345 "scopes": [ 352 "scopes": [
346 "https://www.googleapis.com/auth/cloud-platform", 353 "https://www.googleapis.com/auth/cloud-platform",
354 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
347 "https://www.googleapis.com/auth/ndev.cloudman", 355 "https://www.googleapis.com/auth/ndev.cloudman",
348 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 356 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
349 ] 357 ]
350 }, 358 },
351 "list": { 359 "list": {
352 "description": "! Lists all Operations for a project.", 360 "description": "! Lists all Operations for a project.",
353 "httpMethod": "GET", 361 "httpMethod": "GET",
354 "id": "deploymentmanager.operations.list", 362 "id": "deploymentmanager.operations.list",
355 "parameterOrder": [ 363 "parameterOrder": [
356 "project" 364 "project"
(...skipping 20 matching lines...) Expand all
377 "required": true, 385 "required": true,
378 "type": "string" 386 "type": "string"
379 } 387 }
380 }, 388 },
381 "path": "{project}/global/operations", 389 "path": "{project}/global/operations",
382 "response": { 390 "response": {
383 "$ref": "OperationsListResponse" 391 "$ref": "OperationsListResponse"
384 }, 392 },
385 "scopes": [ 393 "scopes": [
386 "https://www.googleapis.com/auth/cloud-platform", 394 "https://www.googleapis.com/auth/cloud-platform",
395 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
387 "https://www.googleapis.com/auth/ndev.cloudman", 396 "https://www.googleapis.com/auth/ndev.cloudman",
388 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 397 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
389 ] 398 ]
390 } 399 }
391 } 400 }
392 }, 401 },
393 "resources": { 402 "resources": {
394 "methods": { 403 "methods": {
395 "get": { 404 "get": {
396 "description": "! Gets information about a single resource." , 405 "description": "! Gets information about a single resource." ,
(...skipping 26 matching lines...) Expand all
423 "required": true, 432 "required": true,
424 "type": "string" 433 "type": "string"
425 } 434 }
426 }, 435 },
427 "path": "{project}/global/deployments/{deployment}/resources /{resource}", 436 "path": "{project}/global/deployments/{deployment}/resources /{resource}",
428 "response": { 437 "response": {
429 "$ref": "Resource" 438 "$ref": "Resource"
430 }, 439 },
431 "scopes": [ 440 "scopes": [
432 "https://www.googleapis.com/auth/cloud-platform", 441 "https://www.googleapis.com/auth/cloud-platform",
442 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
433 "https://www.googleapis.com/auth/ndev.cloudman", 443 "https://www.googleapis.com/auth/ndev.cloudman",
434 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 444 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
435 ] 445 ]
436 }, 446 },
437 "list": { 447 "list": {
438 "description": "! Lists all resources in a given deployment. ", 448 "description": "! Lists all resources in a given deployment. ",
439 "httpMethod": "GET", 449 "httpMethod": "GET",
440 "id": "deploymentmanager.resources.list", 450 "id": "deploymentmanager.resources.list",
441 "parameterOrder": [ 451 "parameterOrder": [
442 "project", 452 "project",
(...skipping 28 matching lines...) Expand all
471 "required": true, 481 "required": true,
472 "type": "string" 482 "type": "string"
473 } 483 }
474 }, 484 },
475 "path": "{project}/global/deployments/{deployment}/resources ", 485 "path": "{project}/global/deployments/{deployment}/resources ",
476 "response": { 486 "response": {
477 "$ref": "ResourcesListResponse" 487 "$ref": "ResourcesListResponse"
478 }, 488 },
479 "scopes": [ 489 "scopes": [
480 "https://www.googleapis.com/auth/cloud-platform", 490 "https://www.googleapis.com/auth/cloud-platform",
491 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
481 "https://www.googleapis.com/auth/ndev.cloudman", 492 "https://www.googleapis.com/auth/ndev.cloudman",
482 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 493 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
483 ] 494 ]
484 } 495 }
485 } 496 }
486 }, 497 },
487 "types": { 498 "types": {
488 "methods": { 499 "methods": {
489 "list": { 500 "list": {
490 "description": "! Lists all Types for Deployment Manager.", 501 "description": "! Lists all Types for Deployment Manager.",
(...skipping 24 matching lines...) Expand all
515 "required": true, 526 "required": true,
516 "type": "string" 527 "type": "string"
517 } 528 }
518 }, 529 },
519 "path": "{project}/global/types", 530 "path": "{project}/global/types",
520 "response": { 531 "response": {
521 "$ref": "TypesListResponse" 532 "$ref": "TypesListResponse"
522 }, 533 },
523 "scopes": [ 534 "scopes": [
524 "https://www.googleapis.com/auth/cloud-platform", 535 "https://www.googleapis.com/auth/cloud-platform",
536 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
525 "https://www.googleapis.com/auth/ndev.cloudman", 537 "https://www.googleapis.com/auth/ndev.cloudman",
526 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 538 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
527 ] 539 ]
528 } 540 }
529 } 541 }
530 } 542 }
531 }, 543 },
532 "revision": "20150701", 544 "revision": "20150728",
533 "rootUrl": "https://www.googleapis.com/", 545 "rootUrl": "https://www.googleapis.com/",
534 "schemas": { 546 "schemas": {
535 "Deployment": { 547 "Deployment": {
536 "description": "Next available tag: 8", 548 "description": "Next available tag: 8",
537 "id": "Deployment", 549 "id": "Deployment",
538 "properties": { 550 "properties": {
539 "description": { 551 "description": {
540 "description": "! An optional user-provided description of t he deployment.", 552 "description": "! An optional user-provided description of t he deployment.",
541 "type": "string" 553 "type": "string"
542 }, 554 },
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 "type": "array" 874 "type": "array"
863 } 875 }
864 }, 876 },
865 "type": "object" 877 "type": "object"
866 } 878 }
867 }, 879 },
868 "servicePath": "deploymentmanager/v2beta1/projects/", 880 "servicePath": "deploymentmanager/v2beta1/projects/",
869 "title": "Google Cloud Deployment Manager API V2", 881 "title": "Google Cloud Deployment Manager API V2",
870 "version": "v2beta1" 882 "version": "v2beta1"
871 } 883 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698