Interface IndexGroupOrBuilder

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

    public interface IndexGroupOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasId

        boolean hasId()
        optional .yamcs.protobuf.NamedObjectId id = 1;
      • getEntryList

        List<IndexEntry> getEntryList()
        repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
      • getEntry

        IndexEntry getEntry​(int index)
        repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
      • getEntryCount

        int getEntryCount()
        repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
      • getEntryOrBuilderList

        List<? extends IndexEntryOrBuilder> getEntryOrBuilderList()
        repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
      • getEntryOrBuilder

        IndexEntryOrBuilder getEntryOrBuilder​(int index)
        repeated .yamcs.protobuf.archive.IndexEntry entry = 2;