Interface ListCommandsResponseOrBuilder

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

public interface ListCommandsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getEntryList

      Deprecated.
       Deprecated, use ``commands`` instead
       
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true];
    • getEntry

      Deprecated.
       Deprecated, use ``commands`` instead
       
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true];
    • getEntryCount

      @Deprecated int getEntryCount()
      Deprecated.
       Deprecated, use ``commands`` instead
       
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true];
    • getEntryOrBuilderList

      @Deprecated List<? extends Commanding.CommandHistoryEntryOrBuilder> getEntryOrBuilderList()
      Deprecated.
       Deprecated, use ``commands`` instead
       
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true];
    • getEntryOrBuilder

      Deprecated.
       Deprecated, use ``commands`` instead
       
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true];
    • getCommandsList

       Page  of matching commands
       
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3;
    • getCommands

      Commanding.CommandHistoryEntry getCommands(int index)
       Page  of matching commands
       
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3;
    • getCommandsCount

      int getCommandsCount()
       Page  of matching commands
       
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3;
    • getCommandsOrBuilderList

      List<? extends Commanding.CommandHistoryEntryOrBuilder> getCommandsOrBuilderList()
       Page  of matching commands
       
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3;
    • getCommandsOrBuilder

      Commanding.CommandHistoryEntryOrBuilder getCommandsOrBuilder(int index)
       Page  of matching commands
       
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3;
    • 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.