Default package

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

service AuthorService

authors.proto:4

service BookService

books.proto:4

message Author

authors.proto:16

Used as response type in: AuthorService.create, AuthorService.find, AuthorService.update

Used as field type in: AuthorList

message AuthorId

authors.proto:12

Used as request type in: AuthorService.find, AuthorService.remove

message AuthorUpdate

authors.proto:27

Used in: AuthorUpdateRequest

message Book

books.proto:16

Used as response type in: BookService.create, BookService.find, BookService.update

Used as field type in: BookList

message BookId

books.proto:12

Used as request type in: BookService.find, BookService.remove

message BookUpdate

books.proto:35

Used in: BookUpdateRequest