chore: update docs/dyn (#1106)
diff --git a/docs/dyn/books_v1.promooffer.html b/docs/dyn/books_v1.promooffer.html
index d28a682..78e06e0 100644
--- a/docs/dyn/books_v1.promooffer.html
+++ b/docs/dyn/books_v1.promooffer.html
@@ -75,31 +75,31 @@
<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(model=None, manufacturer=None, offerId=None, product=None, volumeId=None, device=None, androidId=None, serial=None, x__xgafv=None)</a></code></p>
+ <code><a href="#accept">accept(serial=None, offerId=None, device=None, manufacturer=None, androidId=None, volumeId=None, model=None, product=None, x__xgafv=None)</a></code></p>
<p class="firstline">Accepts the promo offer.</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="#dismiss">dismiss(product=None, manufacturer=None, offerId=None, serial=None, model=None, androidId=None, device=None, x__xgafv=None)</a></code></p>
+ <code><a href="#dismiss">dismiss(device=None, offerId=None, androidId=None, model=None, serial=None, manufacturer=None, product=None, x__xgafv=None)</a></code></p>
<p class="firstline">Marks the promo offer as dismissed.</p>
<p class="toc_element">
- <code><a href="#get">get(device=None, model=None, serial=None, manufacturer=None, androidId=None, product=None, x__xgafv=None)</a></code></p>
+ <code><a href="#get">get(product=None, androidId=None, serial=None, device=None, model=None, manufacturer=None, x__xgafv=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(model=None, manufacturer=None, offerId=None, product=None, volumeId=None, device=None, androidId=None, serial=None, x__xgafv=None)</code>
+ <code class="details" id="accept">accept(serial=None, offerId=None, device=None, manufacturer=None, androidId=None, volumeId=None, model=None, product=None, x__xgafv=None)</code>
<pre>Accepts the promo offer.
Args:
- model: string, device model
- manufacturer: string, device manufacturer
- offerId: string, A parameter
- product: string, device product
- volumeId: string, Volume id to exercise the offer
- device: string, device device
- androidId: string, device android_id
serial: string, device serial
+ offerId: string, A parameter
+ device: string, device device
+ manufacturer: string, device manufacturer
+ androidId: string, device android_id
+ volumeId: string, Volume id to exercise the offer
+ model: string, device model
+ product: string, device product
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -118,17 +118,17 @@
</div>
<div class="method">
- <code class="details" id="dismiss">dismiss(product=None, manufacturer=None, offerId=None, serial=None, model=None, androidId=None, device=None, x__xgafv=None)</code>
+ <code class="details" id="dismiss">dismiss(device=None, offerId=None, androidId=None, model=None, serial=None, manufacturer=None, product=None, x__xgafv=None)</code>
<pre>Marks the promo offer as dismissed.
Args:
- product: string, device product
- manufacturer: string, device manufacturer
- offerId: string, Offer to dimiss
- serial: string, device serial
- model: string, device model
- androidId: string, device android_id
device: string, device device
+ offerId: string, Offer to dimiss
+ androidId: string, device android_id
+ model: string, device model
+ serial: string, device serial
+ manufacturer: string, device manufacturer
+ product: string, device product
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -142,16 +142,16 @@
</div>
<div class="method">
- <code class="details" id="get">get(device=None, model=None, serial=None, manufacturer=None, androidId=None, product=None, x__xgafv=None)</code>
+ <code class="details" id="get">get(product=None, androidId=None, serial=None, device=None, model=None, manufacturer=None, x__xgafv=None)</code>
<pre>Returns a list of promo offers available to the user
Args:
+ product: string, device product
+ androidId: string, device android_id
+ serial: string, device serial
device: string, device device
model: string, device model
- serial: string, device serial
manufacturer: string, device manufacturer
- androidId: string, device android_id
- product: string, device product
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -161,24 +161,24 @@
An object of the form:
{
+ "kind": "A String", # Resource type.
"items": [ # A list of offers.
{
"id": "A String",
+ "artUrl": "A String",
"gservicesKey": "A String",
"items": [
{
- "description": "A String",
- "coverUrl": "A String",
- "canonicalVolumeLink": "A String",
"volumeId": "A String",
+ "description": "A String",
"author": "A String",
+ "canonicalVolumeLink": "A String",
+ "coverUrl": "A String",
"title": "A String",
},
],
- "artUrl": "A String",
},
],
- "kind": "A String", # Resource type.
}</pre>
</div>