Interface IndexResponseOrBuilder

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

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

      • getGroupList

        List<IndexGroup> getGroupList()
        repeated .yamcs.protobuf.archive.IndexGroup group = 1;
      • getGroup

        IndexGroup getGroup​(int index)
        repeated .yamcs.protobuf.archive.IndexGroup group = 1;
      • getGroupCount

        int getGroupCount()
        repeated .yamcs.protobuf.archive.IndexGroup group = 1;
      • getGroupOrBuilderList

        List<? extends IndexGroupOrBuilder> getGroupOrBuilderList()
        repeated .yamcs.protobuf.archive.IndexGroup group = 1;
      • getGroupOrBuilder

        IndexGroupOrBuilder getGroupOrBuilder​(int index)
        repeated .yamcs.protobuf.archive.IndexGroup group = 1;
      • hasContinuationToken

        boolean hasContinuationToken()
        optional string continuationToken = 2;
      • getContinuationToken

        String getContinuationToken()
        optional string continuationToken = 2;
      • getContinuationTokenBytes

        com.google.protobuf.ByteString getContinuationTokenBytes()
        optional string continuationToken = 2;