Repeated fields are mutated by fetching the value and manipulating it as a list.
Map fields are mutated by fetching the value and manipulating it as a dictionary.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eIFieldAccessor\u003c/code\u003e allows for reflective access to fields within the Google.Protobuf library, operating within the \u003ccode\u003eGoogle.Protobuf.Reflection\u003c/code\u003e namespace and \u003ccode\u003eGoogle.Protobuf.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDescriptor\u003c/code\u003e property of \u003ccode\u003eIFieldAccessor\u003c/code\u003e returns a \u003ccode\u003eFieldDescriptor\u003c/code\u003e object, which provides metadata about the associated field.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIFieldAccessor\u003c/code\u003e offers methods like \u003ccode\u003eClear\u003c/code\u003e, \u003ccode\u003eGetValue\u003c/code\u003e, \u003ccode\u003eHasValue\u003c/code\u003e, and \u003ccode\u003eSetValue\u003c/code\u003e to interact with the field within a given \u003ccode\u003eIMessage\u003c/code\u003e, enabling clearing, retrieving, checking for presence, and setting the field's value respectively.\u003c/p\u003e\n"],["\u003cp\u003eRepeated fields can be modified by getting the field's value and then treating it like a list, while map fields can be modified by getting the field's value and treating it like a dictionary.\u003c/p\u003e\n"]]],[],null,[]]