Package org.yamcs.protobuf
Interface Mdb.UpdateParameterRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.UpdateParameterRequest,Mdb.UpdateParameterRequest.Builder
- Enclosing class:
- Mdb
public static interface Mdb.UpdateParameterRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mdb.UpdateParameterRequest.ActionTypegetAction()The action by which to modify this alarm.Mdb.ContextAlarmInfogetContextAlarm(int index)Used when action = SET_ALARMSintgetContextAlarmCount()Used when action = SET_ALARMSList<Mdb.ContextAlarmInfo>getContextAlarmList()Used when action = SET_ALARMSMdb.ContextAlarmInfoOrBuildergetContextAlarmOrBuilder(int index)Used when action = SET_ALARMSList<? extends Mdb.ContextAlarmInfoOrBuilder>getContextAlarmOrBuilderList()Used when action = SET_ALARMSMdb.ContextCalibratorInfogetContextCalibrator(int index)Used when action = SET_CALIBRATORSintgetContextCalibratorCount()Used when action = SET_CALIBRATORSList<Mdb.ContextCalibratorInfo>getContextCalibratorList()Used when action = SET_CALIBRATORSMdb.ContextCalibratorInfoOrBuildergetContextCalibratorOrBuilder(int index)Used when action = SET_CALIBRATORSList<? extends Mdb.ContextCalibratorInfoOrBuilder>getContextCalibratorOrBuilderList()Used when action = SET_CALIBRATORSMdb.AlarmInfogetDefaultAlarm()Used when action = SET_DEFAULT_ALARMS or SET_ALARMSMdb.AlarmInfoOrBuildergetDefaultAlarmOrBuilder()Used when action = SET_DEFAULT_ALARMS or SET_ALARMSMdb.CalibratorInfogetDefaultCalibrator()Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORSMdb.CalibratorInfoOrBuildergetDefaultCalibratorOrBuilder()Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORSStringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.StringgetName()Alarm name.com.google.protobuf.ByteStringgetNameBytes()Alarm name.StringgetProcessor()Processor name.com.google.protobuf.ByteStringgetProcessorBytes()Processor name.booleanhasAction()The action by which to modify this alarm.booleanhasDefaultAlarm()Used when action = SET_DEFAULT_ALARMS or SET_ALARMSbooleanhasDefaultCalibrator()Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORSbooleanhasInstance()Yamcs instance name.booleanhasName()Alarm name.booleanhasProcessor()Processor name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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()
Alarm name.
optional string name = 3;
-
getName
String getName()
Alarm name.
optional string name = 3;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Alarm name.
optional string name = 3;
-
hasAction
boolean hasAction()
The action by which to modify this alarm.
optional .yamcs.protobuf.mdb.UpdateParameterRequest.ActionType action = 4;
-
getAction
Mdb.UpdateParameterRequest.ActionType getAction()
The action by which to modify this alarm.
optional .yamcs.protobuf.mdb.UpdateParameterRequest.ActionType action = 4;
-
hasDefaultCalibrator
boolean hasDefaultCalibrator()
Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORS
optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5;
-
getDefaultCalibrator
Mdb.CalibratorInfo getDefaultCalibrator()
Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORS
optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5;
-
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;
-
getDefaultAlarm
Mdb.AlarmInfo getDefaultAlarm()
Used when action = SET_DEFAULT_ALARMS or SET_ALARMS
optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 7;
-
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;
-
-