syntax = "proto3"; message SearchRequest { string query = 1; ... For C#, the compiler generates a .cs file from each .proto , with a class ...
確定! 回上一頁