Get desktop application:
View/edit binary Protocol Buffers messages
This API manages shelves resources.
Creates a new shelf in the bookstore.
Request message for CreateShelf method.
The shelf resource to create.
Deletes a shelf, including all books that are stored on the shelf.
Request message for DeleteShelf method.
The ID of the shelf to delete.
DeleteShelf response
(message has no fields)
Returns a specific bookstore shelf.
Request message for GetShelf method.
The ID of the shelf resource to retrieve.
A shelf resource.
A unique shelf id.
A theme of the shelf (fiction, poetry, etc).
Returns a list of all shelves in the bookstore.
ListShelves request
(message has no fields)
Response to ListShelves call.
Shelves in the bookstore.
A shelf resource.
Used as response type in: ShelfService.CreateShelf
Used as field type in: ,
A unique shelf id.
A theme of the shelf (fiction, poetry, etc).