Index: discovery/googleapis_beta/autoscaler__v1beta2.json |
diff --git a/discovery/googleapis_beta/autoscaler__v1beta2.json b/discovery/googleapis_beta/autoscaler__v1beta2.json |
index fa2dc12e1c34e940f1eb01d24c5657c718730b5d..661a7068614ab36ee5dc1d8257a3fcaf5d3675a0 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": "\"l66ggWbucbkBw9Lpos72oziyefE/mXaVlrmfb2VNKELCD4Zc-7YB4IU\"", |
+ "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/5UzSOWUO3ZYn_NUebnJd-hd4w8w\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
@@ -438,9 +438,53 @@ |
] |
} |
} |
+ }, |
+ "zones": { |
+ "methods": { |
+ "list": { |
+ "description": "", |
+ "httpMethod": "GET", |
+ "id": "autoscaler.zones.list", |
+ "parameterOrder": [ |
+ "project" |
+ ], |
+ "parameters": { |
+ "filter": { |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "maxResults": { |
+ "default": "500", |
+ "format": "uint32", |
+ "location": "query", |
+ "maximum": "500", |
+ "minimum": "0", |
+ "type": "integer" |
+ }, |
+ "pageToken": { |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "project": { |
+ "location": "path", |
+ "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])?))", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "{project}/zones", |
+ "response": { |
+ "$ref": "ZoneList" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/compute", |
+ "https://www.googleapis.com/auth/compute.readonly" |
+ ] |
+ } |
+ } |
} |
}, |
- "revision": "20141013", |
+ "revision": "20141024", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"Autoscaler": { |
@@ -587,6 +631,27 @@ |
}, |
"type": "object" |
}, |
+ "DeprecationStatus": { |
+ "id": "DeprecationStatus", |
+ "properties": { |
+ "deleted": { |
+ "type": "string" |
+ }, |
+ "deprecated": { |
+ "type": "string" |
+ }, |
+ "obsolete": { |
+ "type": "string" |
+ }, |
+ "replacement": { |
+ "type": "string" |
+ }, |
+ "state": { |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"Operation": { |
"id": "Operation", |
"properties": { |
@@ -734,6 +799,90 @@ |
} |
}, |
"type": "object" |
+ }, |
+ "Zone": { |
+ "id": "Zone", |
+ "properties": { |
+ "creationTimestamp": { |
+ "type": "string" |
+ }, |
+ "deprecated": { |
+ "$ref": "DeprecationStatus" |
+ }, |
+ "description": { |
+ "type": "string" |
+ }, |
+ "id": { |
+ "format": "uint64", |
+ "type": "string" |
+ }, |
+ "kind": { |
+ "default": "autoscaler#zone", |
+ "description": "Type of the resource.", |
+ "type": "string" |
+ }, |
+ "maintenanceWindows": { |
+ "items": { |
+ "properties": { |
+ "beginTime": { |
+ "type": "string" |
+ }, |
+ "description": { |
+ "type": "string" |
+ }, |
+ "endTime": { |
+ "type": "string" |
+ }, |
+ "name": { |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "type": "array" |
+ }, |
+ "name": { |
+ "type": "string" |
+ }, |
+ "region": { |
+ "type": "string" |
+ }, |
+ "selfLink": { |
+ "description": "Server defined URL for the resource (output only).", |
+ "type": "string" |
+ }, |
+ "status": { |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "ZoneList": { |
+ "id": "ZoneList", |
+ "properties": { |
+ "id": { |
+ "type": "string" |
+ }, |
+ "items": { |
+ "items": { |
+ "$ref": "Zone" |
+ }, |
+ "type": "array" |
+ }, |
+ "kind": { |
+ "default": "autoscaler#zoneList", |
+ "description": "Type of resource.", |
+ "type": "string" |
+ }, |
+ "nextPageToken": { |
+ "type": "string" |
+ }, |
+ "selfLink": { |
+ "description": "Server defined URL for this resource (output only).", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
} |
}, |
"servicePath": "autoscaler/v1beta2/", |