Interface ProcessorManagementRequestOrBuilder

    • Method Detail

      • hasOperation

        boolean hasOperation()
        optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;
      • hasInstance

        boolean hasInstance()
        yamcs instance
         
        optional string instance = 2;
      • getInstance

        String getInstance()
        yamcs instance
         
        optional string instance = 2;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
        yamcs instance
         
        optional string instance = 2;
      • hasName

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

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

        com.google.protobuf.ByteString getNameBytes()
        processor name
         
        optional string name = 3;
      • hasType

        boolean hasType()
        only for CREATE
         
        optional string type = 4;
      • getType

        String getType()
        only for CREATE
         
        optional string type = 4;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        only for CREATE
         
        optional string type = 4;
      • hasConfig

        boolean hasConfig()
        only for CREATE - used to be called spec
         
        optional string config = 5;
      • getConfig

        String getConfig()
        only for CREATE - used to be called spec
         
        optional string config = 5;
      • getConfigBytes

        com.google.protobuf.ByteString getConfigBytes()
        only for CREATE - used to be called spec
         
        optional string config = 5;
      • getClientIdList

        List<Integer> getClientIdList()
        for CREATE and CONNECT
         
        repeated int32 clientId = 6;
      • getClientIdCount

        int getClientIdCount()
        for CREATE and CONNECT
         
        repeated int32 clientId = 6;
      • getClientId

        int getClientId​(int index)
        for CREATE and CONNECT
         
        repeated int32 clientId = 6;
      • hasPersistent

        boolean hasPersistent()
        only for CREATE
         
        optional bool persistent = 7 [default = false];
      • getPersistent

        boolean getPersistent()
        only for CREATE
         
        optional bool persistent = 7 [default = false];