• Paul Yang's avatar
    Add mergeFrom method on Message (#2766) · bcbaabe5
    Paul Yang authored
    This method merges the contents of the specified message into the
    current message. Singular fields that are set in the specified message
    overwrite the corresponding fields in the current message.  Repeated
    fields are appended. Map fields key-value pairs are overritten.
    Singular/Oneof sub-messages are recursively merged. All overritten
    sub-messages are deep-copied.
    bcbaabe5
test.sh 871 Bytes