build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/books_v1.cloudloading.html b/docs/dyn/books_v1.cloudloading.html
index 4955002..29be0d4 100644
--- a/docs/dyn/books_v1.cloudloading.html
+++ b/docs/dyn/books_v1.cloudloading.html
@@ -75,27 +75,27 @@
 <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(name=None, drive_document_id=None, mime_type=None, upload_client_token=None, x__xgafv=None)</a></code></p>
+  <code><a href="#addBook">addBook(mime_type=None, upload_client_token=None, drive_document_id=None, name=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>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
-  <code><a href="#deleteBook">deleteBook(volumeId=None, x__xgafv=None)</a></code></p>
+  <code><a href="#deleteBook">deleteBook(volumeId, x__xgafv=None)</a></code></p>
 <p class="firstline">Remove the book and its contents</p>
 <p class="toc_element">
   <code><a href="#updateBook">updateBook(body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Updates a user-upload volume.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="addBook">addBook(name=None, drive_document_id=None, mime_type=None, upload_client_token=None, x__xgafv=None)</code>
+    <code class="details" id="addBook">addBook(mime_type=None, upload_client_token=None, drive_document_id=None, name=None, x__xgafv=None)</code>
   <pre>Add a user-upload volume and triggers processing.
 
 Args:
-  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.
   upload_client_token: string, Scotty upload token.
+  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.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -107,8 +107,8 @@
     {
     &quot;processingState&quot;: &quot;A String&quot;,
     &quot;author&quot;: &quot;A String&quot;,
-    &quot;title&quot;: &quot;A String&quot;,
     &quot;volumeId&quot;: &quot;A String&quot;,
+    &quot;title&quot;: &quot;A String&quot;,
   }</pre>
 </div>
 
@@ -118,11 +118,11 @@
 </div>
 
 <div class="method">
-    <code class="details" id="deleteBook">deleteBook(volumeId=None, x__xgafv=None)</code>
+    <code class="details" id="deleteBook">deleteBook(volumeId, x__xgafv=None)</code>
   <pre>Remove the book and its contents
 
 Args:
-  volumeId: string, The id of the book to be removed.
+  volumeId: string, The id of the book to be removed. (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -146,8 +146,8 @@
 {
   &quot;processingState&quot;: &quot;A String&quot;,
   &quot;author&quot;: &quot;A String&quot;,
-  &quot;title&quot;: &quot;A String&quot;,
   &quot;volumeId&quot;: &quot;A String&quot;,
+  &quot;title&quot;: &quot;A String&quot;,
 }
 
   x__xgafv: string, V1 error format.
@@ -161,8 +161,8 @@
     {
     &quot;processingState&quot;: &quot;A String&quot;,
     &quot;author&quot;: &quot;A String&quot;,
-    &quot;title&quot;: &quot;A String&quot;,
     &quot;volumeId&quot;: &quot;A String&quot;,
+    &quot;title&quot;: &quot;A String&quot;,
   }</pre>
 </div>