Interface DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
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.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Inclusive.
    int
    Inclusive.
    boolean
    Inclusive.
    boolean
    Inclusive.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasStart

      boolean hasStart()
       Inclusive.
       
      optional int32 start = 1 [json_name = "start"];
      Returns:
      Whether the start field is set.
    • getStart

      int getStart()
       Inclusive.
       
      optional int32 start = 1 [json_name = "start"];
      Returns:
      The start.
    • hasEnd

      boolean hasEnd()
       Inclusive.
       
      optional int32 end = 2 [json_name = "end"];
      Returns:
      Whether the end field is set.
    • getEnd

      int getEnd()
       Inclusive.
       
      optional int32 end = 2 [json_name = "end"];
      Returns:
      The end.