Interface BatchGetParameterValuesRequestOrBuilder

    • Method Detail

      • hasInstance

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

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

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

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

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

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

        Yamcs.NamedObjectId getId​(int index)
        repeated .yamcs.protobuf.NamedObjectId id = 1;
      • getIdCount

        int getIdCount()
        repeated .yamcs.protobuf.NamedObjectId id = 1;
      • hasFromCache

        boolean hasFromCache()
        optional bool fromCache = 2;
      • getFromCache

        boolean getFromCache()
        optional bool fromCache = 2;
      • hasTimeout

        boolean hasTimeout()
         if not fromCache, wait this time (in milliseconds) to receive the parameter
         
        optional uint64 timeout = 3;
      • getTimeout

        long getTimeout()
         if not fromCache, wait this time (in milliseconds) to receive the parameter
         
        optional uint64 timeout = 3;