docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/libraryagent_v1.shelves.books.html b/docs/dyn/libraryagent_v1.shelves.books.html
index c72181c..c337549 100644
--- a/docs/dyn/libraryagent_v1.shelves.books.html
+++ b/docs/dyn/libraryagent_v1.shelves.books.html
@@ -108,11 +108,11 @@
An object of the form:
{ # A single book in the library.
- "read": True or False, # Value indicating whether the book has been read.
- "title": "A String", # The title of the book.
"name": "A String", # The resource name of the book.
# Book names have the form `shelves/{shelf_id}/books/{book_id}`.
# The name is ignored when creating a book.
+ "title": "A String", # The title of the book.
+ "read": True or False, # Value indicating whether the book has been read.
"author": "A String", # The name of the book author.
}</pre>
</div>
@@ -132,11 +132,11 @@
An object of the form:
{ # A single book in the library.
- "read": True or False, # Value indicating whether the book has been read.
- "title": "A String", # The title of the book.
"name": "A String", # The resource name of the book.
# Book names have the form `shelves/{shelf_id}/books/{book_id}`.
# The name is ignored when creating a book.
+ "title": "A String", # The title of the book.
+ "read": True or False, # Value indicating whether the book has been read.
"author": "A String", # The name of the book author.
}</pre>
</div>
@@ -164,21 +164,21 @@
An object of the form:
{ # Response message for LibraryAgent.ListBooks.
+ "books": [ # The list of books.
+ { # A single book in the library.
+ "name": "A String", # The resource name of the book.
+ # Book names have the form `shelves/{shelf_id}/books/{book_id}`.
+ # The name is ignored when creating a book.
+ "title": "A String", # The title of the book.
+ "read": True or False, # Value indicating whether the book has been read.
+ "author": "A String", # The name of the book author.
+ },
+ ],
"nextPageToken": "A String", # A token to retrieve next page of results.
# Pass this value in the
# ListBooksRequest.page_token
# field in the subsequent call to `ListBooks` method to retrieve the next
# page of results.
- "books": [ # The list of books.
- { # A single book in the library.
- "read": True or False, # Value indicating whether the book has been read.
- "title": "A String", # The title of the book.
- "name": "A String", # The resource name of the book.
- # Book names have the form `shelves/{shelf_id}/books/{book_id}`.
- # The name is ignored when creating a book.
- "author": "A String", # The name of the book author.
- },
- ],
}</pre>
</div>
@@ -214,11 +214,11 @@
An object of the form:
{ # A single book in the library.
- "read": True or False, # Value indicating whether the book has been read.
- "title": "A String", # The title of the book.
"name": "A String", # The resource name of the book.
# Book names have the form `shelves/{shelf_id}/books/{book_id}`.
# The name is ignored when creating a book.
+ "title": "A String", # The title of the book.
+ "read": True or False, # Value indicating whether the book has been read.
"author": "A String", # The name of the book author.
}</pre>
</div>