Module gapi_grpc::google::example::library::v1 [−][src]
Modules
| library_service_client | Generated client implementations. |
Structs
| Book | A single book in the library. |
| CreateBookRequest | Request message for LibraryService.CreateBook. |
| CreateShelfRequest | Request message for LibraryService.CreateShelf. |
| DeleteBookRequest | Request message for LibraryService.DeleteBook. |
| DeleteShelfRequest | Request message for LibraryService.DeleteShelf. |
| GetBookRequest | Request message for LibraryService.GetBook. |
| GetShelfRequest | Request message for LibraryService.GetShelf. |
| ListBooksRequest | Request message for LibraryService.ListBooks. |
| ListBooksResponse | Response message for LibraryService.ListBooks. |
| ListShelvesRequest | Request message for LibraryService.ListShelves. |
| ListShelvesResponse | Response message for LibraryService.ListShelves. |
| MergeShelvesRequest | Describes the shelf being removed (other_shelf_name) and updated (name) in this merge. |
| MoveBookRequest | Describes what book to move (name) and what shelf we’re moving it to (other_shelf_name). |
| Shelf | A Shelf contains a collection of books with a theme. |
| UpdateBookRequest | Request message for LibraryService.UpdateBook. |