docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/libraryagent_v1.shelves.html b/docs/dyn/libraryagent_v1.shelves.html
index 217cc0e..51357a4 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.
+ "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>
@@ -132,19 +132,19 @@
An object of the form:
{ # Response message for LibraryAgent.ListShelves.
- "nextPageToken": "A String", # A token to retrieve next page of results.
+ "shelves": [ # The list of shelves.
+ { # A Shelf contains a collection of books with a theme.
+ "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.
# Pass this value in the
# ListShelvesRequest.page_token
# field in the subsequent call to `ListShelves` method to retrieve the next
# page of results.
- "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.
- },
- ],
}</pre>
</div>
@@ -157,7 +157,7 @@
previous_response: The response from the request for the previous page. (required)
Returns:
- A request object that you can call 'execute()' on to request the next
+ A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>