Whether to replace message fields(i.e., discard existing content in
destination message fields) when merging.
Default behavior is to merge the source message field into the
destination message field.
Whether to replace primitive (non-repeated and non-message) fields in
destination message fields with the source primitive fields (i.e., if the
field is set in the source, the value is copied to the
destination; if the field is unset in the source, the field is cleared
from the destination) when merging.
Default behavior is to always set the value of the source primitive
field to the destination primitive field, and if the source field is
unset, the default value of the source field is copied to the
destination.
Whether to replace repeated fields (i.e., discard existing content in
destination repeated fields) when merging.
Default behavior is to append elements from source repeated field to the
destination repeated field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation details the `MergeOptions` class, which is used to customize merging behavior within the `Google.Protobuf.WellKnownTypes` namespace."],["The `ReplaceMessageFields` property controls whether existing content in destination message fields is replaced during a merge operation, with the default being to merge the source into the destination."],["The `ReplacePrimitiveFields` property dictates how non-repeated, non-message fields are handled during merging, determining if the destination field is replaced by the source field or if the default value of the source is copied to the destination."],["The `ReplaceRepeatedFields` property determines whether existing content in destination repeated fields is replaced or if elements from the source are appended, with the default behavior being to append."]]],[]]