docs: update generated docs (#981)

diff --git a/docs/dyn/libraryagent_v1.shelves.books.html b/docs/dyn/libraryagent_v1.shelves.books.html
index c337549..6d1e5c3 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.
+    "title": "A String", # The title of the book.
+    "read": True or False, # Value indicating whether the book has been read.
     "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.
+    &quot;title&quot;: &quot;A String&quot;, # The title of the book.
+    &quot;read&quot;: True or False, # Value indicating whether the book has been read.
     &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;title&quot;: &quot;A String&quot;, # The title of the book.
-    &quot;read&quot;: True or False, # Value indicating whether the book has been read.
     &quot;author&quot;: &quot;A String&quot;, # The name of the book author.
   }</pre>
 </div>
@@ -164,21 +164,21 @@
   An object of the form:
 
     { # Response message for LibraryAgent.ListBooks.
-    &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;title&quot;: &quot;A String&quot;, # The title of the book.
-        &quot;read&quot;: True or False, # Value indicating whether the book has been read.
-        &quot;author&quot;: &quot;A String&quot;, # The name of the book author.
-      },
-    ],
     &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.
+    &quot;books&quot;: [ # The list of books.
+      { # A single book in the library.
+        &quot;title&quot;: &quot;A String&quot;, # The title of the book.
+        &quot;read&quot;: True or False, # Value indicating whether the book has been read.
+        &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;author&quot;: &quot;A String&quot;, # The name of the book author.
+      },
+    ],
   }</pre>
 </div>
 
@@ -214,11 +214,11 @@
   An object of the form:
 
     { # A single book in the library.
+    &quot;title&quot;: &quot;A String&quot;, # The title of the book.
+    &quot;read&quot;: True or False, # Value indicating whether the book has been read.
     &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;title&quot;: &quot;A String&quot;, # The title of the book.
-    &quot;read&quot;: True or False, # Value indicating whether the book has been read.
     &quot;author&quot;: &quot;A String&quot;, # The name of the book author.
   }</pre>
 </div>