File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
googleapiclient/discovery_cache/documents Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ <h3>Method Details</h3>
155
155
"processStatus": "A String", # The executions status.
156
156
"processType": "A String", # The executions type.
157
157
"projectName": "A String", # Name of the script being executed.
158
+ "runtimeVersion": "A String", # Which version of maestro to use to execute the script.
158
159
"startTime": "A String", # Time the execution started.
159
160
"userAccessLevel": "A String", # The executing users access level to the script.
160
161
},
@@ -221,6 +222,7 @@ <h3>Method Details</h3>
221
222
"processStatus": "A String", # The executions status.
222
223
"processType": "A String", # The executions type.
223
224
"projectName": "A String", # Name of the script being executed.
225
+ "runtimeVersion": "A String", # Which version of maestro to use to execute the script.
224
226
"startTime": "A String", # Time the execution started.
225
227
"userAccessLevel": "A String", # The executing users access level to the script.
226
228
},
Original file line number Diff line number Diff line change 887
887
}
888
888
}
889
889
},
890
- "revision" : " 20230417 " ,
890
+ "revision" : " 20230514 " ,
891
891
"rootUrl" : " https://script.googleapis.com/" ,
892
892
"schemas" : {
893
893
"Content" : {
1314
1314
"description" : " Name of the script being executed." ,
1315
1315
"type" : " string"
1316
1316
},
1317
+ "runtimeVersion" : {
1318
+ "description" : " Which version of maestro to use to execute the script." ,
1319
+ "enum" : [
1320
+ " RUNTIME_VERSION_UNSPECIFIED" ,
1321
+ " DEPRECATED_ES5" ,
1322
+ " V8"
1323
+ ],
1324
+ "enumDescriptions" : [
1325
+ " Runtime version unset / unknown." ,
1326
+ " Legacy rhino version of the Apps script runtime" ,
1327
+ " Current default V8 version of the apps script runtime."
1328
+ ],
1329
+ "type" : " string"
1330
+ },
1317
1331
"startTime" : {
1318
1332
"description" : " Time the execution started." ,
1319
1333
"format" : " google-datetime" ,
You can’t perform that action at this time.
0 commit comments