Interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder

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

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