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