Google. Protobuf. Reflection. EnumValueDescriptor
Descriptor for a single enum value within an enum in a .proto file.
Summary
Inheritance
Inherits from: Google.Protobuf.Reflection.DescriptorBase
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
|
Properties
EnumDescriptor
EnumDescriptor EnumDescriptor
Returns the enum descriptor that this value is part of.
Name
override string Name
Returns the name of the enum value described by this object.
Number
int Number
Returns the number associated with this enum value.
Proto
EnumValueDescriptorProto Proto