build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/books_v1.series.html b/docs/dyn/books_v1.series.html
index 9589970..3e8f11e 100644
--- a/docs/dyn/books_v1.series.html
+++ b/docs/dyn/books_v1.series.html
@@ -83,7 +83,7 @@
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
- <code><a href="#get">get(series_id=None, x__xgafv=None)</a></code></p>
+ <code><a href="#get">get(series_id, x__xgafv=None)</a></code></p>
<p class="firstline">Returns Series metadata for the given series ids.</p>
<h3>Method Details</h3>
<div class="method">
@@ -92,11 +92,11 @@
</div>
<div class="method">
- <code class="details" id="get">get(series_id=None, x__xgafv=None)</code>
+ <code class="details" id="get">get(series_id, x__xgafv=None)</code>
<pre>Returns Series metadata for the given series ids.
Args:
- series_id: string, String that identifies the series (repeated)
+ series_id: string, String that identifies the series (required) (repeated)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -109,29 +109,29 @@
"series": [
{
"seriesType": "A String",
- "eligibleForSubscription": True or False,
- "subscriptionId": "A String",
"seriesId": "A String",
"title": "A String",
+ "bannerImageUrl": "A String",
+ "subscriptionId": "A String",
+ "eligibleForSubscription": True or False,
"seriesFormatType": "A String",
+ "isComplete": True or False,
"seriesSubscriptionReleaseInfo": {
- "currentReleaseInfo": {
- "amountInMicros": 3.14,
- "releaseTime": "A String",
- "releaseNumber": "A String",
- "currencyCode": "A String",
- },
"nextReleaseInfo": {
- "releaseTime": "A String",
- "currencyCode": "A String",
"releaseNumber": "A String",
"amountInMicros": 3.14,
+ "currencyCode": "A String",
+ "releaseTime": "A String",
},
"cancelTime": "A String",
"seriesSubscriptionType": "A String",
+ "currentReleaseInfo": {
+ "currencyCode": "A String",
+ "releaseTime": "A String",
+ "amountInMicros": 3.14,
+ "releaseNumber": "A String",
+ },
},
- "bannerImageUrl": "A String",
- "isComplete": True or False,
"imageUrl": "A String",
},
],