optional.proto 160 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 message Test1 { optional int32 a = 1; optional Test2 b = 2; } message Test2 { optional int32 c = 1; optional Test3 d = 2; } message Test3 { }