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.promooffer.html b/docs/dyn/books_v1.promooffer.html
index ab87e18..2aa0bcd 100644
--- a/docs/dyn/books_v1.promooffer.html
+++ b/docs/dyn/books_v1.promooffer.html
@@ -75,80 +75,80 @@
 <h1><a href="books_v1.html">Books API</a> . <a href="books_v1.promooffer.html">promooffer</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#accept">accept(product=None, device=None, offerId=None, volumeId=None, androidId=None, model=None, serial=None, manufacturer=None)</a></code></p>
+  <code><a href="#accept">accept(androidId=None, device=None, manufacturer=None, model=None, offerId=None, product=None, serial=None, volumeId=None)</a></code></p>
 <p class="firstline"></p>
 <p class="toc_element">
-  <code><a href="#dismiss">dismiss(product=None, device=None, offerId=None, androidId=None, model=None, serial=None, manufacturer=None)</a></code></p>
+  <code><a href="#dismiss">dismiss(androidId=None, device=None, manufacturer=None, model=None, offerId=None, product=None, serial=None)</a></code></p>
 <p class="firstline"></p>
 <p class="toc_element">
-  <code><a href="#get">get(product=None, device=None, androidId=None, model=None, serial=None, manufacturer=None)</a></code></p>
+  <code><a href="#get">get(androidId=None, device=None, manufacturer=None, model=None, product=None, serial=None)</a></code></p>
 <p class="firstline">Returns a list of promo offers available to the user</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="accept">accept(product=None, device=None, offerId=None, volumeId=None, androidId=None, model=None, serial=None, manufacturer=None)</code>
+    <code class="details" id="accept">accept(androidId=None, device=None, manufacturer=None, model=None, offerId=None, product=None, serial=None, volumeId=None)</code>
   <pre>
 
 Args:
-  product: string, device product
+  androidId: string, device android_id
   device: string, device device
+  manufacturer: string, device manufacturer
+  model: string, device model
   offerId: string, A parameter
-  volumeId: string, Volume id to exercise the offer
-  androidId: string, device android_id
-  model: string, device model
+  product: string, device product
   serial: string, device serial
-  manufacturer: string, device manufacturer
+  volumeId: string, Volume id to exercise the offer
 </pre>
 </div>
 
 <div class="method">
-    <code class="details" id="dismiss">dismiss(product=None, device=None, offerId=None, androidId=None, model=None, serial=None, manufacturer=None)</code>
+    <code class="details" id="dismiss">dismiss(androidId=None, device=None, manufacturer=None, model=None, offerId=None, product=None, serial=None)</code>
   <pre>
 
 Args:
-  product: string, device product
-  device: string, device device
-  offerId: string, Offer to dimiss
   androidId: string, device android_id
-  model: string, device model
-  serial: string, device serial
+  device: string, device device
   manufacturer: string, device manufacturer
+  model: string, device model
+  offerId: string, Offer to dimiss
+  product: string, device product
+  serial: string, device serial
 </pre>
 </div>
 
 <div class="method">
-    <code class="details" id="get">get(product=None, device=None, androidId=None, model=None, serial=None, manufacturer=None)</code>
+    <code class="details" id="get">get(androidId=None, device=None, manufacturer=None, model=None, product=None, serial=None)</code>
   <pre>Returns a list of promo offers available to the user
 
 Args:
-  product: string, device product
-  device: string, device device
   androidId: string, device android_id
-  model: string, device model
-  serial: string, device serial
+  device: string, device device
   manufacturer: string, device manufacturer
+  model: string, device model
+  product: string, device product
+  serial: string, device serial
 
 Returns:
   An object of the form:
 
     {
-    "items": [ # A list of offers.
+    &quot;items&quot;: [ # A list of offers.
       {
-        "gservicesKey": "A String",
-        "items": [
+        &quot;artUrl&quot;: &quot;A String&quot;,
+        &quot;gservicesKey&quot;: &quot;A String&quot;,
+        &quot;id&quot;: &quot;A String&quot;,
+        &quot;items&quot;: [
           {
-            "description": "A String",
-            "title": "A String",
-            "author": "A String",
-            "coverUrl": "A String",
-            "volumeId": "A String",
-            "canonicalVolumeLink": "A String",
+            &quot;author&quot;: &quot;A String&quot;,
+            &quot;canonicalVolumeLink&quot;: &quot;A String&quot;,
+            &quot;coverUrl&quot;: &quot;A String&quot;,
+            &quot;description&quot;: &quot;A String&quot;,
+            &quot;title&quot;: &quot;A String&quot;,
+            &quot;volumeId&quot;: &quot;A String&quot;,
           },
         ],
-        "artUrl": "A String",
-        "id": "A String",
       },
     ],
-    "kind": "promooffer#offers", # Resource type.
+    &quot;kind&quot;: &quot;promooffer#offers&quot;, # Resource type.
   }</pre>
 </div>