public sealed class NamePart : object, IMessage<UninterpretedOption.Types.NamePart>, IEquatable<UninterpretedOption.Types.NamePart>, IDeepCloneable<UninterpretedOption.Types.NamePart>, IBufferMessage, IMessage
The name of the uninterpreted option. Each string represents a segment in
a dot-separated name. is_extension is true iff a segment represents an
extension (denoted with parentheses in options specs in .proto files).
E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
"foo.(bar.baz).qux".
[[["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\u003eNamePart\u003c/code\u003e class represents a segment in a dot-separated name for an uninterpreted option, indicating whether it's an extension via the \u003ccode\u003eis_extension\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThis class, found in the \u003ccode\u003eGoogle.Protobuf.Reflection\u003c/code\u003e namespace, implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, providing functionalities for message manipulation, equality comparison, and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNamePart\u003c/code\u003e class has constructors to create instances, either default or by copying another \u003ccode\u003eNamePart\u003c/code\u003e instance, as well as properties like \u003ccode\u003eIsExtension\u003c/code\u003e and \u003ccode\u003eNamePart_\u003c/code\u003e, which can be cleared through the \u003ccode\u003eClearIsExtension\u003c/code\u003e and \u003ccode\u003eClearNamePart_\u003c/code\u003e methods respectively.\u003c/p\u003e\n"],["\u003cp\u003eIt includes static fields (\u003ccode\u003eIsExtensionFieldNumber\u003c/code\u003e, \u003ccode\u003eNamePart_FieldNumber\u003c/code\u003e) and properties (\u003ccode\u003eDescriptor\u003c/code\u003e, \u003ccode\u003eParser\u003c/code\u003e) that manage field numbers and message descriptors, and also facilitates serialization/deserialization operations through \u003ccode\u003eWriteTo\u003c/code\u003e, \u003ccode\u003eMergeFrom\u003c/code\u003e and others.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from Object and has the standard Equals, GetHashCode, and ToString methods.\u003c/p\u003e\n"]]],[],null,[]]