How to get protobuf field name in python

前端 未结 0 1260
独厮守ぢ
独厮守ぢ 2020-12-30 06:21

I have the following version 3 protobuf:

message MyProto {
    string a_field = 1;
}

Inside python code how do I get the field name as in the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题