我需要在protobuf(proto3 语法)中指定一个带有可选字段的消息。在proto 2 语法方面,我想表达的信息是这样的: message Foo { required int32 bar = 1; optional int32 ...
確定! 回上一頁