Skip to content

Commit

Permalink
feat(script): update the api
Browse files Browse the repository at this point in the history
#### script:v1

The following keys were added:
- schemas.Content.properties.revertFlumeInvoked.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 12, 2023
1 parent ce81218 commit a2c6f6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/dyn/script_v1.projects.html
Expand Up @@ -226,6 +226,7 @@ <h3>Method Details</h3>
&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.
},
],
&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.
&quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
}</pre>
</div>
Expand Down Expand Up @@ -310,6 +311,7 @@ <h3>Method Details</h3>
&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.
},
],
&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.
&quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
}

Expand Down Expand Up @@ -347,6 +349,7 @@ <h3>Method Details</h3>
&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.
},
],
&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.
&quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
}</pre>
</div>
Expand Down
6 changes: 5 additions & 1 deletion googleapiclient/discovery_cache/documents/script.v1.json
Expand Up @@ -891,7 +891,7 @@
}
}
},
"revision": "20231126",
"revision": "20231203",
"rootUrl": "https://script.googleapis.com/",
"schemas": {
"Content": {
Expand All @@ -905,6 +905,10 @@
},
"type": "array"
},
"revertFlumeInvoked": {
"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.",
"type": "boolean"
},
"scriptId": {
"description": "The script project's Drive ID.",
"type": "string"
Expand Down

0 comments on commit a2c6f6f

Please sign in to comment.