docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/script_v1.projects.html b/docs/dyn/script_v1.projects.html
index 7cb10a2..a05f270 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.
+ "name": "A String", # The user's display name.
+ },
+ "scriptId": "A String", # The script project's Drive ID.
"title": "A String", # The title for the project.
"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.
- "name": "A String", # The user's display name.
"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.
- "updateTime": "A String", # When the script was last updated.
- "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.
- "domain": "A String", # The user's domain.
- "photoUrl": "A String", # The user's photo.
- },
- "scriptId": "A String", # The script project's Drive ID.
}</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.
+ "name": "A String", # The user's display name.
+ },
+ "scriptId": "A String", # The script project's Drive ID.
"title": "A String", # The title for the project.
"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.
- "name": "A String", # The user's display name.
"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.
- "updateTime": "A String", # When the script was last updated.
- "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.
- "domain": "A String", # The user's domain.
- "photoUrl": "A String", # The user's photo.
- },
- "scriptId": "A String", # The script project's Drive ID.
}</pre>
</div>
@@ -211,10 +211,6 @@
# 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.
- "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.
"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.
@@ -225,10 +221,10 @@
"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.
"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", # Creation date timestamp.
# This read-only field is only visible to users who have WRITER
@@ -236,6 +232,10 @@
"updateTime": "A String", # Last modified date timestamp.
# 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>
@@ -260,13 +260,6 @@
{ # Resource containing usage stats for a given script, based on the supplied
# filter and mask present in the request.
- "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.
- },
- ],
"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.
@@ -281,6 +274,13 @@
"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.
+ },
+ ],
}</pre>
</div>
@@ -307,10 +307,6 @@
# 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.
- "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.
"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.
@@ -321,10 +317,10 @@
"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.
"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", # Creation date timestamp.
# This read-only field is only visible to users who have WRITER
@@ -332,6 +328,10 @@
"updateTime": "A String", # Last modified date timestamp.
# 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,10 +354,6 @@
# 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.
- "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.
"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.
@@ -368,10 +364,10 @@
"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.
"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", # Creation date timestamp.
# This read-only field is only visible to users who have WRITER
@@ -379,6 +375,10 @@
"updateTime": "A String", # Last modified date timestamp.
# 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>