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

Unified Diff: discovery/googleapis/script__v1.json

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 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 | « discovery/googleapis/plus__v1.json ('k') | discovery/googleapis/servicecontrol__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/script__v1.json
diff --git a/discovery/googleapis/script__v1.json b/discovery/googleapis/script__v1.json
index c6ac8d1edf877cfb620efecba1f3381269c63c8c..4bc1d4e99ee76253de0c03fb1d0d8cc2c677aa5a 100644
--- a/discovery/googleapis/script__v1.json
+++ b/discovery/googleapis/script__v1.json
@@ -44,7 +44,7 @@
"description": "Executes Google Apps Script projects.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/apps-script/execution/rest/v1/scripts/run",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/cvYaayVw4IdFoA5o3qV9XjLT9HI\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/FcNWZezE05ypidUunx03uCyJR70\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -176,7 +176,7 @@
}
}
},
- "revision": "20160426",
+ "revision": "20160801",
"rootUrl": "https://script.googleapis.com/",
"schemas": {
"ExecutionRequest": {
@@ -215,7 +215,7 @@
},
"metadata": {
"additionalProperties": {
- "description": "Properties of the object. Contains field @ype with type URL.",
+ "description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "This field is not used.",
@@ -231,7 +231,7 @@
},
"response": {
"additionalProperties": {
- "description": "Properties of the object. Contains field @ype with type URL.",
+ "description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "If the script function returns successfully, this field will contain an `ExecutionResponse` object with the function's return value as the object's `result` field.",
@@ -257,7 +257,7 @@
"description": "An array that contains a single `ExecutionError` object that provides information about the nature of the error.",
"items": {
"additionalProperties": {
- "description": "Properties of the object. Contains field @ype with type URL.",
+ "description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
@@ -312,6 +312,13 @@
"result": {
"description": "The return value of the script function. The type will match the type returned in Apps Script. Functions called through the Execution API cannot return Apps Script-specific objects (such as a `Document` or `Calendar`); they can only return primitive types such as a `string`, `number`, `array`, `object`, or `boolean`.",
"type": "any"
+ },
+ "status": {
+ "enum": [
+ "SUCCESS",
+ "CANCELED"
+ ],
+ "type": "string"
}
},
"type": "object"
« no previous file with comments | « discovery/googleapis/plus__v1.json ('k') | discovery/googleapis/servicecontrol__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698