Descriptor for a single enum value within an enum in a .proto file.
Properties |
|
---|---|
EnumDescriptor
|
Returns the enum descriptor that this value is part of.
|
Name
|
override string
Returns the name of the enum value described by this object.
|
Number
|
int
Returns the number associated with this enum value.
|
Proto
|
EnumValueDescriptorProto
|
EnumDescriptor EnumDescriptor
Returns the enum descriptor that this value is part of.
override string Name
Returns the name of the enum value described by this object.
int Number
Returns the number associated with this enum value.
EnumValueDescriptorProto Proto