mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-01 00:51:17 +01:00
update all APIs
Like documented in the README ``` rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8 ```
This commit is contained in:
@@ -219,7 +219,8 @@
|
||||
"FAILED",
|
||||
"TIMED_OUT",
|
||||
"UNKNOWN",
|
||||
"DELAYED"
|
||||
"DELAYED",
|
||||
"EXECUTION_DISABLED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Unspecified status.",
|
||||
@@ -230,7 +231,8 @@
|
||||
"The process failed.",
|
||||
"The process timed out.",
|
||||
"Process status unknown.",
|
||||
"The process is delayed, waiting for quota."
|
||||
"The process is delayed, waiting for quota.",
|
||||
"AppsScript executions are disabled by Admin."
|
||||
],
|
||||
"location": "query",
|
||||
"repeated": true,
|
||||
@@ -351,7 +353,8 @@
|
||||
"FAILED",
|
||||
"TIMED_OUT",
|
||||
"UNKNOWN",
|
||||
"DELAYED"
|
||||
"DELAYED",
|
||||
"EXECUTION_DISABLED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Unspecified status.",
|
||||
@@ -362,7 +365,8 @@
|
||||
"The process failed.",
|
||||
"The process timed out.",
|
||||
"Process status unknown.",
|
||||
"The process is delayed, waiting for quota."
|
||||
"The process is delayed, waiting for quota.",
|
||||
"AppsScript executions are disabled by Admin."
|
||||
],
|
||||
"location": "query",
|
||||
"repeated": true,
|
||||
@@ -856,7 +860,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"scriptId": {
|
||||
"description": "The script ID of the script to be executed. Find the script ID on the **Project settings** page under \"IDs.\"",
|
||||
"description": "The script ID of the script to be executed. Find the script ID on the **Project settings** page under \"IDs.\" As multiple executable APIs can be deployed in new IDE for same script, this field should be populated with DeploymentID generated while deploying in new IDE instead of script ID.",
|
||||
"location": "path",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
@@ -887,7 +891,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20230124",
|
||||
"revision": "20240225",
|
||||
"rootUrl": "https://script.googleapis.com/",
|
||||
"schemas": {
|
||||
"Content": {
|
||||
@@ -1267,7 +1271,8 @@
|
||||
"FAILED",
|
||||
"TIMED_OUT",
|
||||
"UNKNOWN",
|
||||
"DELAYED"
|
||||
"DELAYED",
|
||||
"EXECUTION_DISABLED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Unspecified status.",
|
||||
@@ -1278,7 +1283,8 @@
|
||||
"The process failed.",
|
||||
"The process timed out.",
|
||||
"Process status unknown.",
|
||||
"The process is delayed, waiting for quota."
|
||||
"The process is delayed, waiting for quota.",
|
||||
"AppsScript executions are disabled by Admin."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1314,6 +1320,20 @@
|
||||
"description": "Name of the script being executed.",
|
||||
"type": "string"
|
||||
},
|
||||
"runtimeVersion": {
|
||||
"description": "Which version of maestro to use to execute the script.",
|
||||
"enum": [
|
||||
"RUNTIME_VERSION_UNSPECIFIED",
|
||||
"DEPRECATED_ES5",
|
||||
"V8"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Runtime version unset / unknown.",
|
||||
"Legacy rhino version of the Apps script runtime",
|
||||
"Current default V8 version of the apps script runtime."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"startTime": {
|
||||
"description": "Time the execution started.",
|
||||
"format": "google-datetime",
|
||||
|
||||
Reference in New Issue
Block a user