diff --git a/docs/dyn/script_v1.processes.html b/docs/dyn/script_v1.processes.html index 7bc27659689..7057e020b30 100644 --- a/docs/dyn/script_v1.processes.html +++ b/docs/dyn/script_v1.processes.html @@ -155,6 +155,7 @@

Method Details

"processStatus": "A String", # The executions status. "processType": "A String", # The executions type. "projectName": "A String", # Name of the script being executed. + "runtimeVersion": "A String", # Which version of maestro to use to execute the script. "startTime": "A String", # Time the execution started. "userAccessLevel": "A String", # The executing users access level to the script. }, @@ -221,6 +222,7 @@

Method Details

"processStatus": "A String", # The executions status. "processType": "A String", # The executions type. "projectName": "A String", # Name of the script being executed. + "runtimeVersion": "A String", # Which version of maestro to use to execute the script. "startTime": "A String", # Time the execution started. "userAccessLevel": "A String", # The executing users access level to the script. }, diff --git a/googleapiclient/discovery_cache/documents/script.v1.json b/googleapiclient/discovery_cache/documents/script.v1.json index 3ff0ebcc4bf..0b31ae1af93 100644 --- a/googleapiclient/discovery_cache/documents/script.v1.json +++ b/googleapiclient/discovery_cache/documents/script.v1.json @@ -887,7 +887,7 @@ } } }, - "revision": "20230417", + "revision": "20230514", "rootUrl": "https://script.googleapis.com/", "schemas": { "Content": { @@ -1314,6 +1314,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",