chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/books_v1.promooffer.html b/docs/dyn/books_v1.promooffer.html
index 78e06e0..b8d6a72 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(serial=None, offerId=None, device=None, manufacturer=None, androidId=None, volumeId=None, model=None, product=None, x__xgafv=None)</a></code></p>
+ <code><a href="#accept">accept(androidId=None, model=None, product=None, serial=None, offerId=None, volumeId=None, manufacturer=None, device=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(device=None, offerId=None, androidId=None, model=None, serial=None, manufacturer=None, product=None, x__xgafv=None)</a></code></p>
+ <code><a href="#dismiss">dismiss(device=None, offerId=None, manufacturer=None, model=None, androidId=None, product=None, serial=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(product=None, androidId=None, serial=None, device=None, model=None, manufacturer=None, x__xgafv=None)</a></code></p>
+ <code><a href="#get">get(serial=None, model=None, product=None, manufacturer=None, androidId=None, device=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(serial=None, offerId=None, device=None, manufacturer=None, androidId=None, volumeId=None, model=None, product=None, x__xgafv=None)</code>
+ <code class="details" id="accept">accept(androidId=None, model=None, product=None, serial=None, offerId=None, volumeId=None, manufacturer=None, device=None, x__xgafv=None)</code>
<pre>Accepts the promo offer.
Args:
- 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
+ serial: string, device serial
+ offerId: string, A parameter
+ volumeId: string, Volume id to exercise the offer
+ manufacturer: string, device manufacturer
+ device: string, device device
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(device=None, offerId=None, androidId=None, model=None, serial=None, manufacturer=None, product=None, x__xgafv=None)</code>
+ <code class="details" id="dismiss">dismiss(device=None, offerId=None, manufacturer=None, model=None, androidId=None, product=None, serial=None, x__xgafv=None)</code>
<pre>Marks the promo offer as dismissed.
Args:
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
+ model: string, device model
+ androidId: string, device android_id
product: string, device product
+ serial: string, device serial
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(product=None, androidId=None, serial=None, device=None, model=None, manufacturer=None, x__xgafv=None)</code>
+ <code class="details" id="get">get(serial=None, model=None, product=None, manufacturer=None, androidId=None, device=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
+ product: string, device product
manufacturer: string, device manufacturer
+ androidId: string, device android_id
+ device: string, device device
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -164,17 +164,17 @@
"kind": "A String", # Resource type.
"items": [ # A list of offers.
{
+ "gservicesKey": "A String",
"id": "A String",
"artUrl": "A String",
- "gservicesKey": "A String",
"items": [
{
- "volumeId": "A String",
- "description": "A String",
"author": "A String",
- "canonicalVolumeLink": "A String",
- "coverUrl": "A String",
"title": "A String",
+ "coverUrl": "A String",
+ "description": "A String",
+ "volumeId": "A String",
+ "canonicalVolumeLink": "A String",
},
],
},