Package org.yamcs.protobuf
Interface Mdb.UsedByInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.UsedByInfo
,Mdb.UsedByInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.UsedByInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAlgorithm
(int index) repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
int
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
getAlgorithmOrBuilder
(int index) repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
List<? extends Mdb.AlgorithmInfoOrBuilder>
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
getContainer
(int index) repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
int
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
getContainerOrBuilder
(int index) repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
List<? extends Mdb.ContainerInfoOrBuilder>
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
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
-
getAlgorithmList
List<Mdb.AlgorithmInfo> getAlgorithmList()repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
-
getAlgorithm
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
-
getAlgorithmCount
int getAlgorithmCount()repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
-
getAlgorithmOrBuilderList
List<? extends Mdb.AlgorithmInfoOrBuilder> getAlgorithmOrBuilderList()repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
-
getAlgorithmOrBuilder
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
-
getContainerList
List<Mdb.ContainerInfo> getContainerList()repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
-
getContainer
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
-
getContainerCount
int getContainerCount()repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
-
getContainerOrBuilderList
List<? extends Mdb.ContainerInfoOrBuilder> getContainerOrBuilderList()repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
-
getContainerOrBuilder
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
-