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

Unified Diff: common/api/swarming/swarming/v1/swarming-api.json

Issue 2933323003: Regenerate all stuff. (Closed)
Patch Set: rebase and regenerate Created 3 years, 6 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
« no previous file with comments | « common/api/luci_config/config/v1/config-api.json ('k') | common/api/swarming/swarming/v1/swarming-gen.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/api/swarming/swarming/v1/swarming-api.json
diff --git a/common/api/swarming/swarming/v1/swarming-api.json b/common/api/swarming/swarming/v1/swarming-api.json
index dffebc0b55b9a2b6524ec1506daf691054596349..ca78d8b4898b3275b60ed5cc587180a8af67fe58 100644
--- a/common/api/swarming/swarming/v1/swarming-api.json
+++ b/common/api/swarming/swarming/v1/swarming-api.json
@@ -1,6 +1,6 @@
{
"kind": "discovery#restDescription",
- "etag": "\"RnkXbyw9us4_w3H-FU6An0C4oYs/rIZuuuOZVQ0han_24mPbE0E6a34\"",
+ "etag": "\"RnkXbyw9us4_w3H-FU6An0C4oYs/uU7r6aVkhK99QQU9BMOEsttsF8s\"",
"discoveryVersion": "v1",
"id": "swarming:v1",
"name": "swarming",
@@ -461,7 +461,7 @@
"SwarmingRpcsNewTaskRequest": {
"id": "SwarmingRpcsNewTaskRequest",
"type": "object",
- "description": "Description of a new task request as described by the client.",
+ "description": "Description of a new task request as described by the client. This message is used to create a new task.",
"properties": {
"expiration_secs": {
"type": "string",
@@ -710,7 +710,7 @@
"SwarmingRpcsTaskRequest": {
"id": "SwarmingRpcsTaskRequest",
"type": "object",
- "description": "Description of a task request as registered by the server.",
+ "description": "Description of a task request as registered by the server. This message is used when retrieving information about an existing task. See NewtaskRequest for more details.",
"properties": {
"authenticated": {
"type": "string"
@@ -764,7 +764,7 @@
"properties": {
"request": {
"$ref": "SwarmingRpcsTaskRequest",
- "description": "Description of a task request as registered by the server."
+ "description": "Description of a task request as registered by the server. This message is used when retrieving information about an existing task. See NewtaskRequest for more details."
},
"task_id": {
"type": "string"
@@ -785,7 +785,7 @@
},
"items": {
"type": "array",
- "description": "Description of a task request as registered by the server.",
+ "description": "Description of a task request as registered by the server. This message is used when retrieving information about an existing task. See NewtaskRequest for more details.",
"items": {
"$ref": "SwarmingRpcsTaskRequest"
}
« no previous file with comments | « common/api/luci_config/config/v1/config-api.json ('k') | common/api/swarming/swarming/v1/swarming-gen.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698