You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/script_v1.projects.html
+3
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,7 @@ <h3>Method Details</h3>
226
226
"updateTime": "A String", # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.
227
227
},
228
228
],
229
+
"revertFlumeInvoked": True or False, # Set to true if called from revert flume to allow deletion of system generated manifest file while validating content request. This value is false by default.
229
230
"scriptId": "A String", # The script project's Drive ID.
230
231
}</pre>
231
232
</div>
@@ -310,6 +311,7 @@ <h3>Method Details</h3>
310
311
"updateTime": "A String", # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.
311
312
},
312
313
],
314
+
"revertFlumeInvoked": True or False, # Set to true if called from revert flume to allow deletion of system generated manifest file while validating content request. This value is false by default.
313
315
"scriptId": "A String", # The script project's Drive ID.
314
316
}
315
317
@@ -347,6 +349,7 @@ <h3>Method Details</h3>
347
349
"updateTime": "A String", # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.
348
350
},
349
351
],
352
+
"revertFlumeInvoked": True or False, # Set to true if called from revert flume to allow deletion of system generated manifest file while validating content request. This value is false by default.
350
353
"scriptId": "A String", # The script project's Drive ID.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/script.v1.json
+5-1
Original file line number
Diff line number
Diff line change
@@ -891,7 +891,7 @@
891
891
}
892
892
}
893
893
},
894
-
"revision": "20231126",
894
+
"revision": "20231203",
895
895
"rootUrl": "https://script.googleapis.com/",
896
896
"schemas": {
897
897
"Content": {
@@ -905,6 +905,10 @@
905
905
},
906
906
"type": "array"
907
907
},
908
+
"revertFlumeInvoked": {
909
+
"description": "Set to true if called from revert flume to allow deletion of system generated manifest file while validating content request. This value is false by default.",
0 commit comments