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 Summary
Modifier 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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStage
boolean hasStage()optional string stage = 1;- Returns:
- Whether the stage field is set.
-
getStage
String getStage()optional string stage = 1;- Returns:
- The stage.
-
getStageBytes
com.google.protobuf.ByteString getStageBytes()optional string stage = 1;- Returns:
- The bytes for stage.
-
hasContainer
boolean hasContainer()Container update that is checked
optional .yamcs.protobuf.mdb.ContainerInfo container = 2;- Returns:
- Whether the container field is set.
-
getContainer
Mdb.ContainerInfo getContainer()Container update that is checked
optional .yamcs.protobuf.mdb.ContainerInfo container = 2;- Returns:
- The container.
-
getContainerOrBuilder
Mdb.ContainerInfoOrBuilder getContainerOrBuilder()Container update that is checked
optional .yamcs.protobuf.mdb.ContainerInfo container = 2; -
hasAlgorithm
boolean hasAlgorithm()optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;- Returns:
- Whether the algorithm field is set.
-
getAlgorithm
Mdb.AlgorithmInfo getAlgorithm()optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;- Returns:
- The algorithm.
-
getAlgorithmOrBuilder
Mdb.AlgorithmInfoOrBuilder getAlgorithmOrBuilder()optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3; -
hasOnSuccess
boolean hasOnSuccess()What action to take when a check succeeds
optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onSuccess = 4;- Returns:
- Whether the onSuccess field is set.
-
getOnSuccess
Mdb.VerifierInfo.TerminationActionType getOnSuccess()What action to take when a check succeeds
optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onSuccess = 4;- Returns:
- The onSuccess.
-
hasOnFail
boolean hasOnFail()What action to take when a check fails
optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onFail = 5;- Returns:
- Whether the onFail field is set.
-
getOnFail
Mdb.VerifierInfo.TerminationActionType getOnFail()What action to take when a check fails
optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onFail = 5;- Returns:
- The onFail.
-
hasOnTimeout
boolean 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.
-
getOnTimeout
Mdb.VerifierInfo.TerminationActionType getOnTimeout()What action to take when a check times out
optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onTimeout = 6;- Returns:
- The onTimeout.
-
hasCheckWindow
boolean hasCheckWindow()Time window during which a check is executed
optional .yamcs.protobuf.mdb.CheckWindowInfo checkWindow = 7;- Returns:
- Whether the checkWindow field is set.
-
getCheckWindow
Mdb.CheckWindowInfo getCheckWindow()Time window during which a check is executed
optional .yamcs.protobuf.mdb.CheckWindowInfo checkWindow = 7;- Returns:
- The checkWindow.
-
getCheckWindowOrBuilder
Mdb.CheckWindowInfoOrBuilder getCheckWindowOrBuilder()Time window during which a check is executed
optional .yamcs.protobuf.mdb.CheckWindowInfo checkWindow = 7; -
hasExpression
boolean hasExpression()Expression used to check this verifier
optional string expression = 8;- Returns:
- Whether the expression field is set.
-
getExpression
String getExpression()Expression used to check this verifier
optional string expression = 8;- Returns:
- The expression.
-
getExpressionBytes
com.google.protobuf.ByteString getExpressionBytes()Expression used to check this verifier
optional string expression = 8;- Returns:
- The bytes for expression.
-