mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(rustup): rustc (be9bd7c93 2015-04-05)
* using std::convert * update to latest hyper (and other dependencies) Related to #46
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/o8KVD2TZK8SqQA452IHtm6GW-J8\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/GOQCR1ua2wlqdDdPhDp_nZFzTYw\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "replicapool:v1beta2",
|
||||
"name": "replicapool",
|
||||
"version": "v1beta2",
|
||||
"revision": "20141002",
|
||||
"revision": "20150223",
|
||||
"title": "Google Compute Engine Instance Group Manager API",
|
||||
"description": "The Google Compute Engine Instance Group Manager API provides groups of homogenous Compute Engine Instances.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -393,6 +393,7 @@
|
||||
"NO_RESULTS_ON_PAGE",
|
||||
"REQUIRED_TOS_AGREEMENT",
|
||||
"RESOURCE_NOT_DELETED",
|
||||
"SINGLE_INSTANCE_PROPERTY_TEMPLATE",
|
||||
"UNREACHABLE"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
@@ -407,6 +408,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
@@ -563,7 +565,7 @@
|
||||
"id": "replicapool.instanceGroupManagers.deleteInstances",
|
||||
"path": "{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances",
|
||||
"httpMethod": "POST",
|
||||
"description": "Deletes the specified instances. The instances are removed from the instance group and any target pools of which they are a member, then deleted. The targetSize of the instance group manager is reduced by the number of instances deleted.",
|
||||
"description": "Deletes the specified instances. The instances are deleted, then removed from the instance group and any target pools of which they were a member. The targetSize of the instance group manager is reduced by the number of instances deleted.",
|
||||
"parameters": {
|
||||
"instanceGroupManager": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user