Package com.google.protobuf.gen
Interface DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.DescriptorProto.ReservedRange,DescriptorProtos.DescriptorProto.ReservedRange.Builder
- Enclosing class:
- DescriptorProtos.DescriptorProto
public static interface DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEnd()Exclusive.intgetStart()Inclusive.booleanhasEnd()Exclusive.booleanhasStart()Inclusive.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-