Interface CommandHistorySubscriptionRequestOrBuilder

    • Method Detail

      • getCommandIdList

        @Deprecated
        List<Commanding.CommandId> getCommandIdList()
        Deprecated.
         if not specified, updates on any command are returned
         
        repeated .yamcs.protobuf.commanding.CommandId commandId = 1 [deprecated = true];
      • getCommandId

        @Deprecated
        Commanding.CommandId getCommandId​(int index)
        Deprecated.
         if not specified, updates on any command are returned
         
        repeated .yamcs.protobuf.commanding.CommandId commandId = 1 [deprecated = true];
      • getCommandIdCount

        @Deprecated
        int getCommandIdCount()
        Deprecated.
         if not specified, updates on any command are returned
         
        repeated .yamcs.protobuf.commanding.CommandId commandId = 1 [deprecated = true];
      • getCommandIdOrBuilderList

        @Deprecated
        List<? extends Commanding.CommandIdOrBuilder> getCommandIdOrBuilderList()
        Deprecated.
         if not specified, updates on any command are returned
         
        repeated .yamcs.protobuf.commanding.CommandId commandId = 1 [deprecated = true];
      • getCommandIdOrBuilder

        @Deprecated
        Commanding.CommandIdOrBuilder getCommandIdOrBuilder​(int index)
        Deprecated.
         if not specified, updates on any command are returned
         
        repeated .yamcs.protobuf.commanding.CommandId commandId = 1 [deprecated = true];
      • hasIgnorePastCommands

        boolean hasIgnorePastCommands()
         if set to true (default), incremental updates on commands that were
         issued before this subscription are not emitted.
         
        optional bool ignorePastCommands = 2;
      • getIgnorePastCommands

        boolean getIgnorePastCommands()
         if set to true (default), incremental updates on commands that were
         issued before this subscription are not emitted.
         
        optional bool ignorePastCommands = 2;