All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.UpdateParameterRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/processing/mdb_override_service.proto

package org.yamcs.protobuf;

public interface UpdateParameterRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.processing.UpdateParameterRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * Processor name.
   * 
* * optional string processor = 2; * @return Whether the processor field is set. */ boolean hasProcessor(); /** *
   * Processor name.
   * 
* * optional string processor = 2; * @return The processor. */ java.lang.String getProcessor(); /** *
   * Processor name.
   * 
* * optional string processor = 2; * @return The bytes for processor. */ com.google.protobuf.ByteString getProcessorBytes(); /** *
   * Parameter name.
   * 
* * optional string name = 3; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Parameter name.
   * 
* * optional string name = 3; * @return The name. */ java.lang.String getName(); /** *
   * Parameter name.
   * 
* * optional string name = 3; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The action by which to modify this parameter.
   * 
* * optional .yamcs.protobuf.processing.UpdateParameterRequest.ActionType action = 4; * @return Whether the action field is set. */ boolean hasAction(); /** *
   * The action by which to modify this parameter.
   * 
* * optional .yamcs.protobuf.processing.UpdateParameterRequest.ActionType action = 4; * @return The action. */ org.yamcs.protobuf.UpdateParameterRequest.ActionType getAction(); /** *
   * Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORS
   * 
* * optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5; * @return Whether the defaultCalibrator field is set. */ boolean hasDefaultCalibrator(); /** *
   * Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORS
   * 
* * optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5; * @return The defaultCalibrator. */ org.yamcs.protobuf.Mdb.CalibratorInfo getDefaultCalibrator(); /** *
   * Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORS
   * 
* * optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5; */ org.yamcs.protobuf.Mdb.CalibratorInfoOrBuilder getDefaultCalibratorOrBuilder(); /** *
   * Used when action = SET_CALIBRATORS
   * 
* * repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 6; */ java.util.List getContextCalibratorList(); /** *
   * Used when action = SET_CALIBRATORS
   * 
* * repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 6; */ org.yamcs.protobuf.Mdb.ContextCalibratorInfo getContextCalibrator(int index); /** *
   * Used when action = SET_CALIBRATORS
   * 
* * repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 6; */ int getContextCalibratorCount(); /** *
   * Used when action = SET_CALIBRATORS
   * 
* * repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 6; */ java.util.List getContextCalibratorOrBuilderList(); /** *
   * Used when action = SET_CALIBRATORS
   * 
* * repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 6; */ org.yamcs.protobuf.Mdb.ContextCalibratorInfoOrBuilder getContextCalibratorOrBuilder( int index); /** *
   * Used when action = SET_DEFAULT_ALARMS or SET_ALARMS
   * 
* * optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 7; * @return Whether the defaultAlarm field is set. */ boolean hasDefaultAlarm(); /** *
   * Used when action = SET_DEFAULT_ALARMS or SET_ALARMS
   * 
* * optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 7; * @return The defaultAlarm. */ org.yamcs.protobuf.Mdb.AlarmInfo getDefaultAlarm(); /** *
   * Used when action = SET_DEFAULT_ALARMS or SET_ALARMS
   * 
* * optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 7; */ org.yamcs.protobuf.Mdb.AlarmInfoOrBuilder getDefaultAlarmOrBuilder(); /** *
   * Used when action = SET_ALARMS
   * 
* * repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarm = 8; */ java.util.List getContextAlarmList(); /** *
   * Used when action = SET_ALARMS
   * 
* * repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarm = 8; */ org.yamcs.protobuf.Mdb.ContextAlarmInfo getContextAlarm(int index); /** *
   * Used when action = SET_ALARMS
   * 
* * repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarm = 8; */ int getContextAlarmCount(); /** *
   * Used when action = SET_ALARMS
   * 
* * repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarm = 8; */ java.util.List getContextAlarmOrBuilderList(); /** *
   * Used when action = SET_ALARMS
   * 
* * repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarm = 8; */ org.yamcs.protobuf.Mdb.ContextAlarmInfoOrBuilder getContextAlarmOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy