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

Unified Diff: discovery/googleapis_beta/replicapoolupdater__v1beta1.json

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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 95981f9069890675b2ffbffe80154a25f8ded1f6..b81699856b8fcc19b4a0f2f643deb3b8bb6c922f 100644
--- a/discovery/googleapis_beta/replicapoolupdater__v1beta1.json
+++ b/discovery/googleapis_beta/replicapoolupdater__v1beta1.json
@@ -19,8 +19,8 @@
"batchPath": "batch",
"description": "The Google Compute Engine Instance Group Updater API provides services for updating groups of Compute Engine Instances.",
"discoveryVersion": "v1",
- "documentationLink": "https://developers.google.com/compute/docs/instance-groups/manager/v1beta2",
- "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/MkEFbbfro6Rau0xbZXwz9DhAfqM\"",
+ "documentationLink": "https://cloud.google.com/compute/docs/instance-groups/manager/#applying_rolling_updates_using_the_updater_service",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/p4N2iDg-K9khNxP-otwGtbGFX0M\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -265,7 +265,7 @@
]
},
"pause": {
- "description": "Called on the particular Update endpoint. Pauses the update in state from { ROLLING_FORWARD, ROLLING_BACK, PAUSED }. No-op if invoked in state PAUSED.",
+ "description": "Called on the particular Update endpoint. Pauses the update in state ROLLING_FORWARD or ROLLING_BACK. No-op if invoked in state PAUSED.",
"httpMethod": "POST",
"id": "replicapoolupdater.updates.pause",
"parameterOrder": [
@@ -307,7 +307,7 @@
]
},
"rollback": {
- "description": "Called on the particular Update endpoint. Rolls back the update in state from { ROLLING_FORWARD, ROLLING_BACK, PAUSED }. No-op if invoked in state ROLLED_BACK.",
+ "description": "Called on the particular Update endpoint. Rolls back the update in state ROLLING_FORWARD or PAUSED. No-op if invoked in state ROLLED_BACK or ROLLING_BACK.",
"httpMethod": "POST",
"id": "replicapoolupdater.updates.rollback",
"parameterOrder": [
@@ -349,7 +349,7 @@
]
},
"rollforward": {
- "description": "Called on the particular Update endpoint. Rolls forward the update in state from { ROLLING_FORWARD, ROLLING_BACK, PAUSED }. No-op if invoked in state ROLLED_OUT.",
+ "description": "Called on the particular Update endpoint. Rolls forward the update in state ROLLING_BACK or PAUSED. No-op if invoked in state ROLLED_OUT or ROLLING_FORWARD.",
"httpMethod": "POST",
"id": "replicapoolupdater.updates.rollforward",
"parameterOrder": [
@@ -393,7 +393,7 @@
}
}
},
- "revision": "20141105",
+ "revision": "20141117",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"InsertResponse": {
@@ -416,7 +416,7 @@
"type": "string"
},
"state": {
- "description": "State of an instance update.",
+ "description": "State of an instance update. Possible values are: \n- \"PENDING/code>\": The instance update is pending execution. \n- \"ROLLING_FORWARD\": The instance update is going forward. \n- \"ROLLING_BACK\": The instance update being rolled back. \n- \"PAUSED\": The instance update is temporarily paused (inactive). \n- \"ROLLED_OUT\": The instance update is finished, the instance is running the new template. \n- \"ROLLED_BACK\": The instance update is finished, the instance has been reverted to the previous template. \n- \"CANCELLED\": The instance update is paused and no longer can be resumed, undefined in which template the instance is running.",
"type": "string"
}
},
@@ -426,12 +426,16 @@
"description": "Resource describing a single update (rollout) of an instance group to the given template.",
"id": "Update",
"properties": {
+ "creationTimestamp": {
+ "description": "[Output only] The time the update was created, in RFC3339 text format.",
+ "type": "string"
+ },
"details": {
- "description": "[Output Only] Human-readable description of an update progress.",
+ "description": "[Output only] Human-readable description of an update progress.",
"type": "string"
},
"handle": {
- "description": "[Output Only] Unique (in the context of a group) handle assigned to this update.",
+ "description": "[Output only] Unique (in the context of a group) handle assigned to this update.",
"type": "string"
},
"instanceTemplate": {
@@ -439,7 +443,7 @@
"type": "string"
},
"instanceUpdates": {
- "description": "[Output Only] Collection of instance updates.",
+ "description": "[Output only] Collection of instance updates.",
"items": {
"$ref": "InstanceUpdate"
},
@@ -459,11 +463,15 @@
"type": "string"
},
"state": {
- "description": "[Output Only] Current state of an update.",
+ "description": "[Output only] Current state of an update. Possible values are: \n- \"ROLLING_FORWARD\": The update is going forward. \n- \"ROLLING_BACK\": The update is being rolled back. \n- \"PAUSED\": The update is temporarily paused (inactive). \n- \"ROLLED_OUT\": The update is finished, all instances have been updated successfully. \n- \"ROLLED_BACK\": The update is finished, all instances have been reverted to the previous template. \n- \"CANCELLED\": The update is paused and no longer can be resumed, undefined how many instances are running in which template.",
"type": "string"
},
"targetState": {
- "description": "[Output Only] Requested state of an update. This is the state that the updater is moving towards. Acceptable values are: \n- \"ROLLED_OUT\": The user has requested the update to go forward. \n- \"ROLLED_BACK\": The user has requested the update to be rolled back. \n- \"PAUSED\": The user has requested the update to be paused.\n \n- \"CANCELLED\": The user has requested the update to be cancelled. The updater service is in the process of canceling the update.",
+ "description": "[Output only] Requested state of an update. This is the state that the updater is moving towards. Acceptable values are: \n- \"ROLLED_OUT\": The user has requested the update to go forward. \n- \"ROLLED_BACK\": The user has requested the update to be rolled back. \n- \"PAUSED\": The user has requested the update to be paused.\n \n- \"CANCELLED\": The user has requested the update to be cancelled. The updater service is in the process of canceling the update.",
+ "type": "string"
+ },
+ "user": {
+ "description": "[Output only] User who requested the update, for example: user@example.com.",
"type": "string"
}
},
« 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