Get desktop application:
View/edit binary Protocol Buffers messages
string name = 1
optional string website = 2
string title = 1
string publisher = 2
repeated string authors = 3
optional string summary = 4
string isbn = 5
uint32 pages = 6
string id = 1
optional BookUpdate bookUpdateParams = 2
Used as response type in: AuthorService.create, AuthorService.find, AuthorService.update
Used as field type in: AuthorList
string id = 1
string name = 2
optional string website = 3
Used as request type in: AuthorService.find, AuthorService.remove
Used in: AuthorUpdateRequest
optional string name = 1
optional string website = 2
Used as response type in: BookService.create, BookService.find, BookService.update
Used as field type in: BookList
string id = 1
string title = 2
string publisher = 3
repeated string authors = 4
string summary = 5
string isbn = 6
uint32 pages = 7
Used as request type in: BookService.find, BookService.remove
Used in: BookUpdateRequest
optional string title = 2
optional string publisher = 3
repeated string authors = 4
optional string summary = 5
optional string isbn = 6
optional uint32 pages = 7