docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/script_v1.projects.versions.html b/docs/dyn/script_v1.projects.versions.html
index a94ffa3..7bb9dc3 100644
--- a/docs/dyn/script_v1.projects.versions.html
+++ b/docs/dyn/script_v1.projects.versions.html
@@ -75,36 +75,40 @@
<h1><a href="script_v1.html">Apps Script API</a> . <a href="script_v1.projects.html">projects</a> . <a href="script_v1.projects.versions.html">versions</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#create">create(scriptId, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Creates a new immutable version using the current code, with a unique</p>
+<p class="firstline">Creates a new immutable version using the current code, with a unique version number.</p>
<p class="toc_element">
<code><a href="#get">get(scriptId, versionNumber, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a version of a script project.</p>
<p class="toc_element">
- <code><a href="#list">list(scriptId, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(scriptId, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">List the versions of a script project.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="create">create(scriptId, body=None, x__xgafv=None)</code>
- <pre>Creates a new immutable version using the current code, with a unique
-version number.
+ <pre>Creates a new immutable version using the current code, with a unique version number.
Args:
scriptId: string, The script project's Drive ID. (required)
body: object, The request body.
The object takes the form of:
-{ # A resource representing a script project version. A version is a "snapshot"
- # of a script project and is similar to a read-only branched release. When
- # creating deployments, the version to use must be specified.
- "createTime": "A String", # When the version was created.
- "versionNumber": 42, # The incremental ID that is created by Apps Script when a version is
- # created. This is system assigned number and is immutable once created.
+{ # A resource representing a script project version. A version is a "snapshot" of a script project and is similar to a read-only branched release. When creating deployments, the version to use must be specified.
"description": "A String", # The description for this version.
+ "createTime": "A String", # When the version was created.
"scriptId": "A String", # The script project's Drive ID.
+ "versionNumber": 42, # The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created.
}
x__xgafv: string, V1 error format.
@@ -115,14 +119,11 @@
Returns:
An object of the form:
- { # A resource representing a script project version. A version is a "snapshot"
- # of a script project and is similar to a read-only branched release. When
- # creating deployments, the version to use must be specified.
- "createTime": "A String", # When the version was created.
- "versionNumber": 42, # The incremental ID that is created by Apps Script when a version is
- # created. This is system assigned number and is immutable once created.
+ { # A resource representing a script project version. A version is a "snapshot" of a script project and is similar to a read-only branched release. When creating deployments, the version to use must be specified.
"description": "A String", # The description for this version.
+ "createTime": "A String", # When the version was created.
"scriptId": "A String", # The script project's Drive ID.
+ "versionNumber": 42, # The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created.
}</pre>
</div>
@@ -141,26 +142,22 @@
Returns:
An object of the form:
- { # A resource representing a script project version. A version is a "snapshot"
- # of a script project and is similar to a read-only branched release. When
- # creating deployments, the version to use must be specified.
- "createTime": "A String", # When the version was created.
- "versionNumber": 42, # The incremental ID that is created by Apps Script when a version is
- # created. This is system assigned number and is immutable once created.
+ { # A resource representing a script project version. A version is a "snapshot" of a script project and is similar to a read-only branched release. When creating deployments, the version to use must be specified.
"description": "A String", # The description for this version.
+ "createTime": "A String", # When the version was created.
"scriptId": "A String", # The script project's Drive ID.
+ "versionNumber": 42, # The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(scriptId, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(scriptId, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>List the versions of a script project.
Args:
scriptId: string, The script project's Drive ID. (required)
- pageToken: string, The token for continuing a previous list request on the next page. This
-should be set to the value of `nextPageToken` from a previous response.
pageSize: integer, The maximum number of versions on each returned page. Defaults to 50.
+ pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from a previous response.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -171,18 +168,14 @@
{ # Response with the list of the versions for the specified script project.
"versions": [ # The list of versions.
- { # A resource representing a script project version. A version is a "snapshot"
- # of a script project and is similar to a read-only branched release. When
- # creating deployments, the version to use must be specified.
- "createTime": "A String", # When the version was created.
- "versionNumber": 42, # The incremental ID that is created by Apps Script when a version is
- # created. This is system assigned number and is immutable once created.
+ { # A resource representing a script project version. A version is a "snapshot" of a script project and is similar to a read-only branched release. When creating deployments, the version to use must be specified.
"description": "A String", # The description for this version.
+ "createTime": "A String", # When the version was created.
"scriptId": "A String", # The script project's Drive ID.
+ "versionNumber": 42, # The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created.
},
],
- "nextPageToken": "A String", # The token use to fetch the next page of records. if not exist in the
- # response, that means no more versions to list.
+ "nextPageToken": "A String", # The token use to fetch the next page of records. if not exist in the response, that means no more versions to list.
}</pre>
</div>