Class DescriptorProto (3.15.8)

public sealed class DescriptorProto : object, IMessage<DescriptorProto>, IEquatable<DescriptorProto>, IDeepCloneable<DescriptorProto>, IBufferMessage, IMessage

Describes a message type.

Inheritance

Object > DescriptorProto

Namespace

Google.Protobuf.Reflection

Assembly

Google.Protobuf.dll

Constructors

DescriptorProto()

public DescriptorProto()

DescriptorProto(DescriptorProto)

public DescriptorProto(DescriptorProto other)
Parameter
NameDescription
otherDescriptorProto

Fields

EnumTypeFieldNumber

public const int EnumTypeFieldNumber = null

Field number for the "enum_type" field.

Field Value
TypeDescription
Int32

ExtensionFieldNumber

public const int ExtensionFieldNumber = null

Field number for the "extension" field.

Field Value
TypeDescription
Int32

ExtensionRangeFieldNumber

public const int ExtensionRangeFieldNumber = null

Field number for the "extension_range" field.

Field Value
TypeDescription
Int32

FieldFieldNumber

public const int FieldFieldNumber = null

Field number for the "field" field.

Field Value
TypeDescription
Int32

NameFieldNumber

public const int NameFieldNumber = null

Field number for the "name" field.

Field Value
TypeDescription
Int32

NestedTypeFieldNumber

public const int NestedTypeFieldNumber = null

Field number for the "nested_type" field.

Field Value
TypeDescription
Int32

OneofDeclFieldNumber

public const int OneofDeclFieldNumber = null

Field number for the "oneof_decl" field.

Field Value
TypeDescription
Int32

OptionsFieldNumber

public const int OptionsFieldNumber = null

Field number for the "options" field.

Field Value
TypeDescription
Int32

ReservedNameFieldNumber

public const int ReservedNameFieldNumber = null

Field number for the "reserved_name" field.

Field Value
TypeDescription
Int32

ReservedRangeFieldNumber

public const int ReservedRangeFieldNumber = null

Field number for the "reserved_range" field.

Field Value
TypeDescription
Int32

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
MessageDescriptor

EnumType

public RepeatedField<EnumDescriptorProto> EnumType { get; }
Property Value
TypeDescription
RepeatedField<EnumDescriptorProto>

Extension

public RepeatedField<FieldDescriptorProto> Extension { get; }
Property Value
TypeDescription
RepeatedField<FieldDescriptorProto>

ExtensionRange

public RepeatedField<DescriptorProto.Types.ExtensionRange> ExtensionRange { get; }
Property Value
TypeDescription
RepeatedField<DescriptorProto.Types.ExtensionRange>

Field

public RepeatedField<FieldDescriptorProto> Field { get; }
Property Value
TypeDescription
RepeatedField<FieldDescriptorProto>

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
Boolean

Name

public string Name { get; set; }
Property Value
TypeDescription
String

NestedType

public RepeatedField<DescriptorProto> NestedType { get; }
Property Value
TypeDescription
RepeatedField<DescriptorProto>

OneofDecl

public RepeatedField<OneofDescriptorProto> OneofDecl { get; }
Property Value
TypeDescription
RepeatedField<OneofDescriptorProto>

Options

public MessageOptions Options { get; set; }
Property Value
TypeDescription
MessageOptions

Parser

public static MessageParser<DescriptorProto> Parser { get; }
Property Value
TypeDescription
MessageParser<DescriptorProto>

ReservedName

public RepeatedField<string> ReservedName { get; }

Reserved field names, which may not be used by fields in the same message. A given name may only be reserved once.

Property Value
TypeDescription
RepeatedField<String>

ReservedRange

public RepeatedField<DescriptorProto.Types.ReservedRange> ReservedRange { get; }
Property Value
TypeDescription
RepeatedField<DescriptorProto.Types.ReservedRange>

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

ClearName()

public void ClearName()

Clears the value of the "name" field

Clone()

public DescriptorProto Clone()
Returns
TypeDescription
DescriptorProto

Equals(DescriptorProto)

public bool Equals(DescriptorProto other)
Parameter
NameDescription
otherDescriptorProto
Returns
TypeDescription
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
Boolean

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
Int32

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream

MergeFrom(DescriptorProto)

public void MergeFrom(DescriptorProto other)
Parameter
NameDescription
otherDescriptorProto

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream

Explicit Interface Implementations

IBufferMessage.InternalMergeFrom(ref ParseContext)

void IBufferMessage.InternalMergeFrom(ref ParseContext input)
Parameter
NameDescription
inputParseContext

IBufferMessage.InternalWriteTo(ref WriteContext)

void IBufferMessage.InternalWriteTo(ref WriteContext output)
Parameter
NameDescription
outputWriteContext

IMessage.Descriptor

MessageDescriptor IMessage.Descriptor { get; }
Returns
TypeDescription
MessageDescriptor