example1.proto 99 字节 原文件 审查 历史 永久链接 1 2 3 4 5 message Test1 { required int32 a = 1; } // Test1 should encode to "08 96 01" with Test1#a=150