Interface IssueCommandRequestOrBuilder

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

    public interface IssueCommandRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasInstance

        boolean hasInstance()
         Yamcs instance name.
         
        optional string instance = 6;
      • getInstance

        String getInstance()
         Yamcs instance name.
         
        optional string instance = 6;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
         Yamcs instance name.
         
        optional string instance = 6;
      • hasProcessor

        boolean hasProcessor()
         Processor name.
         
        optional string processor = 7;
      • getProcessor

        String getProcessor()
         Processor name.
         
        optional string processor = 7;
      • getProcessorBytes

        com.google.protobuf.ByteString getProcessorBytes()
         Processor name.
         
        optional string processor = 7;
      • hasName

        boolean hasName()
         Command name.
         
        optional string name = 8;
      • getName

        String getName()
         Command name.
         
        optional string name = 8;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Command name.
         
        optional string name = 8;
      • getAssignmentList

        List<IssueCommandRequest.Assignment> getAssignmentList()
         The name/value assignments for this command.
         
        repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
      • getAssignment

        IssueCommandRequest.Assignment getAssignment​(int index)
         The name/value assignments for this command.
         
        repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
      • getAssignmentCount

        int getAssignmentCount()
         The name/value assignments for this command.
         
        repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
      • getAssignmentOrBuilderList

        List<? extends IssueCommandRequest.AssignmentOrBuilder> getAssignmentOrBuilderList()
         The name/value assignments for this command.
         
        repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
      • getAssignmentOrBuilder

        IssueCommandRequest.AssignmentOrBuilder getAssignmentOrBuilder​(int index)
         The name/value assignments for this command.
         
        repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
      • hasOrigin

        boolean hasOrigin()
         The origin of the command. Typically a hostname.
         
        optional string origin = 2;
      • getOrigin

        String getOrigin()
         The origin of the command. Typically a hostname.
         
        optional string origin = 2;
      • getOriginBytes

        com.google.protobuf.ByteString getOriginBytes()
         The origin of the command. Typically a hostname.
         
        optional string origin = 2;
      • hasSequenceNumber

        boolean hasSequenceNumber()
         The sequence number as specified by the origin. This gets
         communicated back in command history and command queue entries,
         thereby allowing clients to map local with remote command
         identities.
         
        optional int32 sequenceNumber = 3;
      • getSequenceNumber

        int getSequenceNumber()
         The sequence number as specified by the origin. This gets
         communicated back in command history and command queue entries,
         thereby allowing clients to map local with remote command
         identities.
         
        optional int32 sequenceNumber = 3;
      • hasDryRun

        boolean hasDryRun()
         Whether a response will be returned without actually issuing
         the command. This is useful when debugging commands.
         Default ``no``
         
        optional bool dryRun = 4;
      • getDryRun

        boolean getDryRun()
         Whether a response will be returned without actually issuing
         the command. This is useful when debugging commands.
         Default ``no``
         
        optional bool dryRun = 4;
      • hasComment

        boolean hasComment()
         Comment attached to this command.
         
        optional string comment = 5;
      • getComment

        String getComment()
         Comment attached to this command.
         
        optional string comment = 5;
      • getCommentBytes

        com.google.protobuf.ByteString getCommentBytes()
         Comment attached to this command.
         
        optional string comment = 5;
      • hasStream

        boolean hasStream()
         Override the stream on which the command should be sent out.
         Requires elevated privilege.
         
        optional string stream = 11;
      • getStream

        String getStream()
         Override the stream on which the command should be sent out.
         Requires elevated privilege.
         
        optional string stream = 11;
      • getStreamBytes

        com.google.protobuf.ByteString getStreamBytes()
         Override the stream on which the command should be sent out.
         Requires elevated privilege.
         
        optional string stream = 11;
      • hasDisableTransmissionConstraints

        boolean hasDisableTransmissionConstraints()
         Disable verification of all transmission constrains (if any
         specified in the MDB).
         Requires elevated privilege.
         
        optional bool disableTransmissionConstraints = 12;
      • getDisableTransmissionConstraints

        boolean getDisableTransmissionConstraints()
         Disable verification of all transmission constrains (if any
         specified in the MDB).
         Requires elevated privilege.
         
        optional bool disableTransmissionConstraints = 12;
      • hasDisableVerifiers

        boolean hasDisableVerifiers()
         Disable all post transmission verifiers (if any specified in the MDB)
         Requires elevated privilege.
         
        optional bool disableVerifiers = 13;
      • getDisableVerifiers

        boolean getDisableVerifiers()
         Disable all post transmission verifiers (if any specified in the MDB)
         Requires elevated privilege.
         
        optional bool disableVerifiers = 13;
      • getVerifierConfigCount

        int getVerifierConfigCount()
         Override verifier configuration. Keyed by verifier name
         Requires elevated privilege.
         
        map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
      • containsVerifierConfig

        boolean containsVerifierConfig​(String key)
         Override verifier configuration. Keyed by verifier name
         Requires elevated privilege.
         
        map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
      • getVerifierConfigMap

        Map<String,​Commanding.VerifierConfig> getVerifierConfigMap()
         Override verifier configuration. Keyed by verifier name
         Requires elevated privilege.
         
        map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
      • getVerifierConfigOrDefault

        Commanding.VerifierConfig getVerifierConfigOrDefault​(String key,
                                                             Commanding.VerifierConfig defaultValue)
         Override verifier configuration. Keyed by verifier name
         Requires elevated privilege.
         
        map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
      • getVerifierConfigOrThrow

        Commanding.VerifierConfig getVerifierConfigOrThrow​(String key)
         Override verifier configuration. Keyed by verifier name
         Requires elevated privilege.
         
        map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
      • getExtraCount

        int getExtraCount()
         Specify custom options for interpretation by non-core extensions.
         Extensions must register these options against org.yamcs.YamcsServer
         
        map<string, .yamcs.protobuf.Value> extra = 15;
      • containsExtra

        boolean containsExtra​(String key)
         Specify custom options for interpretation by non-core extensions.
         Extensions must register these options against org.yamcs.YamcsServer
         
        map<string, .yamcs.protobuf.Value> extra = 15;
      • getExtraMap

        Map<String,​Yamcs.Value> getExtraMap()
         Specify custom options for interpretation by non-core extensions.
         Extensions must register these options against org.yamcs.YamcsServer
         
        map<string, .yamcs.protobuf.Value> extra = 15;
      • getExtraOrDefault

        Yamcs.Value getExtraOrDefault​(String key,
                                      Yamcs.Value defaultValue)
         Specify custom options for interpretation by non-core extensions.
         Extensions must register these options against org.yamcs.YamcsServer
         
        map<string, .yamcs.protobuf.Value> extra = 15;
      • getExtraOrThrow

        Yamcs.Value getExtraOrThrow​(String key)
         Specify custom options for interpretation by non-core extensions.
         Extensions must register these options against org.yamcs.YamcsServer
         
        map<string, .yamcs.protobuf.Value> extra = 15;