| Index: discovery/googleapis/script__v1.json
|
| diff --git a/discovery/googleapis/script__v1.json b/discovery/googleapis/script__v1.json
|
| index eccac575283e88414b7ffd9bf6cc0fd1d656b08f..ea211a706b9b83e732404a0d67b7ba8e256b1767 100644
|
| --- a/discovery/googleapis/script__v1.json
|
| +++ b/discovery/googleapis/script__v1.json
|
| @@ -2,11 +2,14 @@
|
| "auth": {
|
| "oauth2": {
|
| "scopes": {
|
| - "https://www.googleapis.com/auth/admin.directory.group": {
|
| - "description": "View and manage the provisioning of groups on your domain"
|
| + "https://www.googleapis.com/auth/groups": {
|
| + "description": "View and manage your Google Groups"
|
| },
|
| - "https://www.googleapis.com/auth/admin.directory.user": {
|
| - "description": "View and manage the provisioning of users on your domain"
|
| + "https://www.googleapis.com/auth/forms.currentonly": {
|
| + "description": "View and manage forms that this application has been installed in"
|
| + },
|
| + "https://www.googleapis.com/auth/drive": {
|
| + "description": "View and manage the files in your Google Drive"
|
| },
|
| "https://www.googleapis.com/auth/spreadsheets": {
|
| "description": "View and manage your spreadsheets in Google Drive"
|
| @@ -14,6 +17,12 @@
|
| "https://mail.google.com/": {
|
| "description": "Read, send, delete, and manage your email"
|
| },
|
| + "https://www.googleapis.com/auth/admin.directory.group": {
|
| + "description": "View and manage the provisioning of groups on your domain"
|
| + },
|
| + "https://www.googleapis.com/auth/admin.directory.user": {
|
| + "description": "View and manage the provisioning of users on your domain"
|
| + },
|
| "https://www.googleapis.com/auth/forms": {
|
| "description": "View and manage your forms in Google Drive"
|
| },
|
| @@ -25,15 +34,6 @@
|
| },
|
| "https://www.google.com/calendar/feeds": {
|
| "description": "Manage your calendars"
|
| - },
|
| - "https://www.googleapis.com/auth/groups": {
|
| - "description": "View and manage your Google Groups"
|
| - },
|
| - "https://www.googleapis.com/auth/forms.currentonly": {
|
| - "description": "View and manage forms that this application has been installed in"
|
| - },
|
| - "https://www.googleapis.com/auth/drive": {
|
| - "description": "View and manage the files in your Google Drive"
|
| }
|
| }
|
| }
|
| @@ -54,13 +54,13 @@
|
| "ownerDomain": "google.com",
|
| "ownerName": "Google",
|
| "parameters": {
|
| - "key": {
|
| - "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
|
| + "access_token": {
|
| + "description": "OAuth access token.",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| - "access_token": {
|
| - "description": "OAuth access token.",
|
| + "key": {
|
| + "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| @@ -75,13 +75,13 @@
|
| "location": "query",
|
| "type": "boolean"
|
| },
|
| - "oauth_token": {
|
| - "description": "OAuth 2.0 token for the current user.",
|
| + "bearer_token": {
|
| + "description": "OAuth bearer token.",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| - "bearer_token": {
|
| - "description": "OAuth bearer token.",
|
| + "oauth_token": {
|
| + "description": "OAuth 2.0 token for the current user.",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| @@ -96,13 +96,18 @@
|
| "location": "query",
|
| "type": "boolean"
|
| },
|
| + "uploadType": {
|
| + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| "fields": {
|
| "description": "Selector specifying which fields to include in a partial response.",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| - "uploadType": {
|
| - "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
|
| + "callback": {
|
| + "description": "JSONP",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| @@ -119,11 +124,6 @@
|
| "location": "query",
|
| "type": "string"
|
| },
|
| - "callback": {
|
| - "description": "JSONP",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| "alt": {
|
| "default": "json",
|
| "description": "Data format for response.",
|
| @@ -184,22 +184,13 @@
|
| }
|
| }
|
| },
|
| - "revision": "20170509",
|
| + "revision": "20170605",
|
| "rootUrl": "https://script.googleapis.com/",
|
| "schemas": {
|
| "Status": {
|
| "description": "If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, the response body's `error` field will contain this `Status` object.",
|
| "id": "Status",
|
| "properties": {
|
| - "code": {
|
| - "description": "The status code. For this API, this value will always be 3, corresponding to an INVALID_ARGUMENT error.",
|
| - "format": "int32",
|
| - "type": "integer"
|
| - },
|
| - "message": {
|
| - "description": "A developer-facing error message, which is in English. Any user-facing error message is localized and sent in the [`google.rpc.Status.details`](google.rpc.Status.details) field, or localized by the client.",
|
| - "type": "string"
|
| - },
|
| "details": {
|
| "description": "An array that contains a single `ExecutionError` object that provides information about the nature of the error.",
|
| "items": {
|
| @@ -210,6 +201,15 @@
|
| "type": "object"
|
| },
|
| "type": "array"
|
| + },
|
| + "code": {
|
| + "description": "The status code. For this API, this value will always be 3, corresponding to an INVALID_ARGUMENT error.",
|
| + "format": "int32",
|
| + "type": "integer"
|
| + },
|
| + "message": {
|
| + "description": "A developer-facing error message, which is in English. Any user-facing error message is localized and sent in the [`google.rpc.Status.details`](google.rpc.Status.details) field, or localized by the client.",
|
| + "type": "string"
|
| }
|
| },
|
| "type": "object"
|
| @@ -218,6 +218,10 @@
|
| "description": "A request to run the function in a script. The script is identified by the\nspecified `script_id`. Executing a function on a script returns results\nbased on the implementation of the script.",
|
| "id": "ExecutionRequest",
|
| "properties": {
|
| + "sessionState": {
|
| + "description": "For Android add-ons only. An ID that represents the user's current session\nin the Android app for Google Docs or Sheets, included as extra data in the\n[`Intent`](https://developer.android.com/guide/components/intents-filters.html)\nthat launches the add-on. When an Android add-on is run with a session\nstate, it gains the privileges of a\n[bound](https://developers.google.com/apps-script/guides/bound) script —\nthat is, it can access information like the user's current cursor position\n(in Docs) or selected cell (in Sheets). To retrieve the state, call\n`Intent.getStringExtra(\"com.google.android.apps.docs.addons.SessionState\")`.\nOptional.",
|
| + "type": "string"
|
| + },
|
| "function": {
|
| "description": "The name of the function to execute in the given script. The name does not\ninclude parentheses or parameters.",
|
| "type": "string"
|
| @@ -232,10 +236,6 @@
|
| "type": "any"
|
| },
|
| "type": "array"
|
| - },
|
| - "sessionState": {
|
| - "description": "For Android add-ons only. An ID that represents the user's current session\nin the Android app for Google Docs or Sheets, included as extra data in the\n[`Intent`](https://developer.android.com/guide/components/intents-filters.html)\nthat launches the add-on. When an Android add-on is run with a session\nstate, it gains the privileges of a\n[bound](https://developers.google.com/apps-script/guides/bound) script —\nthat is, it can access information like the user's current cursor position\n(in Docs) or selected cell (in Sheets). To retrieve the state, call\n`Intent.getStringExtra(\"com.google.android.apps.docs.addons.SessionState\")`.\nOptional.",
|
| - "type": "string"
|
| }
|
| },
|
| "type": "object"
|
| @@ -292,6 +292,18 @@
|
| "description": "The response will not arrive until the function finishes executing. The maximum runtime is listed in the guide to [limitations in Apps Script](https://developers.google.com/apps-script/guides/services/quotas#current_limitations).\n<p>If the script function returns successfully, the `response` field will contain an `ExecutionResponse` object with the function's return value in the object's `result` field.</p>\n<p>If the script function (or Apps Script itself) throws an exception, the `error` field will contain a `Status` object. The `Status` object's `details` field will contain an array with a single `ExecutionError` object that provides information about the nature of the error.</p>\n<p>If the `run` call itself fails (for example, because of a malformed request or an authorization error), the method will return an HTTP response code in the 4XX range with a different format for the response body. Client libraries will automatically convert a 4XX response into an exception class.</p>",
|
| "id": "Operation",
|
| "properties": {
|
| + "error": {
|
| + "$ref": "Status",
|
| + "description": "If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, this field will contain a `Status` object. The `Status` object's `details` field will contain an array with a single `ExecutionError` object that provides information about the nature of the error."
|
| + },
|
| + "metadata": {
|
| + "additionalProperties": {
|
| + "description": "Properties of the object. Contains field @type with type URL.",
|
| + "type": "any"
|
| + },
|
| + "description": "This field is not used.",
|
| + "type": "object"
|
| + },
|
| "done": {
|
| "description": "This field is not used.",
|
| "type": "boolean"
|
| @@ -307,18 +319,6 @@
|
| "name": {
|
| "description": "This field is not used.",
|
| "type": "string"
|
| - },
|
| - "error": {
|
| - "$ref": "Status",
|
| - "description": "If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, this field will contain a `Status` object. The `Status` object's `details` field will contain an array with a single `ExecutionError` object that provides information about the nature of the error."
|
| - },
|
| - "metadata": {
|
| - "additionalProperties": {
|
| - "description": "Properties of the object. Contains field @type with type URL.",
|
| - "type": "any"
|
| - },
|
| - "description": "This field is not used.",
|
| - "type": "object"
|
| }
|
| },
|
| "type": "object"
|
| @@ -327,14 +327,14 @@
|
| "description": "A stack trace through the script that shows where the execution failed.",
|
| "id": "ScriptStackTraceElement",
|
| "properties": {
|
| + "function": {
|
| + "description": "The name of the function that failed.",
|
| + "type": "string"
|
| + },
|
| "lineNumber": {
|
| "description": "The line number where the script failed.",
|
| "format": "int32",
|
| "type": "integer"
|
| - },
|
| - "function": {
|
| - "description": "The name of the function that failed.",
|
| - "type": "string"
|
| }
|
| },
|
| "type": "object"
|
| @@ -343,6 +343,10 @@
|
| "description": "An object that provides information about the nature of an error in the Apps\nScript Execution API. If an\n`run` call succeeds but the\nscript function (or Apps Script itself) throws an exception, the response\nbody's `error` field contains a\n`Status` object. The `Status` object's `details` field\ncontains an array with a single one of these `ExecutionError` objects.",
|
| "id": "ExecutionError",
|
| "properties": {
|
| + "errorType": {
|
| + "description": "The error type, for example `TypeError` or `ReferenceError`. If the error\ntype is unavailable, this field is not included.",
|
| + "type": "string"
|
| + },
|
| "errorMessage": {
|
| "description": "The error message thrown by Apps Script, usually localized into the user's\nlanguage.",
|
| "type": "string"
|
| @@ -353,10 +357,6 @@
|
| "$ref": "ScriptStackTraceElement"
|
| },
|
| "type": "array"
|
| - },
|
| - "errorType": {
|
| - "description": "The error type, for example `TypeError` or `ReferenceError`. If the error\ntype is unavailable, this field is not included.",
|
| - "type": "string"
|
| }
|
| },
|
| "type": "object"
|
|
|