Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / tests / oneof.proto
1 message MyOneOf {\r
2     oneof my_oneof {\r
3         uint32 id = 1;\r
4         string name = 2;\r
5     }\r
6 }\r