Interface Mdb.ListCommandsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Mdb.ListCommandsResponse, Mdb.ListCommandsResponse.Builder
    Enclosing class:
    Mdb

    public static interface Mdb.ListCommandsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSpaceSystemsList

        List<String> getSpaceSystemsList()
        repeated string spaceSystems = 4;
      • getSpaceSystemsCount

        int getSpaceSystemsCount()
        repeated string spaceSystems = 4;
      • getSpaceSystems

        String getSpaceSystems​(int index)
        repeated string spaceSystems = 4;
      • getSpaceSystemsBytes

        com.google.protobuf.ByteString getSpaceSystemsBytes​(int index)
        repeated string spaceSystems = 4;
      • getCommandsList

        List<Mdb.CommandInfo> getCommandsList()
        repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
      • getCommands

        Mdb.CommandInfo getCommands​(int index)
        repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
      • getCommandsCount

        int getCommandsCount()
        repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
      • getCommandsOrBuilderList

        List<? extends Mdb.CommandInfoOrBuilder> getCommandsOrBuilderList()
        repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
      • getCommandsOrBuilder

        Mdb.CommandInfoOrBuilder getCommandsOrBuilder​(int index)
        repeated .yamcs.protobuf.mdb.CommandInfo commands = 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;