Interface ListQueuedCommandsResponseOrBuilder

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

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

    • getCommandsList

      repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
    • getCommands

      Commanding.CommandQueueEntry getCommands(int index)
      repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
    • getCommandsCount

      int getCommandsCount()
      repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
    • getCommandsOrBuilderList

      List<? extends Commanding.CommandQueueEntryOrBuilder> getCommandsOrBuilderList()
      repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
    • getCommandsOrBuilder

      Commanding.CommandQueueEntryOrBuilder getCommandsOrBuilder(int index)
      repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;