Interface UpdateCommandHistoryRequestOrBuilder

    • 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()
         Command name.
         
        optional string name = 3;
      • getName

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

        com.google.protobuf.ByteString getNameBytes()
         Command name.
         
        optional string name = 3;
      • hasId

        boolean hasId()
        optional string id = 4;
      • getId

        String getId()
        optional string id = 4;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 4;
      • getAttributesCount

        int getAttributesCount()
        repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;