Package com.google.protobuf
Interface DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.EnumDescriptorProto.EnumReservedRange
,DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- Enclosing class:
- DescriptorProtos.EnumDescriptorProto
public static interface DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getEnd()
optional int32 end = 2 [json_name = "end"];
int
getStart()
optional int32 start = 1 [json_name = "start"];
boolean
hasEnd()
optional int32 end = 2 [json_name = "end"];
boolean
hasStart()
optional int32 start = 1 [json_name = "start"];
-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
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()
optional int32 start = 1 [json_name = "start"];
- Returns:
- Whether the start field is set.
-
getStart
int getStart()
optional int32 start = 1 [json_name = "start"];
- Returns:
- The start.
-
hasEnd
boolean hasEnd()
optional int32 end = 2 [json_name = "end"];
- Returns:
- Whether the end field is set.
-
getEnd
int getEnd()
optional int32 end = 2 [json_name = "end"];
- Returns:
- The end.
-
-