public static interface DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnd()
public abstract int getEnd()Exclusive.
optional int32 end = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The end. |
getStart()
public abstract int getStart()Inclusive.
optional int32 start = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The start. |
hasEnd()
public abstract boolean hasEnd()Exclusive.
optional int32 end = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the end field is set. |
hasStart()
public abstract boolean hasStart()Inclusive.
optional int32 start = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the start field is set. |