Interface DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
DescriptorProtos.DescriptorProto.ReservedRange, DescriptorProtos.DescriptorProto.ReservedRange.Builder
Enclosing class:
DescriptorProtos.DescriptorProto

public static interface DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder extends MessageOrBuilder
  • Method Details

    • 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.