diff --git a/docs/dyn/script_v1.projects.html b/docs/dyn/script_v1.projects.html index daf68fa4e2..5c3b8588b3 100644 --- a/docs/dyn/script_v1.projects.html +++ b/docs/dyn/script_v1.projects.html @@ -226,7 +226,6 @@

Method Details

"updateTime": "A String", # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project. }, ], - "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. "scriptId": "A String", # The script project's Drive ID. } @@ -311,7 +310,6 @@

Method Details

"updateTime": "A String", # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project. }, ], - "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. "scriptId": "A String", # The script project's Drive ID. } @@ -349,7 +347,6 @@

Method Details

"updateTime": "A String", # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project. }, ], - "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. "scriptId": "A String", # The script project's Drive ID. } diff --git a/googleapiclient/discovery_cache/documents/script.v1.json b/googleapiclient/discovery_cache/documents/script.v1.json index fc3202a06b..08911ecf3b 100644 --- a/googleapiclient/discovery_cache/documents/script.v1.json +++ b/googleapiclient/discovery_cache/documents/script.v1.json @@ -891,7 +891,7 @@ } } }, - "revision": "20231218", + "revision": "20240108", "rootUrl": "https://script.googleapis.com/", "schemas": { "Content": { @@ -905,10 +905,6 @@ }, "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"