• TeBoring's avatar
    Add packFrom, unpackTo and is in google.protobuf.Any. · 7366efd8
    TeBoring authored
    The previous two methods make it easy to transform between any and normal message.
    unPackeTo will throw error if the type url in any doesn't match the type of the message to be transformed to.
    is checks any's type url matches the give GPBMessage type.
    7366efd8
generate_descriptor_proto.sh 2.91 KB