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 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;