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.familysharing.html b/docs/dyn/books_v1.familysharing.html
index 957aabd..3d529a4 100644
--- a/docs/dyn/books_v1.familysharing.html
+++ b/docs/dyn/books_v1.familysharing.html
@@ -81,10 +81,10 @@
<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, volumeId=None, source=None, x__xgafv=None)</a></code></p>
+ <code><a href="#share">share(source=None, volumeId=None, docId=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(docId=None, volumeId=None, source=None, x__xgafv=None)</a></code></p>
+ <code><a href="#unshare">unshare(source=None, docId=None, volumeId=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">
@@ -109,23 +109,23 @@
{
"kind": "A String", # Resource type.
"membership": { # Family membership info of the user that made the request.
- "acquirePermission": "A String", # Restrictions on user buying and acquiring content.
+ "role": "A String", # The role of the user in the family.
+ "ageGroup": "A String", # The age group of the user.
"allowedMaturityRating": "A String", # The maximum allowed maturity rating for the user.
"isInFamily": True or False,
- "ageGroup": "A String", # The age group of the user.
- "role": "A String", # The role of the user in the family.
+ "acquirePermission": "A String", # Restrictions on user buying and acquiring content.
},
}</pre>
</div>
<div class="method">
- <code class="details" id="share">share(docId=None, volumeId=None, source=None, x__xgafv=None)</code>
+ <code class="details" id="share">share(source=None, volumeId=None, docId=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.
- volumeId: string, The volume to share.
source: string, String to identify the originator of this request.
+ volumeId: string, The volume to share.
+ docId: string, The docid to share.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -139,13 +139,13 @@
</div>
<div class="method">
- <code class="details" id="unshare">unshare(docId=None, volumeId=None, source=None, x__xgafv=None)</code>
+ <code class="details" id="unshare">unshare(source=None, docId=None, volumeId=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.
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