Skip to main content

Interface: IEnumDescriptorProto

google.protobuf.IEnumDescriptorProto

Properties of an EnumDescriptorProto.

Hierarchy

Properties

name

Optional name: null | string

EnumDescriptorProto name

Inherited from

$Properties.name


options

Optional options: null | $Properties

EnumDescriptorProto options

Inherited from

$Properties.options


reservedName

Optional reservedName: null | string[]

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

Inherited from

$Properties.reservedName


reservedRange

Optional reservedRange: null | $Properties[]

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.

Inherited from

$Properties.reservedRange


value

Optional value: null | $Properties[]

EnumDescriptorProto value

Inherited from

$Properties.value