Get desktop application:
View/edit binary Protocol Buffers messages
This API manages books resources.
Creates a new book.
Request message for CreateBook method.
The ID of the shelf on which to create a book.
A book resource to create on the shelf.
Deletes a book from a shelf.
Request message for DeleteBook method.
The ID of the shelf from which to delete a book.
The ID of the book to delete.
Delete book response
(message has no fields)
Returns a specific book.
Request message for GetBook method.
The ID of the shelf from which to retrieve a book.
The ID of the book to retrieve.
A book resource.
A unique book id.
An author of the book.
A book title.
Returns a list of books on a shelf.
Request message for ListBooks method.
ID of the shelf which books to list.
Response message to ListBooks method.
The books on the shelf.
A book resource.
Used as response type in: BookstoreService.CreateBook
Used as field type in: ,
A unique book id.
An author of the book.
A book title.