Get desktop application:
View/edit binary Protocol Buffers messages
int32 ID = 1
string theString = 2
bool theBool = 3
int32 theInt32 = 4
int64 theInt64 = 5
uint32 theUInt32 = 6
uint64 theUInt64 = 7
sint32 theSInt32 = 8
sint64 theSInt64 = 9
fixed32 theFixed32 = 10
fixed64 theFixed64 = 11
sfixed32 theSFixed32 = 12
sfixed64 theSFixed64 = 13
float theFloat = 14
double theDouble = 15
bytes theBytes = 17
Used in: AllTheThings, Optionals, RepeatAllTheThings, TestEvent
int32 ID = 1
string stuff = 2
repeated int32 favoriteNumbers = 3
repeated bytes randomThings = 4
Used in: AllTheThings, EventUsingWKTs, Optionals, RepeatAllTheThings
EVENT_TYPE_UNDEFINED = 0
EVENT_TYPE_ONE = 1
EVENT_TYPE_TWO = 2
oneof one_of_values
string opt_one = 1
string opt_two = 2
Used in: Maps, OneOfs
string name = 1
map<string, string> attributes = 3
map<string, bool> bools = 1
map<string, string> strings = 2
map<int32, int32> int32s = 3
map<int64, int64> int64s = 4
map<uint32, uint32> uint32s = 5
map<uint64, uint64> uint64s = 6
map<sint32, sint32> sint32s = 7
map<sint64, sint64> sint64s = 8
map<fixed32, fixed32> fixed32s = 9
map<fixed64, fixed64> fixed64s = 10
map<sfixed32, sfixed32> sfixed32s = 11
map<sfixed64, sfixed64> sfixed64s = 12
map<string, float> floats = 16
map<string, double> doubles = 17
map<string, MapObject> objects = 30
Used in: Msg
oneof thing
bool bools = 1
string strings = 2
int32 int32s = 3
int64 int64s = 4
uint32 uint32s = 5
uint64 uint64s = 6
sint32 sint32s = 7
sint64 sint64s = 8
fixed32 fixed32s = 9
fixed64 fixed64s = 10
sfixed32 sfixed32s = 11
sfixed64 sfixed64s = 12
float floats = 16
double doubles = 17
optional string optional_string = 2
optional bool optional_bool = 3
optional int32 optional_int32 = 4
optional int64 optional_int64 = 5
optional uint32 optional_uint32 = 6
optional uint64 optional_uint64 = 7
optional sint32 optional_sint32 = 8
optional sint64 optional_sint64 = 9
optional fixed32 optional_fixed32 = 10
optional fixed64 optional_fixed64 = 11
optional sfixed32 optional_sfixed32 = 12
optional sfixed64 optional_sfixed64 = 13
optional float optional_float = 14
optional double optional_double = 15
optional EventType optional_enum = 16
optional bytes optional_bytes = 17
optional EmbeddedEvent optional_message = 18
int32 ID = 1
repeated string theStrings = 2
repeated bool theBools = 3
repeated int32 theInt32s = 4
repeated int64 theInt64s = 5
repeated uint32 theUInt32s = 6
repeated uint64 theUInt64s = 7
repeated sint32 theSInt32s = 8
repeated sint64 theSInt64s = 9
repeated fixed32 theFixed32s = 10
repeated fixed64 theFixed64s = 11
repeated sfixed32 theSFixed32s = 12
repeated sfixed64 theSFixed64s = 13
repeated float theFloats = 14
repeated double theDoubles = 15
repeated EventType theEventTypes = 16
repeated bytes theBytes = 17
string name = 1
string info = 2
bool isAwesome = 3
repeated string labels = 4
oneof path
bool jedi = 6
bool sith = 7
string other = 8
oneof oneofs
Used in: TestEvent