Package org.yamcs.protobuf
Interface Mdb.UpdateAlgorithmRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.UpdateAlgorithmRequest,Mdb.UpdateAlgorithmRequest.Builder
- Enclosing class:
- Mdb
public static interface Mdb.UpdateAlgorithmRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mdb.UpdateAlgorithmRequest.ActionTypegetAction()The action by which to modify this algorithmMdb.AlgorithmInfogetAlgorithm()Used when action = SETMdb.AlgorithmInfoOrBuildergetAlgorithmOrBuilder()Used when action = SETStringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.StringgetName()Algorithm name.com.google.protobuf.ByteStringgetNameBytes()Algorithm name.StringgetProcessor()Processor name.com.google.protobuf.ByteStringgetProcessorBytes()Processor name.booleanhasAction()The action by which to modify this algorithmbooleanhasAlgorithm()Used when action = SETbooleanhasInstance()Yamcs instance name.booleanhasName()Algorithm 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()
Algorithm name.
optional string name = 3;
-
getName
String getName()
Algorithm name.
optional string name = 3;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Algorithm name.
optional string name = 3;
-
hasAction
boolean hasAction()
The action by which to modify this algorithm
optional .yamcs.protobuf.mdb.UpdateAlgorithmRequest.ActionType action = 4;
-
getAction
Mdb.UpdateAlgorithmRequest.ActionType getAction()
The action by which to modify this algorithm
optional .yamcs.protobuf.mdb.UpdateAlgorithmRequest.ActionType action = 4;
-
hasAlgorithm
boolean hasAlgorithm()
Used when action = SET
optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 6;
-
getAlgorithm
Mdb.AlgorithmInfo getAlgorithm()
Used when action = SET
optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 6;
-
getAlgorithmOrBuilder
Mdb.AlgorithmInfoOrBuilder getAlgorithmOrBuilder()
Used when action = SET
optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 6;
-
-