EnumDescriptorProto
Describes an enum type.
Types
Range of reserved numeric values. Reserved values may not be used by entries in the same enum. Reserved ranges may not overlap.
Properties
Returns the value of the name field if present, otherwise null.
Returns the value of the options field if present, otherwise null.
Returns the field-presence view for this EnumDescriptorProto instance.
Reserved enum value names, which may not be reused. A given name may only be reserved once.
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.
Support for export and local keywords on enums.
Returns the value of the visibility field if present, otherwise null.
Functions
Copies the original message, including unknown fields.