Skip to main content

Interface: IEnumDescriptorProto

google.protobuf.IEnumDescriptorProto

Properties of an EnumDescriptorProto.

Implemented by

Properties

name

Optional name: null | string

EnumDescriptorProto name


options

Optional options: null | IEnumOptions

EnumDescriptorProto options


reservedName

Optional reservedName: null | string[]

Reserved enum value names, which may not be reused. A given name may only be reserved once.


reservedRange

Optional reservedRange: null | IEnumReservedRange[]

Range of reserved numeric values. Reserved numeric values may not be used by enum values in the same enum declaration. Reserved ranges may not overlap.


value

Optional value: null | IEnumValueDescriptorProto[]

EnumDescriptorProto value