chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/script_v1.projects.versions.html b/docs/dyn/script_v1.projects.versions.html
index 0afce12..6c124bb 100644
--- a/docs/dyn/script_v1.projects.versions.html
+++ b/docs/dyn/script_v1.projects.versions.html
@@ -105,10 +105,10 @@
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.
"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.
+ "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.
@@ -120,11 +120,11 @@
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.
- "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>
+ "createTime": "A String", # When the version was created.
+ "description": "A String", # The description for this version.
+ "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">
@@ -143,11 +143,11 @@
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.
- "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>
+ "createTime": "A String", # When the version was created.
+ "description": "A String", # The description for this version.
+ "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">
@@ -167,16 +167,16 @@
An object of the form:
{ # 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.
- "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.
- },
- ],
- "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>
+ "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.
+ "createTime": "A String", # When the version was created.
+ "description": "A String", # The description for this version.
+ "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">