Send feedback
Class UninterpretedOption.Types.NamePart (3.15.8)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.15.8keyboard_arrow_down
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".
Inheritance
Object >
UninterpretedOption.Types.NamePart
Namespace
Google.Protobuf.Reflection
Assembly
Google.Protobuf.dll
Constructors
NamePart()
NamePart(UninterpretedOption.Types.NamePart)
public NamePart(UninterpretedOption.Types.NamePart other)
Fields
IsExtensionFieldNumber
public const int IsExtensionFieldNumber = null
Field number for the "is_extension" field.
Field Value
Type
Description
Int32
NamePart_FieldNumber
public const int NamePart_FieldNumber = null
Field number for the "name_part" field.
Field Value
Type
Description
Int32
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
HasIsExtension
public bool HasIsExtension { get; }
Gets whether the "is_extension" field is set
Property Value
Type
Description
Boolean
HasNamePart_
public bool HasNamePart_ { get; }
Gets whether the "name_part" field is set
Property Value
Type
Description
Boolean
IsExtension
public bool IsExtension { get; set; }
Property Value
Type
Description
Boolean
NamePart_
public string NamePart_ { get; set; }
Property Value
Type
Description
String
Parser
public static MessageParser<UninterpretedOption.Types.NamePart> Parser { get; }
Methods
CalculateSize()
public int CalculateSize()
Returns
Type
Description
Int32
ClearIsExtension()
public void ClearIsExtension()
Clears the value of the "is_extension" field
ClearNamePart_()
public void ClearNamePart_()
Clears the value of the "name_part" field
Clone()
public UninterpretedOption.Types.NamePart Clone()
Equals(UninterpretedOption.Types.NamePart)
public bool Equals(UninterpretedOption.Types.NamePart other)
Equals(Object)
public override bool Equals(object other)
Parameter
Name
Description
other
Object
GetHashCode()
public override int GetHashCode()
Returns
Type
Description
Int32
public void MergeFrom(CodedInputStream input)
MergeFrom(UninterpretedOption.Types.NamePart)
public void MergeFrom(UninterpretedOption.Types.NamePart other)
ToString()
public override string ToString()
Returns
Type
Description
String
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)
Explicit Interface Implementations
IBufferMessage.InternalMergeFrom(ref ParseContext)
void IBufferMessage.InternalMergeFrom(ref ParseContext input)
IBufferMessage.InternalWriteTo(ref WriteContext)
void IBufferMessage.InternalWriteTo(ref WriteContext output)
IMessage.Descriptor
MessageDescriptor IMessage.Descriptor { get; }
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
Need to tell us more?
[[["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 2026-03-09 UTC."],[],[]]