Get desktop application:
View/edit binary Protocol Buffers messages
string name = 1
int32 id = 2
bytes picture = 3
repeated string works = 4
oneof pii_oneof
Pizza oneof_message = 5
string oneof_string = 6
Used in: NestedMessage
oneof some_val
string one_id = 1
int32 other_id = 2
bool is_active = 3
bool is_active = 1
optional TestMessage test_messsage = 2
Used in: UserId
optional UserId user_id = 1
bool is_active = 2
repeated string experiments_active = 3
optional ComplexType complex_type = 6
map<string, string> map_type = 7
Used in: NestedMessage
string id = 1
repeated int32 ids = 2
string name = 1
int32 height = 2
int32 version = 3
string name = 1
int32 length = 2
int32 version = 3
Used in: Author
string size = 1
repeated string toppings = 2
Used in: NestedMessage
Used in: DependencyMessage
string test_string = 1
bool test_bool = 2
bytes test_bytes = 3
double test_double = 4
float test_float = 5
fixed32 test_fixed32 = 6
fixed64 test_fixed64 = 7
int32 test_int32 = 8
int64 test_int64 = 9
sfixed32 test_sfixed32 = 10
sfixed64 test_sfixed64 = 11
sint32 test_sint32 = 12
sint64 test_sint64 = 13
uint32 test_uint32 = 14
uint64 test_uint64 = 15
Used in: NestedMessage
oneof user_id
string kafka_user_id = 1
int32 other_user_id = 2
string name = 1
int32 size = 2
int32 version = 3