chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/script_v1.projects.versions.html b/docs/dyn/script_v1.projects.versions.html
index b131938..e4f860d 100644
--- a/docs/dyn/script_v1.projects.versions.html
+++ b/docs/dyn/script_v1.projects.versions.html
@@ -105,9 +105,9 @@
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.
+ "scriptId": "A String", # The script project's Drive ID.
"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.
}
@@ -120,9 +120,9 @@
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.
+ "scriptId": "A String", # The script project's Drive ID.
"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>
@@ -143,9 +143,9 @@
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.
+ "scriptId": "A String", # The script project's Drive ID.
"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>
@@ -167,15 +167,15 @@
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 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.
+ "scriptId": "A String", # The script project's Drive ID.
"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.
},
],
+ "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>