Package org.yamcs.protobuf
Interface Mdb.MissionDatabaseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.MissionDatabase,Mdb.MissionDatabase.Builder
- Enclosing class:
- Mdb
public static interface Mdb.MissionDatabaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAlgorithmCount()optional int32 algorithmCount = 9;intgetCommandCount()optional int32 commandCount = 8;StringgetConfigName()This is the config section in mdb.yamlcom.google.protobuf.ByteStringgetConfigNameBytes()This is the config section in mdb.yamlintgetContainerCount()optional int32 containerCount = 7;StringgetName()Root space-system namecom.google.protobuf.ByteStringgetNameBytes()Root space-system nameintgetParameterCount()optional int32 parameterCount = 6;intgetParameterTypeCount()optional int32 parameterTypeCount = 10;Mdb.SpaceSystemInfogetSpaceSystem(int index)repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;intgetSpaceSystemCount()repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;List<Mdb.SpaceSystemInfo>getSpaceSystemList()repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;Mdb.SpaceSystemInfoOrBuildergetSpaceSystemOrBuilder(int index)repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;List<? extends Mdb.SpaceSystemInfoOrBuilder>getSpaceSystemOrBuilderList()repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;StringgetVersion()Root space-system header versioncom.google.protobuf.ByteStringgetVersionBytes()Root space-system header versionbooleanhasAlgorithmCount()optional int32 algorithmCount = 9;booleanhasCommandCount()optional int32 commandCount = 8;booleanhasConfigName()This is the config section in mdb.yamlbooleanhasContainerCount()optional int32 containerCount = 7;booleanhasName()Root space-system namebooleanhasParameterCount()optional int32 parameterCount = 6;booleanhasParameterTypeCount()optional int32 parameterTypeCount = 10;booleanhasVersion()Root space-system header version-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConfigName
boolean hasConfigName()
This is the config section in mdb.yaml
optional string configName = 1;
-
getConfigName
String getConfigName()
This is the config section in mdb.yaml
optional string configName = 1;
-
getConfigNameBytes
com.google.protobuf.ByteString getConfigNameBytes()
This is the config section in mdb.yaml
optional string configName = 1;
-
hasName
boolean hasName()
Root space-system name
optional string name = 2;
-
getName
String getName()
Root space-system name
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Root space-system name
optional string name = 2;
-
hasVersion
boolean hasVersion()
Root space-system header version
optional string version = 3;
-
getVersion
String getVersion()
Root space-system header version
optional string version = 3;
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Root space-system header version
optional string version = 3;
-
getSpaceSystemList
List<Mdb.SpaceSystemInfo> getSpaceSystemList()
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;
-
getSpaceSystem
Mdb.SpaceSystemInfo getSpaceSystem(int index)
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;
-
getSpaceSystemCount
int getSpaceSystemCount()
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;
-
getSpaceSystemOrBuilderList
List<? extends Mdb.SpaceSystemInfoOrBuilder> getSpaceSystemOrBuilderList()
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;
-
getSpaceSystemOrBuilder
Mdb.SpaceSystemInfoOrBuilder getSpaceSystemOrBuilder(int index)
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystem = 4;
-
hasParameterCount
boolean hasParameterCount()
optional int32 parameterCount = 6;
-
getParameterCount
int getParameterCount()
optional int32 parameterCount = 6;
-
hasContainerCount
boolean hasContainerCount()
optional int32 containerCount = 7;
-
getContainerCount
int getContainerCount()
optional int32 containerCount = 7;
-
hasCommandCount
boolean hasCommandCount()
optional int32 commandCount = 8;
-
getCommandCount
int getCommandCount()
optional int32 commandCount = 8;
-
hasAlgorithmCount
boolean hasAlgorithmCount()
optional int32 algorithmCount = 9;
-
getAlgorithmCount
int getAlgorithmCount()
optional int32 algorithmCount = 9;
-
hasParameterTypeCount
boolean hasParameterTypeCount()
optional int32 parameterTypeCount = 10;
-
getParameterTypeCount
int getParameterTypeCount()
optional int32 parameterTypeCount = 10;
-
-