docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/script_v1.projects.versions.html b/docs/dyn/script_v1.projects.versions.html
index 25a4b58..ed7a414 100644
--- a/docs/dyn/script_v1.projects.versions.html
+++ b/docs/dyn/script_v1.projects.versions.html
@@ -93,19 +93,19 @@
version number.
Args:
- scriptId: string, The script project's Drive ID. (required)
+ 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.
- "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.
- "scriptId": "A String", # The script project's Drive ID.
- "description": "A String", # The description for this version.
- "createTime": "A String", # When the version was 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.
+ "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.
+ "createTime": "A String", # When the version was created.
+ "scriptId": "A String", # The script project's Drive ID.
+ "description": "A String", # The description for this version.
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -115,15 +115,15 @@
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.
- "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.
- "scriptId": "A String", # The script project's Drive ID.
- "description": "A String", # The description for this version.
- "createTime": "A String", # When the version was created.
- }</pre>
+ { # 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.
+ "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.
+ "createTime": "A String", # When the version was created.
+ "scriptId": "A String", # The script project's Drive ID.
+ "description": "A String", # The description for this version.
+ }</pre>
</div>
<div class="method">
@@ -131,7 +131,7 @@
<pre>Gets a version of a script project.
Args:
- scriptId: string, The script project's Drive ID. (required)
+ scriptId: string, The script project's Drive ID. (required)
versionNumber: integer, The version number. (required)
x__xgafv: string, V1 error format.
Allowed values
@@ -141,15 +141,15 @@
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.
- "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.
- "scriptId": "A String", # The script project's Drive ID.
- "description": "A String", # The description for this version.
- "createTime": "A String", # When the version was created.
- }</pre>
+ { # 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.
+ "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.
+ "createTime": "A String", # When the version was created.
+ "scriptId": "A String", # The script project's Drive ID.
+ "description": "A String", # The description for this version.
+ }</pre>
</div>
<div class="method">
@@ -157,7 +157,7 @@
<pre>List the versions of a script project.
Args:
- scriptId: string, The script project's Drive ID. (required)
+ scriptId: string, The script project's Drive ID. (required)
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.
@@ -170,18 +170,18 @@
An object of the form:
{ # Response with the list of the versions for the specified script project.
- "nextPageToken": "A String", # The token use to fetch the next page of records. if not exist in the
+ "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.
- "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.
- "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.
- "scriptId": "A String", # The script project's Drive ID.
- "description": "A String", # The description for this version.
- "createTime": "A String", # When the version was created.
- },
+ "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.
+ "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.
+ "createTime": "A String", # When the version was created.
+ "scriptId": "A String", # The script project's Drive ID.
+ "description": "A String", # The description for this version.
+ },
],
}</pre>
</div>
@@ -195,7 +195,7 @@
previous_response: The response from the request for the previous page. (required)
Returns:
- A request object that you can call 'execute()' on to request the next
+ A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>