chore: regens API reference docs (#889)
diff --git a/docs/dyn/script_v1.projects.html b/docs/dyn/script_v1.projects.html
index 6a22254..3dafc4d 100644
--- a/docs/dyn/script_v1.projects.html
+++ b/docs/dyn/script_v1.projects.html
@@ -85,7 +85,7 @@
<p class="firstline">Returns the versions Resource.</p>
<p class="toc_element">
- <code><a href="#create">create(body, x__xgafv=None)</a></code></p>
+ <code><a href="#create">create(body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a new, empty script project with no script files and a base</p>
<p class="toc_element">
<code><a href="#get">get(scriptId, x__xgafv=None)</a></code></p>
@@ -97,16 +97,16 @@
<code><a href="#getMetrics">getMetrics(scriptId, metricsFilter_deploymentId=None, x__xgafv=None, metricsGranularity=None)</a></code></p>
<p class="firstline">Get metrics data for scripts, such as number of executions and</p>
<p class="toc_element">
- <code><a href="#updateContent">updateContent(scriptId, body, x__xgafv=None)</a></code></p>
+ <code><a href="#updateContent">updateContent(scriptId, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates the content of the specified script project.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="create">create(body, x__xgafv=None)</code>
+ <code class="details" id="create">create(body=None, x__xgafv=None)</code>
<pre>Creates a new, empty script project with no script files and a base
manifest file.
Args:
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # Request to create a script project.
@@ -127,15 +127,15 @@
{ # The script project resource.
"updateTime": "A String", # When the script was last updated.
"lastModifyUser": { # A simple user profile resource. # User who last modified the script.
- "domain": "A String", # The user's domain.
"email": "A String", # The user's identifying email address.
+ "domain": "A String", # The user's domain.
"name": "A String", # The user's display name.
"photoUrl": "A String", # The user's photo.
},
"title": "A String", # The title for the project.
"creator": { # A simple user profile resource. # User who originally created the script.
- "domain": "A String", # The user's domain.
"email": "A String", # The user's identifying email address.
+ "domain": "A String", # The user's domain.
"name": "A String", # The user's display name.
"photoUrl": "A String", # The user's photo.
},
@@ -164,15 +164,15 @@
{ # The script project resource.
"updateTime": "A String", # When the script was last updated.
"lastModifyUser": { # A simple user profile resource. # User who last modified the script.
- "domain": "A String", # The user's domain.
"email": "A String", # The user's identifying email address.
+ "domain": "A String", # The user's domain.
"name": "A String", # The user's display name.
"photoUrl": "A String", # The user's photo.
},
"title": "A String", # The title for the project.
"creator": { # A simple user profile resource. # User who originally created the script.
- "domain": "A String", # The user's domain.
"email": "A String", # The user's identifying email address.
+ "domain": "A String", # The user's domain.
"name": "A String", # The user's display name.
"photoUrl": "A String", # The user's photo.
},
@@ -216,8 +216,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.
- "domain": "A String", # The user's domain.
"email": "A String", # The user's identifying email address.
+ "domain": "A String", # The user's domain.
"name": "A String", # The user's display name.
"photoUrl": "A String", # The user's photo.
},
@@ -263,29 +263,29 @@
"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.
},
],
"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.
+ "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.
- "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.
},
],
}</pre>
</div>
<div class="method">
- <code class="details" id="updateContent">updateContent(scriptId, body, x__xgafv=None)</code>
+ <code class="details" id="updateContent">updateContent(scriptId, body=None, x__xgafv=None)</code>
<pre>Updates the content of the specified script project.
This content is stored as the HEAD version, and is used when the script is
executed as a trigger, in the script editor, in add-on preview mode, or as
@@ -294,7 +294,7 @@
Args:
scriptId: string, The script project's Drive ID. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # The Content resource.
@@ -312,8 +312,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.
- "domain": "A String", # The user's domain.
"email": "A String", # The user's identifying email address.
+ "domain": "A String", # The user's domain.
"name": "A String", # The user's display name.
"photoUrl": "A String", # The user's photo.
},
@@ -359,8 +359,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.
- "domain": "A String", # The user's domain.
"email": "A String", # The user's identifying email address.
+ "domain": "A String", # The user's domain.
"name": "A String", # The user's display name.
"photoUrl": "A String", # The user's photo.
},