docs: update generated docs (#981)
diff --git a/docs/dyn/books_v1.series.html b/docs/dyn/books_v1.series.html
index e92ebbc..d239973 100644
--- a/docs/dyn/books_v1.series.html
+++ b/docs/dyn/books_v1.series.html
@@ -80,50 +80,54 @@
<p class="firstline">Returns the membership Resource.</p>
<p class="toc_element">
- <code><a href="#get">get(series_id)</a></code></p>
+ <code><a href="#get">get(series_id=None, 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">
- <code class="details" id="get">get(series_id)</code>
+ <code class="details" id="get">get(series_id=None, x__xgafv=None)</code>
<pre>Returns Series metadata for the given series ids.
Args:
- series_id: string, String that identifies the series (required) (repeated)
+ series_id: string, String that identifies the series (repeated)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
Returns:
An object of the form:
{
- "kind": "books#series", # Resource type.
"series": [
{
- "bannerImageUrl": "A String",
+ "title": "A String",
"eligibleForSubscription": True or False,
- "imageUrl": "A String",
- "isComplete": True or False,
"seriesFormatType": "A String",
"seriesId": "A String",
- "seriesSubscriptionReleaseInfo": {
- "cancellationTimestampUs": "A String", # Cancellation date of the series subscription (or when it ends).
- "currentReleaseInfo": { # Release information for the last release.
- "amountInMicros": "A String", # Amount in micros of the specified currency code.
- "currencyCode": "A String", # Currency code of the amount.
- "releaseNumber": "A String", # The release number of this issue/volume/book.
- "releaseTimestampUs": "A String", # The release date.
- },
- "nextReleaseInfo": { # Release information for the next release.
- "amountInMicros": "A String", # Amount in micros of the specified currency code.
- "currencyCode": "A String", # Currency code of the amount.
- "releaseNumber": "A String", # The release number of this issue/volume/book.
- "releaseTimestampUs": "A String", # The release date.
- },
- "seriesSubscriptionType": "A String", # series subscription type.
- },
"seriesType": "A String",
+ "imageUrl": "A String",
+ "seriesSubscriptionReleaseInfo": {
+ "cancelTime": "A String",
+ "seriesSubscriptionType": "A String",
+ "nextReleaseInfo": {
+ "currencyCode": "A String",
+ "amountInMicros": 3.14,
+ "releaseTime": "A String",
+ "releaseNumber": "A String",
+ },
+ "currentReleaseInfo": {
+ "releaseNumber": "A String",
+ "amountInMicros": 3.14,
+ "releaseTime": "A String",
+ "currencyCode": "A String",
+ },
+ },
"subscriptionId": "A String",
- "title": "A String",
+ "bannerImageUrl": "A String",
+ "isComplete": True or False,
},
],
+ "kind": "A String", # Resource type.
}</pre>
</div>