docs: update generated docs (#981)
diff --git a/docs/dyn/script_v1.projects.html b/docs/dyn/script_v1.projects.html
index a05f270..553ed06 100644
--- a/docs/dyn/script_v1.projects.html
+++ b/docs/dyn/script_v1.projects.html
@@ -125,25 +125,25 @@
An object of the form:
{ # The script project resource.
- "updateTime": "A String", # When the script was last updated.
- "creator": { # A simple user profile resource. # User who originally created the script.
- "email": "A String", # The user's identifying email address.
- "domain": "A String", # The user's domain.
- "photoUrl": "A String", # The user's photo.
+ "lastModifyUser": { # A simple user profile resource. # User who last modified the script.
"name": "A String", # The user's display name.
+ "email": "A String", # The user's identifying email address.
+ "photoUrl": "A String", # The user's photo.
+ "domain": "A String", # The user's domain.
},
- "scriptId": "A String", # The script project's Drive ID.
- "title": "A String", # The title for the project.
+ "updateTime": "A String", # When the script was last updated.
"parentId": "A String", # The parent's Drive ID that the script will be attached to. This is usually
# the ID of a Google Document or Google Sheet. This filed is optional, and
# if not set, a stand-alone script will be created.
- "lastModifyUser": { # A simple user profile resource. # User who last modified the script.
- "email": "A String", # The user's identifying email address.
- "domain": "A String", # The user's domain.
- "photoUrl": "A String", # The user's photo.
- "name": "A String", # The user's display name.
- },
"createTime": "A String", # When the script was created.
+ "scriptId": "A String", # The script project's Drive ID.
+ "title": "A String", # The title for the project.
+ "creator": { # A simple user profile resource. # User who originally created the script.
+ "name": "A String", # The user's display name.
+ "email": "A String", # The user's identifying email address.
+ "photoUrl": "A String", # The user's photo.
+ "domain": "A String", # The user's domain.
+ },
}</pre>
</div>
@@ -162,25 +162,25 @@
An object of the form:
{ # The script project resource.
- "updateTime": "A String", # When the script was last updated.
- "creator": { # A simple user profile resource. # User who originally created the script.
- "email": "A String", # The user's identifying email address.
- "domain": "A String", # The user's domain.
- "photoUrl": "A String", # The user's photo.
+ "lastModifyUser": { # A simple user profile resource. # User who last modified the script.
"name": "A String", # The user's display name.
+ "email": "A String", # The user's identifying email address.
+ "photoUrl": "A String", # The user's photo.
+ "domain": "A String", # The user's domain.
},
- "scriptId": "A String", # The script project's Drive ID.
- "title": "A String", # The title for the project.
+ "updateTime": "A String", # When the script was last updated.
"parentId": "A String", # The parent's Drive ID that the script will be attached to. This is usually
# the ID of a Google Document or Google Sheet. This filed is optional, and
# if not set, a stand-alone script will be created.
- "lastModifyUser": { # A simple user profile resource. # User who last modified the script.
- "email": "A String", # The user's identifying email address.
- "domain": "A String", # The user's domain.
- "photoUrl": "A String", # The user's photo.
- "name": "A String", # The user's display name.
- },
"createTime": "A String", # When the script was created.
+ "scriptId": "A String", # The script project's Drive ID.
+ "title": "A String", # The title for the project.
+ "creator": { # A simple user profile resource. # User who originally created the script.
+ "name": "A String", # The user's display name.
+ "email": "A String", # The user's identifying email address.
+ "photoUrl": "A String", # The user's photo.
+ "domain": "A String", # The user's domain.
+ },
}</pre>
</div>
@@ -211,6 +211,15 @@
# A file is a third-party source code created by one or more
# developers. It can be a server-side JS code, HTML, or a
# configuration file. Each script project can contain multiple files.
+ "type": "A String", # The type of the file.
+ "lastModifyUser": { # A simple user profile resource. # The user who modified the file most recently.
+ # This read-only field is only visible to users who have WRITER
+ # permission for the script project.
+ "name": "A String", # The user's display name.
+ "email": "A String", # The user's identifying email address.
+ "photoUrl": "A String", # The user's photo.
+ "domain": "A String", # The user's domain.
+ },
"functionSet": { # A set of functions. No duplicates are permitted. # The defined set of functions in the script file, if any.
"values": [ # A list of functions composing the set.
{ # Represents a function in a script project.
@@ -218,14 +227,8 @@
},
],
},
- "lastModifyUser": { # A simple user profile resource. # The user who modified the file most recently.
- # This read-only field is only visible to users who have WRITER
- # permission for the script project.
- "email": "A String", # The user's identifying email address.
- "domain": "A String", # The user's domain.
- "photoUrl": "A String", # The user's photo.
- "name": "A String", # The user's display name.
- },
+ "name": "A String", # The name of the file. The file extension is not part of the file
+ # name, which can be identified from the type field.
"createTime": "A String", # Creation date timestamp.
# This read-only field is only visible to users who have WRITER
# permission for the script project.
@@ -233,9 +236,6 @@
# This read-only field is only visible to users who have WRITER
# permission for the script project.
"source": "A String", # The file content.
- "name": "A String", # The name of the file. The file extension is not part of the file
- # name, which can be identified from the type field.
- "type": "A String", # The type of the file.
},
],
}</pre>
@@ -263,22 +263,22 @@
"activeUsers": [ # Number of active users.
{ # Metrics value that holds number of executions counted.
"endTime": "A String", # Required field indicating the end time of the interval.
- "startTime": "A String", # Required field indicating the start time of the interval.
"value": "A String", # Indicates the number of executions counted.
- },
- ],
- "failedExecutions": [ # Number of failed executions.
- { # Metrics value that holds number of executions counted.
- "endTime": "A String", # Required field indicating the end time of the interval.
"startTime": "A String", # Required field indicating the start time of the interval.
- "value": "A String", # Indicates the number of executions counted.
},
],
"totalExecutions": [ # Number of total executions.
{ # Metrics value that holds number of executions counted.
"endTime": "A String", # Required field indicating the end time of the interval.
- "startTime": "A String", # Required field indicating the start time of the interval.
"value": "A String", # Indicates the number of executions counted.
+ "startTime": "A String", # Required field indicating the start time of the interval.
+ },
+ ],
+ "failedExecutions": [ # Number of failed executions.
+ { # Metrics value that holds number of executions counted.
+ "endTime": "A String", # Required field indicating the end time of the interval.
+ "value": "A String", # Indicates the number of executions counted.
+ "startTime": "A String", # Required field indicating the start time of the interval.
},
],
}</pre>
@@ -307,6 +307,15 @@
# A file is a third-party source code created by one or more
# developers. It can be a server-side JS code, HTML, or a
# configuration file. Each script project can contain multiple files.
+ "type": "A String", # The type of the file.
+ "lastModifyUser": { # A simple user profile resource. # The user who modified the file most recently.
+ # This read-only field is only visible to users who have WRITER
+ # permission for the script project.
+ "name": "A String", # The user's display name.
+ "email": "A String", # The user's identifying email address.
+ "photoUrl": "A String", # The user's photo.
+ "domain": "A String", # The user's domain.
+ },
"functionSet": { # A set of functions. No duplicates are permitted. # The defined set of functions in the script file, if any.
"values": [ # A list of functions composing the set.
{ # Represents a function in a script project.
@@ -314,14 +323,8 @@
},
],
},
- "lastModifyUser": { # A simple user profile resource. # The user who modified the file most recently.
- # This read-only field is only visible to users who have WRITER
- # permission for the script project.
- "email": "A String", # The user's identifying email address.
- "domain": "A String", # The user's domain.
- "photoUrl": "A String", # The user's photo.
- "name": "A String", # The user's display name.
- },
+ "name": "A String", # The name of the file. The file extension is not part of the file
+ # name, which can be identified from the type field.
"createTime": "A String", # Creation date timestamp.
# This read-only field is only visible to users who have WRITER
# permission for the script project.
@@ -329,9 +332,6 @@
# This read-only field is only visible to users who have WRITER
# permission for the script project.
"source": "A String", # The file content.
- "name": "A String", # The name of the file. The file extension is not part of the file
- # name, which can be identified from the type field.
- "type": "A String", # The type of the file.
},
],
}
@@ -354,6 +354,15 @@
# A file is a third-party source code created by one or more
# developers. It can be a server-side JS code, HTML, or a
# configuration file. Each script project can contain multiple files.
+ "type": "A String", # The type of the file.
+ "lastModifyUser": { # A simple user profile resource. # The user who modified the file most recently.
+ # This read-only field is only visible to users who have WRITER
+ # permission for the script project.
+ "name": "A String", # The user's display name.
+ "email": "A String", # The user's identifying email address.
+ "photoUrl": "A String", # The user's photo.
+ "domain": "A String", # The user's domain.
+ },
"functionSet": { # A set of functions. No duplicates are permitted. # The defined set of functions in the script file, if any.
"values": [ # A list of functions composing the set.
{ # Represents a function in a script project.
@@ -361,14 +370,8 @@
},
],
},
- "lastModifyUser": { # A simple user profile resource. # The user who modified the file most recently.
- # This read-only field is only visible to users who have WRITER
- # permission for the script project.
- "email": "A String", # The user's identifying email address.
- "domain": "A String", # The user's domain.
- "photoUrl": "A String", # The user's photo.
- "name": "A String", # The user's display name.
- },
+ "name": "A String", # The name of the file. The file extension is not part of the file
+ # name, which can be identified from the type field.
"createTime": "A String", # Creation date timestamp.
# This read-only field is only visible to users who have WRITER
# permission for the script project.
@@ -376,9 +379,6 @@
# This read-only field is only visible to users who have WRITER
# permission for the script project.
"source": "A String", # The file content.
- "name": "A String", # The name of the file. The file extension is not part of the file
- # name, which can be identified from the type field.
- "type": "A String", # The type of the file.
},
],
}</pre>