A single book in the library.
Request message for LibraryService.CreateBook.
Request message for LibraryService.CreateShelf.
Request message for LibraryService.DeleteBook.
Request message for LibraryService.DeleteShelf.
Request message for LibraryService.GetBook.
Request message for LibraryService.GetShelf.
Request message for LibraryService.ListBooks.
Response message for LibraryService.ListBooks.
Request message for LibraryService.ListShelves.
Response message for LibraryService.ListShelves.
Describes the shelf being removed (other_shelf_name) and updated
(name) in this merge.
Describes what book to move (name) and what shelf we’re moving it
to (other_shelf_name).
A Shelf contains a collection of books with a theme.
Request message for LibraryService.UpdateBook.