| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/appengine.admin": { | 5 "https://www.googleapis.com/auth/appengine.admin": { |
| 6 "description": "View and manage your applications deployed o
n Google App Engine" | 6 "description": "View and manage your applications deployed o
n Google App Engine" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/cloud-platform": { | 8 "https://www.googleapis.com/auth/cloud-platform": { |
| 9 "description": "View and manage your data across Google Clou
d Platform services" | 9 "description": "View and manage your data across Google Clou
d Platform services" |
| 10 }, | 10 }, |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 } | 22 } |
| 23 } | 23 } |
| 24 } | 24 } |
| 25 }, | 25 }, |
| 26 "basePath": "/manager/v1beta2/projects/", | 26 "basePath": "/manager/v1beta2/projects/", |
| 27 "baseUrl": "https://www.googleapis.com/manager/v1beta2/projects/", | 27 "baseUrl": "https://www.googleapis.com/manager/v1beta2/projects/", |
| 28 "batchPath": "batch", | 28 "batchPath": "batch", |
| 29 "description": "The Deployment Manager API allows users to declaratively con
figure, deploy and run complex solutions on the Google Cloud Platform.", | 29 "description": "The Deployment Manager API allows users to declaratively con
figure, deploy and run complex solutions on the Google Cloud Platform.", |
| 30 "discoveryVersion": "v1", | 30 "discoveryVersion": "v1", |
| 31 "documentationLink": "https://developers.google.com/deployment-manager/", | 31 "documentationLink": "https://developers.google.com/deployment-manager/", |
| 32 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/9W3DLv6LKY-GqB6jKJr0p6e9y7s\"", | 32 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/iGUA1MFJvjag5CPQwb2aT371UTs\"", |
| 33 "icons": { | 33 "icons": { |
| 34 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 34 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 35 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 35 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 36 }, | 36 }, |
| 37 "id": "manager:v1beta2", | 37 "id": "manager:v1beta2", |
| 38 "kind": "discovery#restDescription", | 38 "kind": "discovery#restDescription", |
| 39 "labels": [ | 39 "labels": [ |
| 40 "limited_availability" | 40 "limited_availability" |
| 41 ], | 41 ], |
| 42 "name": "manager", | 42 "name": "manager", |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 }, | 358 }, |
| 359 "scopes": [ | 359 "scopes": [ |
| 360 "https://www.googleapis.com/auth/cloud-platform", | 360 "https://www.googleapis.com/auth/cloud-platform", |
| 361 "https://www.googleapis.com/auth/ndev.cloudman", | 361 "https://www.googleapis.com/auth/ndev.cloudman", |
| 362 "https://www.googleapis.com/auth/ndev.cloudman.readonly" | 362 "https://www.googleapis.com/auth/ndev.cloudman.readonly" |
| 363 ] | 363 ] |
| 364 } | 364 } |
| 365 } | 365 } |
| 366 } | 366 } |
| 367 }, | 367 }, |
| 368 "revision": "20140818", | 368 "revision": "20140915", |
| 369 "rootUrl": "https://www.googleapis.com/", | 369 "rootUrl": "https://www.googleapis.com/", |
| 370 "schemas": { | 370 "schemas": { |
| 371 "AccessConfig": { | 371 "AccessConfig": { |
| 372 "description": "A Compute Engine network accessConfig. Identical to
the accessConfig on corresponding Compute Engine resource.", | 372 "description": "A Compute Engine network accessConfig. Identical to
the accessConfig on corresponding Compute Engine resource.", |
| 373 "id": "AccessConfig", | 373 "id": "AccessConfig", |
| 374 "properties": { | 374 "properties": { |
| 375 "name": { | 375 "name": { |
| 376 "description": "Name of this access configuration.", | 376 "description": "Name of this access configuration.", |
| 377 "type": "string" | 377 "type": "string" |
| 378 }, | 378 }, |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 909 }, | 909 }, |
| 910 "NewDiskInitializeParams": { | 910 "NewDiskInitializeParams": { |
| 911 "description": "Initialization parameters for creating a new disk.", | 911 "description": "Initialization parameters for creating a new disk.", |
| 912 "id": "NewDiskInitializeParams", | 912 "id": "NewDiskInitializeParams", |
| 913 "properties": { | 913 "properties": { |
| 914 "diskSizeGb": { | 914 "diskSizeGb": { |
| 915 "description": "The size of the created disk in gigabytes.", | 915 "description": "The size of the created disk in gigabytes.", |
| 916 "format": "int64", | 916 "format": "int64", |
| 917 "type": "string" | 917 "type": "string" |
| 918 }, | 918 }, |
| 919 "diskType": { |
| 920 "description": "Name of the disk type resource describing wh
ich disk type to use to create the disk. For example 'pd-ssd' or 'pd-standard'.
Default is 'pd-standard'", |
| 921 "type": "string" |
| 922 }, |
| 919 "sourceImage": { | 923 "sourceImage": { |
| 920 "description": "The fully-qualified URL of a source image to
use to create this disk.", | 924 "description": "The fully-qualified URL of a source image to
use to create this disk.", |
| 921 "type": "string" | 925 "type": "string" |
| 922 } | 926 } |
| 923 }, | 927 }, |
| 924 "type": "object" | 928 "type": "object" |
| 925 }, | 929 }, |
| 926 "ParamOverride": { | 930 "ParamOverride": { |
| 927 "description": "A specification for overriding parameters in a Templ
ate that corresponds to the Deployment.", | 931 "description": "A specification for overriding parameters in a Templ
ate that corresponds to the Deployment.", |
| 928 "id": "ParamOverride", | 932 "id": "ParamOverride", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1151 "type": "array" | 1155 "type": "array" |
| 1152 } | 1156 } |
| 1153 }, | 1157 }, |
| 1154 "type": "object" | 1158 "type": "object" |
| 1155 } | 1159 } |
| 1156 }, | 1160 }, |
| 1157 "servicePath": "manager/v1beta2/projects/", | 1161 "servicePath": "manager/v1beta2/projects/", |
| 1158 "title": "Deployment Manager API", | 1162 "title": "Deployment Manager API", |
| 1159 "version": "v1beta2" | 1163 "version": "v1beta2" |
| 1160 } | 1164 } |
| OLD | NEW |