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.mylibrary.bookshelves.html b/docs/dyn/books_v1.mylibrary.bookshelves.html
index f5a914f..d958354 100644
--- a/docs/dyn/books_v1.mylibrary.bookshelves.html
+++ b/docs/dyn/books_v1.mylibrary.bookshelves.html
@@ -98,7 +98,7 @@
<code><a href="#moveVolume">moveVolume(shelf, volumeId, volumePosition, source=None, x__xgafv=None)</a></code></p>
<p class="firstline">Moves a volume within a bookshelf.</p>
<p class="toc_element">
- <code><a href="#removeVolume">removeVolume(shelf, volumeId, reason=None, source=None, x__xgafv=None)</a></code></p>
+ <code><a href="#removeVolume">removeVolume(shelf, volumeId, source=None, reason=None, x__xgafv=None)</a></code></p>
<p class="firstline">Removes a volume from a bookshelf.</p>
<h3>Method Details</h3>
<div class="method">
@@ -167,16 +167,16 @@
An object of the form:
{
- "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).
- "id": 42, # Id of this bookshelf, only unique by user.
- "kind": "A String", # Resource type for bookshelf metadata.
- "selfLink": "A String", # URL to this resource.
- "description": "A String", # Description of this bookshelf.
"access": "A String", # Whether this bookshelf is PUBLIC or PRIVATE.
+ "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.
+ "selfLink": "A String", # URL to this resource.
+ "kind": "A String", # Resource type for bookshelf metadata.
"volumeCount": 42, # Number of volumes in this bookshelf.
+ "volumesLastUpdated": "A String", # Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
+ "description": "A String", # Description of this bookshelf.
+ "created": "A String", # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
+ "title": "A String", # Title of this bookshelf.
}</pre>
</div>
@@ -195,21 +195,21 @@
An object of the form:
{
- "kind": "A String", # Resource type.
"items": [ # A list of bookshelves.
{
- "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).
- "id": 42, # Id of this bookshelf, only unique by user.
- "kind": "A String", # Resource type for bookshelf metadata.
- "selfLink": "A String", # URL to this resource.
- "description": "A String", # Description of this bookshelf.
"access": "A String", # Whether this bookshelf is PUBLIC or PRIVATE.
+ "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.
+ "selfLink": "A String", # URL to this resource.
+ "kind": "A String", # Resource type for bookshelf metadata.
"volumeCount": 42, # Number of volumes in this bookshelf.
+ "volumesLastUpdated": "A String", # Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
+ "description": "A String", # Description of this bookshelf.
+ "created": "A String", # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
+ "title": "A String", # Title of this bookshelf.
},
],
+ "kind": "A String", # Resource type.
}</pre>
</div>
@@ -235,17 +235,17 @@
</div>
<div class="method">
- <code class="details" id="removeVolume">removeVolume(shelf, volumeId, reason=None, source=None, x__xgafv=None)</code>
+ <code class="details" id="removeVolume">removeVolume(shelf, volumeId, source=None, reason=None, x__xgafv=None)</code>
<pre>Removes a volume from a bookshelf.
Args:
shelf: string, ID of bookshelf from which to remove a volume. (required)
volumeId: string, ID of volume to remove. (required)
+ source: string, String to identify the originator of this request.
reason: string, The reason for which the book is removed from the library.
Allowed values
REASON_UNDEFINED -
ONBOARDING - Samples removed from the Onboarding flow.
- source: string, String to identify the originator of this request.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format