public sealed class UninterpretedOption : 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"]],[["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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eUninterpretedOption\u003c/code\u003e is a message class used to represent options that the parser doesn't recognize, primarily found in options protos created by the \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, indicating its functionality in handling message data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUninterpretedOption\u003c/code\u003e class includes properties to store various types of data 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods for clearing various stored values, merging data, calculating size, and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThere are several extension methods that can be applied to this message such as \u003ccode\u003eIsInitialized\u003c/code\u003e, \u003ccode\u003eMergeDelimitedFrom\u003c/code\u003e, \u003ccode\u003eMergeFrom\u003c/code\u003e, \u003ccode\u003eToByteArray\u003c/code\u003e, \u003ccode\u003eToByteString\u003c/code\u003e, \u003ccode\u003eWriteDelimitedTo\u003c/code\u003e, and \u003ccode\u003eWriteTo\u003c/code\u003e, allowing it to manipulate data.\u003c/p\u003e\n"]]],[],null,[]]