Get desktop application:
View/edit binary Protocol Buffers messages
Used in: EnumMessage, MapMessage, Message
UNKNOWN = 0
ONE = 1
TWO = 2
optional Enum e1 = 1
optional Enum e2 = 2
repeated Enum repeated_enum = 3
map<string, string> string_to_string = 1
map<string, bool> string_to_bool = 2
map<string, bytes> string_to_bytes = 3
map<string, int32> string_to_int32 = 4
map<string, int64> string_to_int64 = 5
map<string, uint32> string_to_uint32 = 6
map<string, uint64> string_to_uint64 = 7
map<string, sint32> string_to_sint32 = 8
map<string, sint64> string_to_sint64 = 9
map<string, float> string_to_float = 10
map<string, double> string_to_double = 11
map<string, Enum> string_to_enum = 12
map<string, Nested> string_to_nested = 13
map<bool, string> bool_to_string = 14
map<int32, string> int32_to_string = 15
map<int64, string> int64_to_string = 16
map<uint32, string> uint32_to_string = 17
map<uint64, string> uint64_to_string = 18
map<sint32, string> sint32_to_string = 19
map<sint64, string> sint64_to_string = 20
required bool b = 26
required string str = 1
required bytes bytes = 2
optional int32 int32 = 3
optional int64 int64 = 4
optional uint32 uint32 = 5
optional uint64 uint64 = 6
optional sint32 sint32 = 7
optional sint64 sint64 = 8
required float f = 9
required double d = 10
required Enum e = 11
required Nested nested = 12
repeated bool repeated_bool = 27
repeated string repeated_string = 13
repeated bytes repeated_bytes = 14
repeated int32 repeated_int32 = 15
repeated int64 repeated_int64 = 16
repeated uint32 repeated_uint32 = 17
repeated uint64 repeated_uint64 = 18
repeated sint32 repeated_sint32 = 19
repeated sint64 repeated_sint64 = 20
repeated float repeated_float = 21
repeated double repeated_double = 22
repeated Enum repeated_enum = 23
repeated Nested repeated_nested = 24
repeated string empty = 25
optional double optional_default = 28
optional double optional_no_default = 29
Used in: MapMessage, Message
required string str = 1
optional string optional_str = 2
repeated string repeated_str = 3
Used in: ArrayMessage
required string id = 1
repeated int32 numbers = 2