我已经开始使用谷歌的protobuf
并且有重复的字段类型:
repeated: this field can be repeated any number of times (including zero)
in a well-formed message. The order of the repeated values will be preserved.
我需要知道的是如何使用重复字段至少重复一次的消息。所以我需要以某种方式排除这种类型的零次。我可以在我的代码中进行这样的断言,但是在 .proto 文件中执行此操作的正确方法是什么?