Get desktop application:
View/edit binary Protocol Buffers messages
(message has no fields)
Used in: inner.Inner, test.Simple1, test.nested_package.Nested, SimpleProto3
UNKNOWN = 0
FOO3 = 1
BAR3 = 2
Used in: SimpleProto3
string a_string = 1
repeated string a_repeated_string = 2
optional OuterMessage3 outer_message = 4
oneof a_oneof
string a_oneof_1 = 5
string a_oneof_2 = 6
OuterMessage3 outer_message_in_oneof = 12
OuterEnum outer_enum_in_oneof = 13
oneof b_oneof
string b_oneof_1 = 7
string b_oneof_2 = 8
optional OuterMessage3 OuterMessage3 = 11
map<int32, string> map_scalar = 16
map<int32, OuterMessage3> map_message = 17
optional string an_optional_string = 18
uint32 user_id = 19
string email = 20
map<uint32, string> email_by_uid = 21
Used in: SimpleProto3