How to use 'Any' type conversion ?
CoderLineChan opened this issue · 0 comments
CoderLineChan commented
.proto
file to reproduce
message ResponseMessage {
google.protobuf.Any meesage = 1;
}
msessage Body {
string str = 1;
}
Description
How to set meesage type to Body type ?