Determines if repeated values for non-repeated fields and oneofs are permitted. For example,
given required/optional field "foo" and a oneof containing "baz" and "qux":
"foo: 1 foo: 2"
"baz: 1 qux: 2"
merging "foo: 2" into a proto in which foo is already set, or
merging "qux: 2" into a proto in which baz is already set.
[[["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 2024-11-19 UTC."],[],[]]