Package com.google.protobuf
Interface DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.EnumDescriptorProto.EnumReservedRange,DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- Enclosing class:
- DescriptorProtos.EnumDescriptorProto
public static interface DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEnd()Inclusive.intgetStart()Inclusive.booleanhasEnd()Inclusive.booleanhasStart()Inclusive.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStart
boolean hasStart()
Inclusive.
optional int32 start = 1;- Returns:
- Whether the start field is set.
-
getStart
int getStart()
Inclusive.
optional int32 start = 1;- Returns:
- The start.
-
hasEnd
boolean hasEnd()
Inclusive.
optional int32 end = 2;- Returns:
- Whether the end field is set.
-
getEnd
int getEnd()
Inclusive.
optional int32 end = 2;- Returns:
- The end.
-
-