docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/libraryagent_v1.shelves.html b/docs/dyn/libraryagent_v1.shelves.html
index 51357a4..b104e90 100644
--- a/docs/dyn/libraryagent_v1.shelves.html
+++ b/docs/dyn/libraryagent_v1.shelves.html
@@ -104,10 +104,10 @@
An object of the form:
{ # A Shelf contains a collection of books with a theme.
+ "theme": "A String", # The theme of the shelf
"name": "A String", # Output only. The resource name of the shelf.
# Shelf names have the form `shelves/{shelf_id}`.
# The name is ignored when creating a shelf.
- "theme": "A String", # The theme of the shelf
}</pre>
</div>
@@ -134,10 +134,10 @@
{ # Response message for LibraryAgent.ListShelves.
"shelves": [ # The list of shelves.
{ # A Shelf contains a collection of books with a theme.
+ "theme": "A String", # The theme of the shelf
"name": "A String", # Output only. The resource name of the shelf.
# Shelf names have the form `shelves/{shelf_id}`.
# The name is ignored when creating a shelf.
- "theme": "A String", # The theme of the shelf
},
],
"nextPageToken": "A String", # A token to retrieve next page of results.