编译proto文件为desc文件
String, desc文件的路径
文件名,示例:Student
proto文件内容,示例:"syntax = \"proto3\";\n\nmessage Student {\n\tstring id = 1;\n\tstring name = 2;\n}"