Get desktop application:
View/edit binary Protocol Buffers messages
optional string name = 1
optional int64 in = 2
(message has no fields)
(message has no fields)
Used in: TestAllTypes
Used in: NestedTestAllTypes
optional int32 single_int32 = 1
optional int64 single_int64 = 2
optional uint32 single_uint32 = 3
optional uint64 single_uint64 = 4
optional sint32 single_sint32 = 5
optional sint64 single_sint64 = 6
optional fixed32 single_fixed32 = 7
optional fixed64 single_fixed64 = 8
optional sfixed32 single_sfixed32 = 9
optional sfixed64 single_sfixed64 = 10
optional float single_float = 11
optional double single_double = 12
optional bool single_bool = 13
optional string single_string = 14
optional bytes single_bytes = 15
optional group google.expr.proto2.test.TestAllTypes.NestedGroup = 23
optional protobuf.Any single_any = 100
oneof nested_type
repeated int32 repeated_int32 = 31
repeated int64 repeated_int64 = 32
repeated uint32 repeated_uint32 = 33
repeated uint64 repeated_uint64 = 34
repeated sint32 repeated_sint32 = 35
repeated sint64 repeated_sint64 = 36
repeated fixed32 repeated_fixed32 = 37
repeated fixed64 repeated_fixed64 = 38
repeated sfixed32 repeated_sfixed32 = 39
repeated sfixed64 repeated_sfixed64 = 40
repeated float repeated_float = 41
repeated double repeated_double = 42
repeated bool repeated_bool = 43
repeated string repeated_string = 44
repeated bytes repeated_bytes = 45
repeated string repeated_string_piece = 54
repeated string repeated_cord = 55
map<string, string> map_string_string = 58
map<int64, NestedTestAllTypes> map_int64_nested_type = 59
Used in: TestAllTypes
Used in: TestAllTypes
optional int32 nested_id = 24
optional string nested_name = 25
Used in: TestAllTypes