Interface SegmentInfoOuterClass.SegmentInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SegmentInfoOuterClass.SegmentInfo, SegmentInfoOuterClass.SegmentInfo.Builder
Enclosing class:
SegmentInfoOuterClass

public static interface SegmentInfoOuterClass.SegmentInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 module = 1;
    int
    uint32 offset = 11;
    int
    uint32 size = 7;

    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 Details

    • getModule

      int getModule()
      uint32 module = 1;
      Returns:
      The module.
    • getSize

      int getSize()
      uint32 size = 7;
      Returns:
      The size.
    • getOffset

      int getOffset()
      uint32 offset = 11;
      Returns:
      The offset.