Interface Archive.ListParameterHistoryResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Archive.ListParameterHistoryResponse, Archive.ListParameterHistoryResponse.Builder
Enclosing class:
Archive

public static interface Archive.ListParameterHistoryResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getParameterList

      List<Pvalue.ParameterValue> getParameterList()
      repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
    • getParameter

      Pvalue.ParameterValue getParameter(int index)
      repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
    • getParameterCount

      int getParameterCount()
      repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
    • getParameterOrBuilderList

      List<? extends Pvalue.ParameterValueOrBuilder> getParameterOrBuilderList()
      repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
    • getParameterOrBuilder

      Pvalue.ParameterValueOrBuilder getParameterOrBuilder(int index)
      repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 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.