FieldOptions sealed class FieldOptions : IMessage<FieldOptions>, IMessage, IEquatable<FieldOptions>, IDeepCloneable<FieldOptions> Documentation 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 RepeatedField<UninterpretedOption> UninterpretedOption { get; } public bool Weak { get; set; } public FieldOptions() public FieldOptions(FieldOptions other) public int CalculateSize() public FieldOptions Clone() public bool Equals(FieldOptions other) public void MergeFrom(FieldOptions other) public void MergeFrom(CodedInputStream input) public void WriteTo(CodedOutputStream output)