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 Summary

    Modifier and Type
    Method
    Description
    getEntry(int index)
    repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    int
    repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    getEntryOrBuilder(int index)
    repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    optional .yamcs.protobuf.NamedObjectId id = 1;
    optional .yamcs.protobuf.NamedObjectId id = 1;
    boolean
    optional .yamcs.protobuf.NamedObjectId id = 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 Details

    • hasId

      boolean hasId()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      Returns:
      Whether the id field is set.
    • getId

      optional .yamcs.protobuf.NamedObjectId id = 1;
      Returns:
      The id.
    • getIdOrBuilder

      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;