Get desktop application:
View/edit binary Protocol Buffers messages
Used in: ProtoCompany, ProtoPerson
string street = 1
string city = 2
string country = 3
string zip_code = 4
string name = 1
repeated ProtoPerson employees = 2
map<string, Address> offices = 3
bool is_public = 4
Used in: ProtoCompany
string name = 1
int32 age = 2
optional Address address = 3
repeated string hobbies = 4
map<string, string> metadata = 5