FieldDescriptor public sealed class FieldDescriptor : DescriptorBase, IComparable<FieldDescriptor> Documentation public IFieldAccessor Accessor { get; } public OneofDescriptor ContainingOneof { get; } public MessageDescriptor ContainingType { get; } public EnumDescriptor EnumType { get; } public int FieldNumber { get; } public FieldType FieldType { get; } public bool IsMap { get; } public bool IsPacked { get; } public bool IsRepeated { get; } public string JsonName { get; } public MessageDescriptor MessageType { get; } public int CompareTo(FieldDescriptor other)