Get desktop application:
View/edit binary Protocol Buffers messages
Used in: MultipleExample
string string = 1
double double = 2
float float = 3
int32 int32 = 4
int64 int64 = 5
uint32 uint32 = 6
uint64 uint64 = 7
sint32 sint32 = 8
sint64 sint64 = 9
fixed32 fixed32 = 10
fixed64 fixed64 = 11
sfixed32 sfixed32 = 12
sfixed64 sfixed64 = 13
bool boolean = 14
bytes bytes = 15
map<string, int32> map_int = 18
repeated int32 repeating_int32 = 20
oneof oneof
string oneof_string = 22
int32 oneof_int = 23
Used in: SingleExample
Used in: SingleExample