Interface IndexEntryOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCount()
      optional int32 count = 3;
      long getSeqStart()
      optional int64 seqStart = 4;
      long getSeqStop()
      optional int64 seqStop = 5;
      String getStart()
      optional string start = 1;
      com.google.protobuf.ByteString getStartBytes()
      optional string start = 1;
      String getStop()
      optional string stop = 2;
      com.google.protobuf.ByteString getStopBytes()
      optional string stop = 2;
      boolean hasCount()
      optional int32 count = 3;
      boolean hasSeqStart()
      optional int64 seqStart = 4;
      boolean hasSeqStop()
      optional int64 seqStop = 5;
      boolean hasStart()
      optional string start = 1;
      boolean hasStop()
      optional string stop = 2;
      • 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

      • hasStart

        boolean hasStart()
        optional string start = 1;
      • getStart

        String getStart()
        optional string start = 1;
      • getStartBytes

        com.google.protobuf.ByteString getStartBytes()
        optional string start = 1;
      • hasStop

        boolean hasStop()
        optional string stop = 2;
      • getStop

        String getStop()
        optional string stop = 2;
      • getStopBytes

        com.google.protobuf.ByteString getStopBytes()
        optional string stop = 2;
      • hasCount

        boolean hasCount()
        optional int32 count = 3;
      • getCount

        int getCount()
        optional int32 count = 3;
      • hasSeqStart

        boolean hasSeqStart()
        optional int64 seqStart = 4;
      • getSeqStart

        long getSeqStart()
        optional int64 seqStart = 4;
      • hasSeqStop

        boolean hasSeqStop()
        optional int64 seqStop = 5;
      • getSeqStop

        long getSeqStop()
        optional int64 seqStop = 5;