
Protobuf에서 google.protobuf.StringValue와 string의 차이점
google.protobuf.StringValue 또는 string 을 작성하는 경우가 있다.google.protobuf.StringValue : null 허용 (nullable)string : null 허용 x (not null)https://stackoverflow.com/questions/51707877/what-is-the-point-of-google-protobuf-stringvalue