1 2 3 4 5 6
package NProto; message TLangMask { repeated uint32 Bits = 1; // binary optional string Names = 2; // human readable }