public static interface DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getEnd()
Exclusive.
|
int |
getStart()
Inclusive.
|
boolean |
hasEnd()
Exclusive.
|
boolean |
hasStart()
Inclusive.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasStart()
Inclusive.
optional int32 start = 1;
int getStart()
Inclusive.
optional int32 start = 1;
boolean hasEnd()
Exclusive.
optional int32 end = 2;
int getEnd()
Exclusive.
optional int32 end = 2;