Package org.yamcs.protobuf
Interface Mdb.ContextCalibratorInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.ContextCalibratorInfo
,Mdb.ContextCalibratorInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.ContextCalibratorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .yamcs.protobuf.mdb.CalibratorInfo calibrator = 2;
optional .yamcs.protobuf.mdb.CalibratorInfo calibrator = 2;
getComparison
(int index) Deprecated.int
Deprecated.Deprecated.getComparisonOrBuilder
(int index) Deprecated.List<? extends Mdb.ComparisonInfoOrBuilder>
Deprecated.Expression describing the context when this calibrator applies Can also be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet.com.google.protobuf.ByteString
Expression describing the context when this calibrator applies Can also be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet.boolean
optional .yamcs.protobuf.mdb.CalibratorInfo calibrator = 2;
boolean
Expression describing the context when this calibrator applies Can also be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getComparisonList
Deprecated.Use ``context`` instead
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1 [deprecated = true];
-
getComparison
Deprecated.Use ``context`` instead
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1 [deprecated = true];
-
getComparisonCount
Deprecated.Use ``context`` instead
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1 [deprecated = true];
-
getComparisonOrBuilderList
Deprecated.Use ``context`` instead
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1 [deprecated = true];
-
getComparisonOrBuilder
Deprecated.Use ``context`` instead
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1 [deprecated = true];
-
hasCalibrator
boolean hasCalibrator()optional .yamcs.protobuf.mdb.CalibratorInfo calibrator = 2;
- Returns:
- Whether the calibrator field is set.
-
getCalibrator
Mdb.CalibratorInfo getCalibrator()optional .yamcs.protobuf.mdb.CalibratorInfo calibrator = 2;
- Returns:
- The calibrator.
-
getCalibratorOrBuilder
Mdb.CalibratorInfoOrBuilder getCalibratorOrBuilder()optional .yamcs.protobuf.mdb.CalibratorInfo calibrator = 2;
-
hasContext
boolean hasContext()Expression describing the context when this calibrator applies Can also be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet. Either this or a comparison has to be used (not both at the same time)
optional string context = 3;
- Returns:
- Whether the context field is set.
-
getContext
String getContext()Expression describing the context when this calibrator applies Can also be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet. Either this or a comparison has to be used (not both at the same time)
optional string context = 3;
- Returns:
- The context.
-
getContextBytes
com.google.protobuf.ByteString getContextBytes()Expression describing the context when this calibrator applies Can also be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet. Either this or a comparison has to be used (not both at the same time)
optional string context = 3;
- Returns:
- The bytes for context.
-