chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/books_v1.cloudloading.html b/docs/dyn/books_v1.cloudloading.html
index dc8936d..7160f44 100644
--- a/docs/dyn/books_v1.cloudloading.html
+++ b/docs/dyn/books_v1.cloudloading.html
@@ -75,7 +75,7 @@
<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.cloudloading.html">cloudloading</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#addBook">addBook(drive_document_id=None, name=None, mime_type=None, upload_client_token=None, x__xgafv=None)</a></code></p>
+ <code><a href="#addBook">addBook(mime_type=None, name=None, drive_document_id=None, upload_client_token=None, x__xgafv=None)</a></code></p>
<p class="firstline">Add a user-upload volume and triggers processing.</p>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
@@ -88,13 +88,13 @@
<p class="firstline">Updates a user-upload volume.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="addBook">addBook(drive_document_id=None, name=None, mime_type=None, upload_client_token=None, x__xgafv=None)</code>
+ <code class="details" id="addBook">addBook(mime_type=None, name=None, drive_document_id=None, upload_client_token=None, x__xgafv=None)</code>
<pre>Add a user-upload volume and triggers processing.
Args:
- drive_document_id: string, A drive document id. The upload_client_token must not be set.
- name: string, The document name. It can be set only if the drive_document_id is set.
mime_type: string, The document MIME type. It can be set only if the drive_document_id is set.
+ name: string, The document name. It can be set only if the drive_document_id is set.
+ drive_document_id: string, A drive document id. The upload_client_token must not be set.
upload_client_token: string, Scotty upload token.
x__xgafv: string, V1 error format.
Allowed values
@@ -105,10 +105,10 @@
An object of the form:
{
- "title": "A String",
"processingState": "A String",
- "author": "A String",
+ "title": "A String",
"volumeId": "A String",
+ "author": "A String",
}</pre>
</div>
@@ -144,10 +144,10 @@
The object takes the form of:
{
- "title": "A String",
"processingState": "A String",
- "author": "A String",
+ "title": "A String",
"volumeId": "A String",
+ "author": "A String",
}
x__xgafv: string, V1 error format.
@@ -159,10 +159,10 @@
An object of the form:
{
- "title": "A String",
"processingState": "A String",
- "author": "A String",
+ "title": "A String",
"volumeId": "A String",
+ "author": "A String",
}</pre>
</div>