Interface UpdateParameterRequestOrBuilder

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

public interface UpdateParameterRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInstance

      boolean hasInstance()
       Yamcs instance name.
       
      optional string instance = 1;
      Returns:
      Whether the instance field is set.
    • getInstance

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

      com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name.
       
      optional string instance = 1;
      Returns:
      The bytes for instance.
    • hasProcessor

      boolean hasProcessor()
       Processor name.
       
      optional string processor = 2;
      Returns:
      Whether the processor field is set.
    • getProcessor

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

      com.google.protobuf.ByteString getProcessorBytes()
       Processor name.
       
      optional string processor = 2;
      Returns:
      The bytes for processor.
    • hasName

      boolean hasName()
       Parameter name.
       
      optional string name = 3;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Parameter name.
       
      optional string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Parameter name.
       
      optional string name = 3;
      Returns:
      The bytes for name.
    • hasAction

      boolean hasAction()
       The action by which to modify this parameter.
       
      optional .yamcs.protobuf.processing.UpdateParameterRequest.ActionType action = 4;
      Returns:
      Whether the action field is set.
    • getAction

       The action by which to modify this parameter.
       
      optional .yamcs.protobuf.processing.UpdateParameterRequest.ActionType action = 4;
      Returns:
      The action.
    • hasDefaultCalibrator

      boolean hasDefaultCalibrator()
       Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORS
       
      optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5;
      Returns:
      Whether the defaultCalibrator field is set.
    • getDefaultCalibrator

      Mdb.CalibratorInfo getDefaultCalibrator()
       Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORS
       
      optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5;
      Returns:
      The defaultCalibrator.
    • getDefaultCalibratorOrBuilder

      Mdb.CalibratorInfoOrBuilder getDefaultCalibratorOrBuilder()
       Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORS
       
      optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5;
    • getContextCalibratorList

      List<Mdb.ContextCalibratorInfo> getContextCalibratorList()
       Used when action = SET_CALIBRATORS
       
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 6;
    • getContextCalibrator

      Mdb.ContextCalibratorInfo getContextCalibrator(int index)
       Used when action = SET_CALIBRATORS
       
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 6;
    • getContextCalibratorCount

      int getContextCalibratorCount()
       Used when action = SET_CALIBRATORS
       
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 6;
    • getContextCalibratorOrBuilderList

      List<? extends Mdb.ContextCalibratorInfoOrBuilder> getContextCalibratorOrBuilderList()
       Used when action = SET_CALIBRATORS
       
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 6;
    • getContextCalibratorOrBuilder

      Mdb.ContextCalibratorInfoOrBuilder getContextCalibratorOrBuilder(int index)
       Used when action = SET_CALIBRATORS
       
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 6;
    • hasDefaultAlarm

      boolean hasDefaultAlarm()
       Used when action = SET_DEFAULT_ALARMS or SET_ALARMS
       
      optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 7;
      Returns:
      Whether the defaultAlarm field is set.
    • getDefaultAlarm

      Mdb.AlarmInfo getDefaultAlarm()
       Used when action = SET_DEFAULT_ALARMS or SET_ALARMS
       
      optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 7;
      Returns:
      The defaultAlarm.
    • getDefaultAlarmOrBuilder

      Mdb.AlarmInfoOrBuilder getDefaultAlarmOrBuilder()
       Used when action = SET_DEFAULT_ALARMS or SET_ALARMS
       
      optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 7;
    • getContextAlarmList

      List<Mdb.ContextAlarmInfo> getContextAlarmList()
       Used when action = SET_ALARMS
       
      repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarm = 8;
    • getContextAlarm

      Mdb.ContextAlarmInfo getContextAlarm(int index)
       Used when action = SET_ALARMS
       
      repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarm = 8;
    • getContextAlarmCount

      int getContextAlarmCount()
       Used when action = SET_ALARMS
       
      repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarm = 8;
    • getContextAlarmOrBuilderList

      List<? extends Mdb.ContextAlarmInfoOrBuilder> getContextAlarmOrBuilderList()
       Used when action = SET_ALARMS
       
      repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarm = 8;
    • getContextAlarmOrBuilder

      Mdb.ContextAlarmInfoOrBuilder getContextAlarmOrBuilder(int index)
       Used when action = SET_ALARMS
       
      repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarm = 8;