syntax = "proto2"; package my.protobuf; message SomeMessage { optional int32 first = 1; // example template also works with int64, uint32, uint64 optional ...
確定! 回上一頁