Get desktop application:
View/edit binary Protocol Buffers messages
zero = 0
ONE = 1
Two = 2
_three = 3
TWENTY_ONE = 21
optional double fdouble = 1
optional float ffloat = 2
optional int32 fint32 = 3
optional int64 fint64 = 4
optional uint32 fuint32 = 5
optional uint64 fuint64 = 6
optional sint32 fsint32 = 7
optional sint64 fsint64 = 8
optional fixed32 ffixed32 = 9
optional fixed64 ffixed64 = 10
optional sfixed32 fsfixed32 = 11
optional sfixed64 fsfixed64 = 12
optional bool fbool = 13
optional string fstring = 14
optional bytes fbytes = 15
Used in: OptionMessage
required string frequired = 1
optional string foptional = 2