Google.Protobuf.WellKnownTypes.Enum
public sealed class Enum : IMessage<Enum>, IMessage, IEquatable<Enum>, IDeepCloneable<Enum>, IBufferMessage
Enum type definition.
New usages of this message as an alternative to EnumDescriptorProto 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 "edition" field.
Field number for the "enumvalue" field.
Field number for the "name" field.
Field number for the "options" field.
Field number for the "source_context" field.
Field number for the "syntax" field.
The source edition string, only valid when syntax is SYNTAX_EDITIONS.
Enum value definitions.
Enum type name.
Protocol buffer options.
The source context.
The source syntax.
public Enum()