The option's name. For protobuf built-in options (options defined in
descriptor.proto), this is the short name. For example, "map_entry".
For custom options, it should be the fully-qualified name. For example,
"google.api.http".
The option's value packed in an Any message. If the value is a primitive,
the corresponding wrapper type defined in google/protobuf/wrappers.proto
should be used. If the value is an enum, it should be stored as an int32
value using the google.protobuf.Int32Value type.
[[["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\u003eOption\u003c/code\u003e class in Google.Protobuf.WellKnownTypes represents a protocol buffer option that can be attached to various elements like messages and fields.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOption\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionalities such as cloning, equality checking, and message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe class exposes properties like \u003ccode\u003eName\u003c/code\u003e (for the option's name), \u003ccode\u003eValue\u003c/code\u003e (for the option's value, packed in an \u003ccode\u003eAny\u003c/code\u003e message), and \u003ccode\u003eDescriptor\u003c/code\u003e, along with static properties like \u003ccode\u003eParser\u003c/code\u003e for handling message parsing.\u003c/p\u003e\n"],["\u003cp\u003eIt also provides methods to interact with \u003ccode\u003eOption\u003c/code\u003e instances including calculating the size of the data, cloning \u003ccode\u003eOption\u003c/code\u003e instances, comparing \u003ccode\u003eOption\u003c/code\u003e instances, merging from an existing \u003ccode\u003eOption\u003c/code\u003e or \u003ccode\u003eCodedInputStream\u003c/code\u003e, get the hashcode, and writing to \u003ccode\u003eCodedOutputStream\u003c/code\u003e, allowing for manipulation and serialization.\u003c/p\u003e\n"],["\u003cp\u003eThere are also two constructors that allow for the creation of a new default \u003ccode\u003eOption\u003c/code\u003e object, or the copying of an \u003ccode\u003eOption\u003c/code\u003e object using another instance of the \u003ccode\u003eOption\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]