1#MyStruct: { 2 mediumNum: int32 3 smallNum: int8 4 5 float: float32 6 double: float64 7 8 deprecatedField: string @protobuf(5,deprecated) 9}
View as plain text