linx-simulator2/node_modules/protobufjs/tests/oneof.proto
2019-09-18 11:11:16 +03:00

7 lines
101 B
Protocol Buffer

message MyOneOf {
oneof my_oneof {
uint32 id = 1;
string name = 2;
}
}