Interface: IEnumDescriptorProto
google.protobuf.IEnumDescriptorProto
Properties of an EnumDescriptorProto.
Hierarchy
-
↳
IEnumDescriptorProto
Properties
name
• Optional name: null | string
EnumDescriptorProto name
Inherited from
options
• Optional options: null | $Properties
EnumDescriptorProto options
Inherited from
reservedName
• Optional reservedName: null | string[]
Reserved enum value names, which may not be reused. A given name may only be reserved once.
Inherited from
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
value
• Optional value: null | $Properties[]
EnumDescriptorProto value