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

      repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
    • getEntry

      Commanding.CommandHistoryEntry getEntry(int index)
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
    • getEntryCount

      int getEntryCount()
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
    • getEntryOrBuilderList

      List<? extends Commanding.CommandHistoryEntryOrBuilder> getEntryOrBuilderList()
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
    • getEntryOrBuilder

      Commanding.CommandHistoryEntryOrBuilder getEntryOrBuilder(int index)
      repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 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.