Interface Mdb.UpdateAlgorithmRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Mdb.UpdateAlgorithmRequest, Mdb.UpdateAlgorithmRequest.Builder
    Enclosing class:
    Mdb

    public static interface Mdb.UpdateAlgorithmRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasInstance

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

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

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

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

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

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

        boolean hasName()
         Algorithm name.
         
        optional string name = 3;
      • getName

        String getName()
         Algorithm name.
         
        optional string name = 3;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Algorithm name.
         
        optional string name = 3;
      • hasAction

        boolean hasAction()
         The action by which to modify this algorithm
         
        optional .yamcs.protobuf.mdb.UpdateAlgorithmRequest.ActionType action = 4;
      • hasAlgorithm

        boolean hasAlgorithm()
         Used when action = SET
         
        optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 6;
      • getAlgorithm

        Mdb.AlgorithmInfo getAlgorithm()
         Used when action = SET
         
        optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 6;
      • getAlgorithmOrBuilder

        Mdb.AlgorithmInfoOrBuilder getAlgorithmOrBuilder()
         Used when action = SET
         
        optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 6;