Interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder

    • 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()
         Exclusive.
         
        optional int32 end = 2;
        Returns:
        Whether the end field is set.
      • getEnd

        int getEnd()
         Exclusive.
         
        optional int32 end = 2;
        Returns:
        The end.
      • hasOptions

        boolean hasOptions()
        optional .google.protobuf.ExtensionRangeOptions options = 3;
        Returns:
        Whether the options field is set.