Google.Protobuf.WellKnownTypes.EnumValue
public sealed class EnumValue : IMessage<EnumValue>, IMessage, IEquatable<EnumValue>, IDeepCloneable<EnumValue>, IBufferMessage
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.
Field number for the "name" field.
Field number for the "number" field.
Field number for the "options" field.
Enum value name.
Enum value number.
Protocol buffer options.
public EnumValue()