Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Large
required int32 required = 1
optional int32 optional = 2
optional string string_ = 1
optional int64 int64_ = 2
optional float float_ = 3
optional bool bool_ = 4
optional Enum enum_ = 5
repeated int64 int64s = 6
optional Medium medium = 7
optional Small small = 8
optional double double_ = 9
optional WithMap with_map = 10
Used in: Large
repeated int32 int32s = 1
repeated Small smalls = 2
repeated group compare_test.Medium.GroupA = 3
repeated float floats = 6
Used in: Medium
repeated group compare_test.Medium.GroupA.GroupB = 4
Used in: GroupA
required string strings = 5
Used in: Large, Medium, WithMap
repeated string strings = 1
Used in: Large
map<int32, Small> value_message = 1
map<string, string> value_string = 2