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()
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; }