chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

- [x] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/libraryagent_v1.shelves.books.html b/docs/dyn/libraryagent_v1.shelves.books.html
index e883e95..62e31b8 100644
--- a/docs/dyn/libraryagent_v1.shelves.books.html
+++ b/docs/dyn/libraryagent_v1.shelves.books.html
@@ -109,9 +109,9 @@
 
     { # 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.
+    "read": True or False, # Value indicating whether the book has been read.
     "title": "A String", # The title of the book.
     "author": "A String", # The name of the book author.
-    "read": True or False, # Value indicating whether the book has been read.
   }</pre>
 </div>
 
@@ -136,9 +136,9 @@
 
     { # A single book in the library.
     &quot;name&quot;: &quot;A String&quot;, # 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.
+    &quot;read&quot;: True or False, # Value indicating whether the book has been read.
     &quot;title&quot;: &quot;A String&quot;, # The title of the book.
     &quot;author&quot;: &quot;A String&quot;, # The name of the book author.
-    &quot;read&quot;: True or False, # Value indicating whether the book has been read.
   }</pre>
 </div>
 
@@ -162,9 +162,9 @@
     &quot;books&quot;: [ # The list of books.
       { # A single book in the library.
         &quot;name&quot;: &quot;A String&quot;, # 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.
+        &quot;read&quot;: True or False, # Value indicating whether the book has been read.
         &quot;title&quot;: &quot;A String&quot;, # The title of the book.
         &quot;author&quot;: &quot;A String&quot;, # The name of the book author.
-        &quot;read&quot;: True or False, # Value indicating whether the book has been read.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # 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.
@@ -201,9 +201,9 @@
 
     { # A single book in the library.
     &quot;name&quot;: &quot;A String&quot;, # 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.
+    &quot;read&quot;: True or False, # Value indicating whether the book has been read.
     &quot;title&quot;: &quot;A String&quot;, # The title of the book.
     &quot;author&quot;: &quot;A String&quot;, # The name of the book author.
-    &quot;read&quot;: True or False, # Value indicating whether the book has been read.
   }</pre>
 </div>