<PackageReference Include="Google.Protobuf" Version="3.34.2" />

Google.Protobuf.WellKnownTypes.EnumValue

Enum value definition. New usages of this message as an alternative to EnumValueDescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
public const int NameFieldNumber = 1

Field number for the "name" field.

public const int NumberFieldNumber = 2

Field number for the "number" field.

public const int OptionsFieldNumber = 3

Field number for the "options" field.

public static MessageDescriptor Descriptor { get; }

public static MessageParser<EnumValue> Parser { get; }

public string Name { get; set; }

Enum value name.

public int Number { get; set; }

Enum value number.

public RepeatedField<Option> Options { get; }

Protocol buffer options.

public EnumValue()

public EnumValue(EnumValue other)

public int CalculateSize()

public EnumValue Clone()

public bool Equals(EnumValue other)

public void MergeFrom(EnumValue other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)