<PackageReference Include="Relativity.OutsideIn" Version="2019.4.1" />

FieldDescriptorProto

public static class Types

public const int DefaultValueFieldNumber = 7

public const int ExtendeeFieldNumber = 2

public const int JsonNameFieldNumber = 10

public const int LabelFieldNumber = 4

public const int NameFieldNumber = 1

public const int NumberFieldNumber = 3

public const int OneofIndexFieldNumber = 9

public const int OptionsFieldNumber = 8

public const int TypeFieldNumber = 5

public const int TypeNameFieldNumber = 6

public static MessageDescriptor Descriptor { get; }

public static MessageParser<FieldDescriptorProto> Parser { get; }

public string DefaultValue { get; set; }

public string Extendee { get; set; }

public string JsonName { get; set; }

public Label Label { get; set; }

public string Name { get; set; }

public int Number { get; set; }

public int OneofIndex { get; set; }

public FieldOptions Options { get; set; }

public Type Type { get; set; }

public string TypeName { get; set; }

public int CalculateSize()

public bool Equals(FieldDescriptorProto other)

public void MergeFrom(FieldDescriptorProto other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)