Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Person
UNKNOWN = 0
MALE = 1
FEMALE = 2
string name = 1
int32 age = 2
float weight = 3
double height = 4
bool active = 5
repeated string phone_number = 6
map<string, string> contries = 8