Interface NcStreamProto.RangeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    NcStreamProto.Range, NcStreamProto.Range.Builder
    Enclosing class:
    NcStreamProto

    public static interface NcStreamProto.RangeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSize()
      uint64 size = 2;
      long getStart()
      uint64 start = 1;
      long getStride()
      uint64 stride = 3;
      • 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

      • getStart

        long getStart()
        uint64 start = 1;
        Returns:
        The start.
      • getSize

        long getSize()
        uint64 size = 2;
        Returns:
        The size.
      • getStride

        long getStride()
        uint64 stride = 3;
        Returns:
        The stride.