Package org.yamcs.protobuf
Interface Mdb.VerifierInfoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- Mdb.VerifierInfo,- Mdb.VerifierInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.VerifierInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionoptional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;Time window during which a check is executedTime window during which a check is executedContainer update that is checkedContainer update that is checkedExpression used to check this verifiercom.google.protobuf.ByteStringExpression used to check this verifierWhat action to take when a check failsWhat action to take when a check succeedsWhat action to take when a check times outgetStage()optional string stage = 1;com.google.protobuf.ByteStringoptional string stage = 1;booleanoptional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;booleanTime window during which a check is executedbooleanContainer update that is checkedbooleanExpression used to check this verifierbooleanWhat action to take when a check failsbooleanWhat action to take when a check succeedsbooleanWhat action to take when a check times outbooleanhasStage()optional string stage = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasStageboolean hasStage()optional string stage = 1;- Returns:
- Whether the stage field is set.
 
- 
getStageString getStage()optional string stage = 1;- Returns:
- The stage.
 
- 
getStageBytescom.google.protobuf.ByteString getStageBytes()optional string stage = 1;- Returns:
- The bytes for stage.
 
- 
hasContainerboolean hasContainer()Container update that is checked optional .yamcs.protobuf.mdb.ContainerInfo container = 2;- Returns:
- Whether the container field is set.
 
- 
getContainerMdb.ContainerInfo getContainer()Container update that is checked optional .yamcs.protobuf.mdb.ContainerInfo container = 2;- Returns:
- The container.
 
- 
getContainerOrBuilderMdb.ContainerInfoOrBuilder getContainerOrBuilder()Container update that is checked optional .yamcs.protobuf.mdb.ContainerInfo container = 2;
- 
hasAlgorithmboolean hasAlgorithm()optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;- Returns:
- Whether the algorithm field is set.
 
- 
getAlgorithmMdb.AlgorithmInfo getAlgorithm()optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;- Returns:
- The algorithm.
 
- 
getAlgorithmOrBuilderMdb.AlgorithmInfoOrBuilder getAlgorithmOrBuilder()optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;
- 
hasOnSuccessboolean hasOnSuccess()What action to take when a check succeeds optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onSuccess = 4;- Returns:
- Whether the onSuccess field is set.
 
- 
getOnSuccessMdb.VerifierInfo.TerminationActionType getOnSuccess()What action to take when a check succeeds optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onSuccess = 4;- Returns:
- The onSuccess.
 
- 
hasOnFailboolean hasOnFail()What action to take when a check fails optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onFail = 5;- Returns:
- Whether the onFail field is set.
 
- 
getOnFailMdb.VerifierInfo.TerminationActionType getOnFail()What action to take when a check fails optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onFail = 5;- Returns:
- The onFail.
 
- 
hasOnTimeoutboolean hasOnTimeout()What action to take when a check times out optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onTimeout = 6;- Returns:
- Whether the onTimeout field is set.
 
- 
getOnTimeoutMdb.VerifierInfo.TerminationActionType getOnTimeout()What action to take when a check times out optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onTimeout = 6;- Returns:
- The onTimeout.
 
- 
hasCheckWindowboolean hasCheckWindow()Time window during which a check is executed optional .yamcs.protobuf.mdb.CheckWindowInfo checkWindow = 7;- Returns:
- Whether the checkWindow field is set.
 
- 
getCheckWindowMdb.CheckWindowInfo getCheckWindow()Time window during which a check is executed optional .yamcs.protobuf.mdb.CheckWindowInfo checkWindow = 7;- Returns:
- The checkWindow.
 
- 
getCheckWindowOrBuilderMdb.CheckWindowInfoOrBuilder getCheckWindowOrBuilder()Time window during which a check is executed optional .yamcs.protobuf.mdb.CheckWindowInfo checkWindow = 7;
- 
hasExpressionboolean hasExpression()Expression used to check this verifier optional string expression = 8;- Returns:
- Whether the expression field is set.
 
- 
getExpressionString getExpression()Expression used to check this verifier optional string expression = 8;- Returns:
- The expression.
 
- 
getExpressionBytescom.google.protobuf.ByteString getExpressionBytes()Expression used to check this verifier optional string expression = 8;- Returns:
- The bytes for expression.
 
 
-