OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/compute": { | 5 "https://www.googleapis.com/auth/compute": { |
6 "description": "View and manage your Google Compute Engine r
esources" | 6 "description": "View and manage your Google Compute Engine r
esources" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/compute.readonly": { | 8 "https://www.googleapis.com/auth/compute.readonly": { |
9 "description": "View your Google Compute Engine resources" | 9 "description": "View your Google Compute Engine resources" |
10 } | 10 } |
11 } | 11 } |
12 } | 12 } |
13 }, | 13 }, |
14 "basePath": "/autoscaler/v1beta2/", | 14 "basePath": "/autoscaler/v1beta2/", |
15 "baseUrl": "https://www.googleapis.com/autoscaler/v1beta2/", | 15 "baseUrl": "https://www.googleapis.com/autoscaler/v1beta2/", |
16 "batchPath": "batch", | 16 "batchPath": "batch", |
17 "description": "The Google Compute Engine Autoscaler API provides autoscalin
g for groups of Cloud VMs.", | 17 "description": "The Google Compute Engine Autoscaler API provides autoscalin
g for groups of Cloud VMs.", |
18 "discoveryVersion": "v1", | 18 "discoveryVersion": "v1", |
19 "documentationLink": "http://developers.google.com/compute/docs/autoscaler", | 19 "documentationLink": "http://developers.google.com/compute/docs/autoscaler", |
20 "etag": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/BoJiTEWHJN3oMRPgh3rGgk87M0g\"", | 20 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/mXaVlrmfb2VNKELCD4Zc-7YB4IU\"", |
21 "icons": { | 21 "icons": { |
22 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 22 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
23 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 23 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
24 }, | 24 }, |
25 "id": "autoscaler:v1beta2", | 25 "id": "autoscaler:v1beta2", |
26 "kind": "discovery#restDescription", | 26 "kind": "discovery#restDescription", |
27 "labels": [ | 27 "labels": [ |
28 "limited_availability" | 28 "limited_availability" |
29 ], | 29 ], |
30 "name": "autoscaler", | 30 "name": "autoscaler", |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
433 "$ref": "OperationList" | 433 "$ref": "OperationList" |
434 }, | 434 }, |
435 "scopes": [ | 435 "scopes": [ |
436 "https://www.googleapis.com/auth/compute", | 436 "https://www.googleapis.com/auth/compute", |
437 "https://www.googleapis.com/auth/compute.readonly" | 437 "https://www.googleapis.com/auth/compute.readonly" |
438 ] | 438 ] |
439 } | 439 } |
440 } | 440 } |
441 } | 441 } |
442 }, | 442 }, |
443 "revision": "20141001", | 443 "revision": "20141013", |
444 "rootUrl": "https://www.googleapis.com/", | 444 "rootUrl": "https://www.googleapis.com/", |
445 "schemas": { | 445 "schemas": { |
446 "Autoscaler": { | 446 "Autoscaler": { |
447 "description": "Cloud Autoscaler resource.", | 447 "description": "Cloud Autoscaler resource.", |
448 "id": "Autoscaler", | 448 "id": "Autoscaler", |
449 "properties": { | 449 "properties": { |
450 "autoscalingPolicy": { | 450 "autoscalingPolicy": { |
451 "$ref": "AutoscalingPolicy", | 451 "$ref": "AutoscalingPolicy", |
452 "description": "Configuration parameters for autoscaling alg
orithm." | 452 "description": "Configuration parameters for autoscaling alg
orithm." |
453 }, | 453 }, |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 "type": "string" | 733 "type": "string" |
734 } | 734 } |
735 }, | 735 }, |
736 "type": "object" | 736 "type": "object" |
737 } | 737 } |
738 }, | 738 }, |
739 "servicePath": "autoscaler/v1beta2/", | 739 "servicePath": "autoscaler/v1beta2/", |
740 "title": "Google Compute Engine Autoscaler API", | 740 "title": "Google Compute Engine Autoscaler API", |
741 "version": "v1beta2" | 741 "version": "v1beta2" |
742 } | 742 } |
OLD | NEW |