Get desktop application:
View/edit binary Protocol Buffers messages
repeated M3 header = 1
repeated M4 payload = 2
int64 id = 1
string name = 2
repeated Loop child = 3
Used in: Location
double lat = 1
double lng = 2
Used in: User
string country = 1
string city = 2
optional Coordinates coordinates = 3
Used as request type in: test_proto.AuthBasic, test_proto.AuthBearer, test_proto.AuthJWT, test_proto.Unary
Used as response type in: test_proto.AuthBasic, test_proto.AuthBearer, test_proto.AuthJWT, test_proto.Unary
int32 int_val32 = 1
repeated string repeated_string_val = 2
optional M1.NestedM1 nested_m1 = 3
repeated M1.NestedM1 repeated_nested_m1 = 4
map<string, M1.NestedM1> string2NestedM1 = 5
map<string, User> string2User = 6
map<string, string> string2string = 7
map<int64, string> int2string = 8
map<string, int64> string2int = 9
map<string, M2> string2M2 = 10
map<int64, M1.EnumM1> int2enum = 11
bool bool_value = 12
repeated bool repeated_bool_value = 13
repeated M1.EnumM1 repeated_enum_value = 15
repeated User user = 17
repeated User repeated_user = 18
map<string, M4> string2M4 = 19
oneof test_oneof
repeated OneOf repeated_oneof = 24
int64 int_val64 = 25
uint64 uint_val64 = 26
sint64 sint_val64 = 27
sint32 sint_val32 = 28
uint32 uint_val32 = 29
Used in: M1, NestedM1, M4
NULL = 0
FIRST = 1
SECOND = 2
Used in: M1
uint64 n_id = 1
string n_name = 2
repeated EnumM1 repeated_enum_value = 4
oneof nestedM1_oneof
Used in: NestedM1
uint64 n2_id = 1
string n2_name = 2
Used in: M1
int64 m2_id = 1
string m2_name = 2
map<string, M3> m2_string2M2 = 3
Used in: ClientStreamResponse, M2, StreamMessage
int64 m3_id = 1
string m3_name = 2
repeated bytes buf = 3
Used in: ClientStreamResponse, M1, StreamMessage
int64 m4_id = 1
string name = 2
repeated bytes buf = 3
repeated M1.EnumM1 repeated_enum_value = 4
repeated bool repeated_bool = 5
repeated double repeated_double = 6
Used in: M1
oneof test_oneof
string string_oneof = 1
float float_oneof = 2
Used as request type in: test_proto.ClientServerStream, test_proto.ClientStream, test_proto.ServerStream
Used as response type in: test_proto.ClientServerStream, test_proto.ServerStream
oneof test_stream
M3 header = 1
M4 payload = 2
UNKNOWN = 0
USER = 1
MANAGER = 2
ADMIN = 3
Used as request type in: test_proto.CreateUser
Used as response type in: test_proto.CreateUser
Used as field type in: M1
string id = 1
string name = 2
bool active = 3
uint32 age = 4
optional Location location = 5
Used in: M1
UNKNOWN = 0
USER = 1
MANAGER = 2
ADMIN = 3