package endpoints.examples.bookstore

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Bookstore

bookstore.proto:31

A simple Bookstore API. The API manages shelves and books resources. Shelves contain books.

message Book

bookstore.proto:59

A book resource.

Used as response type in: Bookstore.CreateBook, Bookstore.GetBook

Used as field type in: CreateBookRequest, ListBooksResponse

message Shelf

bookstore.proto:51

A shelf resource.

Used as response type in: Bookstore.CreateShelf, Bookstore.GetShelf

Used as field type in: CreateShelfRequest, ListShelvesResponse