docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/books_v1.bookshelves.html b/docs/dyn/books_v1.bookshelves.html
index 0e2df00..89c9179 100644
--- a/docs/dyn/books_v1.bookshelves.html
+++ b/docs/dyn/books_v1.bookshelves.html
@@ -80,6 +80,9 @@
<p class="firstline">Returns the volumes Resource.</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="#get">get(userId, shelf, source=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves metadata for a specific bookshelf for the specified user.</p>
<p class="toc_element">
@@ -87,6 +90,11 @@
<p class="firstline">Retrieves a list of public bookshelves for the specified user.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="get">get(userId, shelf, source=None, x__xgafv=None)</code>
<pre>Retrieves metadata for a specific bookshelf for the specified user.
@@ -103,16 +111,16 @@
An object of the form:
{
- "updated": "A String", # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
- "selfLink": "A String", # URL to this resource.
- "access": "A String", # Whether this bookshelf is PUBLIC or PRIVATE.
- "title": "A String", # Title of this bookshelf.
"volumeCount": 42, # Number of volumes in this bookshelf.
- "created": "A String", # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
- "id": 42, # Id of this bookshelf, only unique by user.
+ "selfLink": "A String", # URL to this resource.
"kind": "A String", # Resource type for bookshelf metadata.
+ "id": 42, # Id of this bookshelf, only unique by user.
+ "updated": "A String", # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
+ "title": "A String", # Title of this bookshelf.
"description": "A String", # Description of this bookshelf.
"volumesLastUpdated": "A String", # Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
+ "created": "A String", # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
+ "access": "A String", # Whether this bookshelf is PUBLIC or PRIVATE.
}</pre>
</div>
@@ -134,16 +142,16 @@
{
"items": [ # A list of bookshelves.
{
- "updated": "A String", # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
- "selfLink": "A String", # URL to this resource.
- "access": "A String", # Whether this bookshelf is PUBLIC or PRIVATE.
- "title": "A String", # Title of this bookshelf.
"volumeCount": 42, # Number of volumes in this bookshelf.
- "created": "A String", # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
- "id": 42, # Id of this bookshelf, only unique by user.
+ "selfLink": "A String", # URL to this resource.
"kind": "A String", # Resource type for bookshelf metadata.
+ "id": 42, # Id of this bookshelf, only unique by user.
+ "updated": "A String", # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
+ "title": "A String", # Title of this bookshelf.
"description": "A String", # Description of this bookshelf.
"volumesLastUpdated": "A String", # Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
+ "created": "A String", # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
+ "access": "A String", # Whether this bookshelf is PUBLIC or PRIVATE.
},
],
"kind": "A String", # Resource type.