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 is a protocol buffer element used to attach configurations to messages, fields, or enumerations.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eobject\u003c/code\u003e and 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOption\u003c/code\u003e class includes two main fields: \u003ccode\u003eNameFieldNumber\u003c/code\u003e and \u003ccode\u003eValueFieldNumber\u003c/code\u003e, which are associated with the option's name and value respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property stores the name of the option, while the \u003ccode\u003eValue\u003c/code\u003e property contains the option's value encapsulated within an \u003ccode\u003eAny\u003c/code\u003e message.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods for calculating size, cloning, comparing, hashing, merging, string representation, and writing to output streams.\u003c/p\u003e\n"]]],[],null,[]]