//protobuf-kotlin/com.google.protobuf.kotlin/unpack
[JVM]
Content
inline fun <T : Message> Any.unpack(): T
More info
Returns the message of type T encoded in this com.google.protobuf.Any.
Throws
InvalidProtocolBufferException | if this com.google.protobuf.Any does not contain a T message. |