7 lines
101 B
Protocol Buffer
7 lines
101 B
Protocol Buffer
message MyOneOf {
|
|
oneof my_oneof {
|
|
uint32 id = 1;
|
|
string name = 2;
|
|
}
|
|
}
|