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/books_v1.cloudloading.html b/docs/dyn/books_v1.cloudloading.html
index 2b045d9..abbe824 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(upload_client_token=None, name=None, drive_document_id=None, mime_type=None)</a></code></p>
+ <code><a href="#addBook">addBook(drive_document_id=None, mime_type=None, name=None, upload_client_token=None)</a></code></p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#deleteBook">deleteBook(volumeId)</a></code></p>
@@ -85,23 +85,23 @@
<p class="firstline"></p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="addBook">addBook(upload_client_token=None, name=None, drive_document_id=None, mime_type=None)</code>
+ <code class="details" id="addBook">addBook(drive_document_id=None, mime_type=None, name=None, upload_client_token=None)</code>
<pre>
Args:
- upload_client_token: string, A parameter
- 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.
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.
+ upload_client_token: string, A parameter
Returns:
An object of the form:
{
- "title": "A String",
- "processingState": "A String",
- "volumeId": "A String",
- "author": "A String",
+ "author": "A String",
+ "processingState": "A String",
+ "title": "A String",
+ "volumeId": "A String",
}</pre>
</div>
@@ -123,10 +123,10 @@
The object takes the form of:
{
- "title": "A String",
- "processingState": "A String",
- "volumeId": "A String",
- "author": "A String",
+ "author": "A String",
+ "processingState": "A String",
+ "title": "A String",
+ "volumeId": "A String",
}
@@ -134,10 +134,10 @@
An object of the form:
{
- "title": "A String",
- "processingState": "A String",
- "volumeId": "A String",
- "author": "A String",
+ "author": "A String",
+ "processingState": "A String",
+ "title": "A String",
+ "volumeId": "A String",
}</pre>
</div>