Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Unified Diff: discovery/googleapis_beta/replicapoolupdater__v1beta1.json

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: discovery/googleapis_beta/replicapoolupdater__v1beta1.json
diff --git a/discovery/googleapis_beta/replicapoolupdater__v1beta1.json b/discovery/googleapis_beta/replicapoolupdater__v1beta1.json
index ea659f0edf438378140996ba1212ae5f8e05d5da..c2847b6674678dd53c080c92a9a78c74b0ec3357 100644
--- a/discovery/googleapis_beta/replicapoolupdater__v1beta1.json
+++ b/discovery/googleapis_beta/replicapoolupdater__v1beta1.json
@@ -20,7 +20,7 @@
"description": "The Google Compute Engine Instance Group Updater API provides services for updating groups of Compute Engine Instances.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/compute/docs/instance-groups/manager/#applying_rolling_updates_using_the_updater_service",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/eJNOa2VAnZWx5ALy5y9ejkM9EKI\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/IuZy-huEI4odldDxlxCkfd4i7iE\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -475,7 +475,7 @@
}
}
},
- "revision": "20150216",
+ "revision": "20150129",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"InstanceUpdate": {
@@ -697,7 +697,7 @@
"id": "RollingUpdate",
"properties": {
"actionType": {
- "description": "Specifies the action to take for each instance within the instance group. This can be RECREATE which will recreate each instance and is only available for managed instance groups. It can also be REBOOT which performs a soft reboot for each instance and is only available for regular (non-managed) instance groups.",
+ "description": "Specifies the action to take for each instance within the instance group. This can be RECREATE which will recreate each instance and is only available for managed instance groups. It can also be REBOOT which performs a soft reboot for each instance and is only available for regular (non-managed) instance groups and explicit lists of instances.",
"type": "string"
},
"creationTimestamp": {
@@ -740,17 +740,24 @@
"type": "string"
},
"instanceGroup": {
- "description": "Fully-qualified URL of an instance group being updated. Exactly one of instanceGroupManager and instanceGroup must be set.",
+ "description": "Fully-qualified URL of an instance group being updated. Exactly one of instanceGroupManager, instanceGroup and instance list must be set.",
"type": "string"
},
"instanceGroupManager": {
- "description": "Fully-qualified URL of an instance group manager being updated. Exactly one of instanceGroupManager and instanceGroup must be set.",
+ "description": "Fully-qualified URL of an instance group manager being updated. Exactly one of instanceGroupManager, instanceGroup and instance list must be set.",
"type": "string"
},
"instanceTemplate": {
"description": "Fully-qualified URL of an instance template to apply.",
"type": "string"
},
+ "instances": {
+ "description": "List of fully-qualified URLs of instances to be updated. Exactly one of instanceGroupManager, instanceGroup and instance list must be set.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
"kind": {
"default": "replicapoolupdater#rollingUpdate",
"description": "[Output Only] Type of the resource.",
@@ -764,17 +771,6 @@
"format": "int32",
"type": "integer"
},
- "canary": {
- "description": "Parameters of a canary phase. If absent, canary will NOT be performed.",
- "properties": {
- "numInstances": {
- "description": "Number of instances updated as a part of canary phase. If absent, the default number of instances will be used.",
- "format": "int32",
- "type": "integer"
- }
- },
- "type": "object"
- },
"instanceStartupTimeoutSec": {
"description": "Maximum amount of time we will wait after finishing all steps until we receive HEALTHY state for instance. If this deadline is exceeded instance update is considered as failed.",
"format": "int32",
« no previous file with comments | « discovery/googleapis_beta/replicapool__v1beta2.json ('k') | discovery/googleapis_beta/resourceviews__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698