Interface RpcRangedTransformationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RpcRangedTransformation, RpcRangedTransformation.Builder

    public interface RpcRangedTransformationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RpcRange getRanges​(int index)
      repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
      int getRangesCount()
      repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
      List<RpcRange> getRangesList()
      repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
      RpcRangeOrBuilder getRangesOrBuilder​(int index)
      repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
      List<? extends RpcRangeOrBuilder> getRangesOrBuilderList()
      repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getRangesList

        List<RpcRange> getRangesList()
        repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
      • getRanges

        RpcRange getRanges​(int index)
        repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
      • getRangesCount

        int getRangesCount()
        repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
      • getRangesOrBuilderList

        List<? extends RpcRangeOrBuilder> getRangesOrBuilderList()
        repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;
      • getRangesOrBuilder

        RpcRangeOrBuilder getRangesOrBuilder​(int index)
        repeated .org.hansken.extraction.plugin.grpc.RpcRange ranges = 1;