Get desktop application:
View/edit binary Protocol Buffers messages
required uint32 id = 1
repeated schema.User otherUsers = 3
Used in: Nest2Response
required int32 id = 10
required string name = 20
required int32 int32Value = 100
optional int32 int32OptValue = 101
required int64 int64Value = 110
optional int64 int64OptValue = 111
required uint32 uint32Value = 120
optional uint32 uint32OptValue = 121
required uint64 uint64Value = 130
optional uint64 uint64OptValue = 131
required sint32 sint32Value = 140
optional sint32 sint32OptValue = 141
required sint64 sint64Value = 150
optional sint64 sint64OptValue = 151
required fixed32 fixed32Value = 160
optional fixed32 fixed32OptValue = 161
required fixed64 fixed64Value = 170
optional fixed64 fixed64OptValue = 171
required sfixed32 sfixed32Value = 180
optional sfixed32 sfixed32OptValue = 181
required sfixed64 sfixed64Value = 190
optional sfixed64 sfixed64OptValue = 191
required float floatValue = 200
optional float floatOptValue = 201
required double doubleValue = 210
optional double doubleOptValue = 211
required bool boolValue = 220
optional bool boolOptValue = 221
required string stringValue = 230
optional string stringOptValue = 231
required bytes bytesValue = 240
optional bytes bytesOptValue = 241
repeated string stringList = 250
repeated int32 int32List = 251
repeated int64 int64List = 252
repeated uint32 uint32List = 253
repeated uint64 uint64List = 254
repeated sint32 sint32List = 255
repeated sint64 sint64List = 256
repeated fixed32 fixed32List = 257
repeated fixed64 fixed64List = 258
repeated sfixed32 sfixed32List = 259
repeated sfixed64 sfixed64List = 260
repeated float floatList = 261
repeated double doubleList = 262
repeated bool boolList = 263
required int32 prop1 = 1
required string prop2 = 2
required int32 prop1 = 1
required string prop2 = 2
required int64 prop3 = 3
repeated string prop4 = 4
optional int64 prop6 = 6
required int32 int32TagSize1 = 1
optional int32 int32OptTagSize1 = 2
repeated int32 int32ListTagSize1 = 3
required int32 int32TagSize2 = 16
optional int32 int32OptTagSize2 = 17
repeated int32 int32ListTagSize2 = 18
required int32 int32TagSize3 = 2048
optional int32 int32OptTagSize3 = 2049
repeated int32 int32ListTagSize3 = 2050
Used in: VariousTagResponse
ENUM1 = 101
ENUM2 = 102
ENUM3 = 103
Used in: WithEnumResponse
KEY1 = 100
KEY2 = 101
KEY3 = 102