docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/books_v1.familysharing.html b/docs/dyn/books_v1.familysharing.html
index 80fb47f..1bdb691 100644
--- a/docs/dyn/books_v1.familysharing.html
+++ b/docs/dyn/books_v1.familysharing.html
@@ -75,16 +75,24 @@
<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.familysharing.html">familysharing</a></h1>
<h2>Instance Methods</h2>
<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="#getFamilyInfo">getFamilyInfo(source=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets information regarding the family that the user is part of.</p>
<p class="toc_element">
- <code><a href="#share">share(docId=None, source=None, volumeId=None, x__xgafv=None)</a></code></p>
+ <code><a href="#share">share(source=None, docId=None, volumeId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Initiates sharing of the content with the user's family. Empty response indicates success.</p>
<p class="toc_element">
- <code><a href="#unshare">unshare(source=None, volumeId=None, docId=None, x__xgafv=None)</a></code></p>
+ <code><a href="#unshare">unshare(docId=None, volumeId=None, source=None, x__xgafv=None)</a></code></p>
<p class="firstline">Initiates revoking content that has already been shared with the user's family. Empty response indicates success.</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="getFamilyInfo">getFamilyInfo(source=None, x__xgafv=None)</code>
<pre>Gets information regarding the family that the user is part of.
@@ -100,10 +108,10 @@
{
"membership": { # Family membership info of the user that made the request.
- "role": "A String", # The role of the user in the family.
- "acquirePermission": "A String", # Restrictions on user buying and acquiring content.
- "isInFamily": True or False,
"ageGroup": "A String", # The age group of the user.
+ "role": "A String", # The role of the user in the family.
+ "isInFamily": True or False,
+ "acquirePermission": "A String", # Restrictions on user buying and acquiring content.
"allowedMaturityRating": "A String", # The maximum allowed maturity rating for the user.
},
"kind": "A String", # Resource type.
@@ -111,12 +119,12 @@
</div>
<div class="method">
- <code class="details" id="share">share(docId=None, source=None, volumeId=None, x__xgafv=None)</code>
+ <code class="details" id="share">share(source=None, docId=None, volumeId=None, x__xgafv=None)</code>
<pre>Initiates sharing of the content with the user's family. Empty response indicates success.
Args:
- docId: string, The docid to share.
source: string, String to identify the originator of this request.
+ docId: string, The docid to share.
volumeId: string, The volume to share.
x__xgafv: string, V1 error format.
Allowed values
@@ -131,13 +139,13 @@
</div>
<div class="method">
- <code class="details" id="unshare">unshare(source=None, volumeId=None, docId=None, x__xgafv=None)</code>
+ <code class="details" id="unshare">unshare(docId=None, volumeId=None, source=None, x__xgafv=None)</code>
<pre>Initiates revoking content that has already been shared with the user's family. Empty response indicates success.
Args:
- source: string, String to identify the originator of this request.
- volumeId: string, The volume to unshare.
docId: string, The docid to unshare.
+ volumeId: string, The volume to unshare.
+ source: string, String to identify the originator of this request.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format