Interface DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder (3.19.4)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getEnd()
publicabstractintgetEnd()Inclusive.
optional int32 end = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The end. |
getStart()
publicabstractintgetStart()Inclusive.
optional int32 start = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The start. |
hasEnd()
publicabstractbooleanhasEnd()Inclusive.
optional int32 end = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the end field is set. |
hasStart()
publicabstractbooleanhasStart()Inclusive.
optional int32 start = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the start field is set. |