FieldDescriptor public sealed class FieldDescriptor : DescriptorBase, IComparable<FieldDescriptor> Documentation public IFieldAccessor Accessor { get; } public OneofDescriptor ContainingOneof { get; } public MessageDescriptor ContainingType { get; } public CustomOptions CustomOptions { get; } public EnumDescriptor EnumType { get; } public MessageDescriptor ExtendeeType { get; } public Extension Extension { get; } public int FieldNumber { get; } public FieldType FieldType { get; } public bool HasPresence { get; } public bool IsExtension { get; } public bool IsMap { get; } public bool IsPacked { get; } public bool IsRepeated { get; } public bool IsRequired { get; } public string JsonName { get; } public MessageDescriptor MessageType { get; } public string PropertyName { get; } public OneofDescriptor RealContainingOneof { get; } public int CompareTo(FieldDescriptor other) public T GetOption<T>(Extension<FieldOptions, T> extension) public RepeatedField<T> GetOption<T>(RepeatedExtension<FieldOptions, T> extension) public FieldOptions GetOptions()