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 Summary

    Modifier and Type
    Method
    Description
    Token indicating the response is only partial.
    com.google.protobuf.ByteString
    Token indicating the response is only partial.
    getGroup(int index)
    repeated .yamcs.protobuf.archive.IndexGroup group = 1;
    int
    repeated .yamcs.protobuf.archive.IndexGroup group = 1;
    repeated .yamcs.protobuf.archive.IndexGroup group = 1;
    getGroupOrBuilder(int index)
    repeated .yamcs.protobuf.archive.IndexGroup group = 1;
    repeated .yamcs.protobuf.archive.IndexGroup group = 1;
    boolean
    Token indicating the response is only partial.

    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

    • 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()
       Token indicating the response is only partial. More results can then
       be obtained by performing the same request (including all original
       query parameters) and setting the ``next`` parameter to this token.
       
      optional string continuationToken = 2;
      Returns:
      Whether the continuationToken field is set.
    • getContinuationToken

      String getContinuationToken()
       Token indicating the response is only partial. More results can then
       be obtained by performing the same request (including all original
       query parameters) and setting the ``next`` parameter to this token.
       
      optional string continuationToken = 2;
      Returns:
      The continuationToken.
    • getContinuationTokenBytes

      com.google.protobuf.ByteString getContinuationTokenBytes()
       Token indicating the response is only partial. More results can then
       be obtained by performing the same request (including all original
       query parameters) and setting the ``next`` parameter to this token.
       
      optional string continuationToken = 2;
      Returns:
      The bytes for continuationToken.