| Index: discovery/googleapis_beta/autoscaler__v1beta2.json
|
| diff --git a/discovery/googleapis_beta/autoscaler__v1beta2.json b/discovery/googleapis_beta/autoscaler__v1beta2.json
|
| index 76262db4ecb77cc349bbe506fc774feacc44ed52..34f0b64a41cbe5ae00349d6835b28f0c4f595ca4 100644
|
| --- a/discovery/googleapis_beta/autoscaler__v1beta2.json
|
| +++ b/discovery/googleapis_beta/autoscaler__v1beta2.json
|
| @@ -17,7 +17,7 @@
|
| "description": "The Google Compute Engine Autoscaler API provides autoscaling for groups of Cloud VMs.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "http://developers.google.com/compute/docs/autoscaler",
|
| - "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/aqfSeC1jGN1VtOnSnFM7d_GgZoI\"",
|
| + "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/OGrwqagtFyzrQU63rEsuM0hbVC4\"",
|
| "icons": {
|
| "x16": "http://www.google.com/images/icons/product/search-16.gif",
|
| "x32": "http://www.google.com/images/icons/product/search-32.gif"
|
| @@ -440,7 +440,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20140814",
|
| + "revision": "20140909",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Autoscaler": {
|
| @@ -464,6 +464,11 @@
|
| "format": "uint64",
|
| "type": "string"
|
| },
|
| + "kind": {
|
| + "default": "compute#autoscaler",
|
| + "description": "Type of resource.",
|
| + "type": "string"
|
| + },
|
| "name": {
|
| "description": "Name of the Autoscaler resource. Must be unique per project and zone.",
|
| "type": "string"
|
| @@ -489,6 +494,11 @@
|
| },
|
| "type": "array"
|
| },
|
| + "kind": {
|
| + "default": "compute#autoscalerList",
|
| + "description": "Type of resource.",
|
| + "type": "string"
|
| + },
|
| "nextPageToken": {
|
| "description": "[Output only] A token used to continue a truncated list request.",
|
| "type": "string"
|
| @@ -557,6 +567,10 @@
|
| "description": "Target value of the metric which Autoscaler should maintain. Must be a positive value.",
|
| "format": "double",
|
| "type": "number"
|
| + },
|
| + "utilizationTargetType": {
|
| + "description": "Defines type in which utilization_target is expressed.",
|
| + "type": "string"
|
| }
|
| },
|
| "type": "object"
|
|
|