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
Name Description
other DescriptorProto

Fields

EnumTypeFieldNumber

public const int EnumTypeFieldNumber = null

Field number for the "enum_type" field.

Field Value
Type Description
Int32

ExtensionFieldNumber

public const int ExtensionFieldNumber = null

Field number for the "extension" field.

Field Value
Type Description
Int32

ExtensionRangeFieldNumber

public const int ExtensionRangeFieldNumber = null

Field number for the "extension_range" field.

Field Value
Type Description
Int32

FieldFieldNumber

public const int FieldFieldNumber = null

Field number for the "field" field.

Field Value
Type Description
Int32

NameFieldNumber

public const int NameFieldNumber = null

Field number for the "name" field.

Field Value
Type Description
Int32

NestedTypeFieldNumber

public const int NestedTypeFieldNumber = null

Field number for the "nested_type" field.

Field Value
Type Description
Int32

OneofDeclFieldNumber

public const int OneofDeclFieldNumber = null

Field number for the "oneof_decl" field.

Field Value
Type Description
Int32

OptionsFieldNumber

public const int OptionsFieldNumber = null

Field number for the "options" field.

Field Value
Type Description
Int32

ReservedNameFieldNumber

public const int ReservedNameFieldNumber = null

Field number for the "reserved_name" field.

Field Value
Type Description
Int32

ReservedRangeFieldNumber

public const int ReservedRangeFieldNumber = null

Field number for the "reserved_range" field.

Field Value
Type Description
Int32

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
Type Description
MessageDescriptor

EnumType

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

Extension

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

ExtensionRange

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

Field

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

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
Type Description
Boolean

Name

public string Name { get; set; }
Property Value
Type Description
String

NestedType

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

OneofDecl

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

Options

public MessageOptions Options { get; set; }
Property Value
Type Description
MessageOptions

Parser

public static MessageParser<DescriptorProto> Parser { get; }
Property Value
Type Description
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
Type Description
RepeatedField<String>

ReservedRange

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

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
Int32

ClearName()

public void ClearName()

Clears the value of the "name" field

Clone()

public DescriptorProto Clone()
Returns
Type Description
DescriptorProto

Equals(DescriptorProto)

public bool Equals(DescriptorProto other)
Parameter
Name Description
other DescriptorProto
Returns
Type Description
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
Name Description
other Object
Returns
Type Description
Boolean

GetHashCode()

public override int GetHashCode()
Returns
Type Description
Int32

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream

MergeFrom(DescriptorProto)

public void MergeFrom(DescriptorProto other)
Parameter
Name Description
other DescriptorProto

ToString()

public override string ToString()
Returns
Type Description
String

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream

Explicit Interface Implementations

IBufferMessage.InternalMergeFrom(ref ParseContext)

void IBufferMessage.InternalMergeFrom(ref ParseContext input)
Parameter
Name Description
input ParseContext

IBufferMessage.InternalWriteTo(ref WriteContext)

void IBufferMessage.InternalWriteTo(ref WriteContext output)
Parameter
Name Description
output WriteContext

IMessage.Descriptor

MessageDescriptor IMessage.Descriptor { get; }
Returns
Type Description
MessageDescriptor