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

Note that this is distinct from DescriptorProto.ReservedRange in that it is inclusive such that it can appropriately represent the entire int32 domain.

from message google.protobuf.EnumDescriptorProto.EnumReservedRange

Hierarchy

Constructors

Properties

end?: number

Inclusive.

from field: optional int32 end = 2;

start?: number

Inclusive.

from field: optional int32 start = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto2
typeName: "google.protobuf.EnumDescriptorProto.EnumReservedRange" = "google.protobuf.EnumDescriptorProto.EnumReservedRange"

Methods