public sealed class UninterpretedOption : object, IMessage<UninterpretedOption>, IEquatable<UninterpretedOption>, IDeepCloneable<UninterpretedOption>, IBufferMessage, IMessage
A message representing a option the parser does not recognize. This only
appears in options protos created by the compiler::Parser class.
DescriptorPool resolves these when building Descriptor objects. Therefore,
options protos in descriptor objects (e.g. returned by Descriptor::options(),
or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
in them.
[[["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\u003eThe \u003ccode\u003eUninterpretedOption\u003c/code\u003e class represents an option that the parser does not recognize, typically found in options protos created by the compiler's \u003ccode\u003eParser\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message manipulation, comparison, deep cloning, and buffer handling.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUninterpretedOption\u003c/code\u003e class includes fields and properties like \u003ccode\u003eAggregateValue\u003c/code\u003e, \u003ccode\u003eDoubleValue\u003c/code\u003e, \u003ccode\u003eIdentifierValue\u003c/code\u003e, \u003ccode\u003eNegativeIntValue\u003c/code\u003e, \u003ccode\u003ePositiveIntValue\u003c/code\u003e, and \u003ccode\u003eStringValue\u003c/code\u003e, to store the value of the uninterpreted option in different data types.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods like \u003ccode\u003eClone\u003c/code\u003e, \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eMergeFrom\u003c/code\u003e, \u003ccode\u003eWriteTo\u003c/code\u003e, and \u003ccode\u003eCalculateSize\u003c/code\u003e, for object management, data manipulation, serialization, and size calculation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUninterpretedOption\u003c/code\u003e instances will never be present in options protos found within descriptor objects, as \u003ccode\u003eDescriptorPool\u003c/code\u003e resolves them during \u003ccode\u003eDescriptor\u003c/code\u003e object construction.\u003c/p\u003e\n"]]],[],null,[]]