Interface Mdb.ListSpaceSystemsResponseOrBuilder

    • Method Detail

      • getSpaceSystemsList

        List<Mdb.SpaceSystemInfo> getSpaceSystemsList()
        repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 1;
      • getSpaceSystems

        Mdb.SpaceSystemInfo getSpaceSystems​(int index)
        repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 1;
      • getSpaceSystemsCount

        int getSpaceSystemsCount()
        repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 1;
      • getSpaceSystemsOrBuilderList

        List<? extends Mdb.SpaceSystemInfoOrBuilder> getSpaceSystemsOrBuilderList()
        repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 1;
      • getSpaceSystemsOrBuilder

        Mdb.SpaceSystemInfoOrBuilder getSpaceSystemsOrBuilder​(int index)
        repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 1;
      • hasContinuationToken

        boolean hasContinuationToken()
        optional string continuationToken = 2;
      • getContinuationToken

        String getContinuationToken()
        optional string continuationToken = 2;
      • getContinuationTokenBytes

        com.google.protobuf.ByteString getContinuationTokenBytes()
        optional string continuationToken = 2;
      • hasTotalSize

        boolean hasTotalSize()
        optional int32 totalSize = 3;
      • getTotalSize

        int getTotalSize()
        optional int32 totalSize = 3;