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

FieldOptions

public static class Types

public const int CtypeFieldNumber = 1

public const int DeprecatedFieldNumber = 3

public const int JstypeFieldNumber = 6

public const int LazyFieldNumber = 5

public const int PackedFieldNumber = 2

public const int UninterpretedOptionFieldNumber = 999

public const int WeakFieldNumber = 10

public static MessageDescriptor Descriptor { get; }

public static MessageParser<FieldOptions> Parser { get; }

public CType Ctype { get; set; }

public bool Deprecated { get; set; }

public JSType Jstype { get; set; }

public bool Lazy { get; set; }

public bool Packed { get; set; }

public bool Weak { get; set; }

public FieldOptions()

public FieldOptions(FieldOptions other)

public int CalculateSize()

public bool Equals(FieldOptions other)

public void MergeFrom(FieldOptions other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)