Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2c6f6f

Browse files
committedDec 12, 2023
feat(script): update the api
#### script:v1 The following keys were added: - schemas.Content.properties.revertFlumeInvoked.type (Total Keys: 1)
1 parent ce81218 commit a2c6f6f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎docs/dyn/script_v1.projects.html

+3
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ <h3>Method Details</h3>
226226
&quot;updateTime&quot;: &quot;A String&quot;, # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.
227227
},
228228
],
229+
&quot;revertFlumeInvoked&quot;: 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.
229230
&quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
230231
}</pre>
231232
</div>
@@ -310,6 +311,7 @@ <h3>Method Details</h3>
310311
&quot;updateTime&quot;: &quot;A String&quot;, # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.
311312
},
312313
],
314+
&quot;revertFlumeInvoked&quot;: 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.
313315
&quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
314316
}
315317

@@ -347,6 +349,7 @@ <h3>Method Details</h3>
347349
&quot;updateTime&quot;: &quot;A String&quot;, # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.
348350
},
349351
],
352+
&quot;revertFlumeInvoked&quot;: 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.
350353
&quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
351354
}</pre>
352355
</div>

‎googleapiclient/discovery_cache/documents/script.v1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@
891891
}
892892
}
893893
},
894-
"revision": "20231126",
894+
"revision": "20231203",
895895
"rootUrl": "https://script.googleapis.com/",
896896
"schemas": {
897897
"Content": {
@@ -905,6 +905,10 @@
905905
},
906906
"type": "array"
907907
},
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.",
910+
"type": "boolean"
911+
},
908912
"scriptId": {
909913
"description": "The script project's Drive ID.",
910914
"type": "string"

0 commit comments

Comments
 (0)
Please sign in to comment.