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;
        Returns:
        A list containing the spaceSystems.
      • getSpaceSystemsCount

        int getSpaceSystemsCount()
        repeated string spaceSystems = 4;
        Returns:
        The count of spaceSystems.
      • getSpaceSystems

        String getSpaceSystems​(int index)
        repeated string spaceSystems = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The spaceSystems at the given index.
      • getSpaceSystemsBytes

        com.google.protobuf.ByteString getSpaceSystemsBytes​(int index)
        repeated string spaceSystems = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the spaceSystems at the given index.
      • 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()
         Token indicating the response is only partial. More results can then
         be obtained by performing the same request (including all original
         query parameters) and setting the ``next`` parameter to this token.
         
        optional string continuationToken = 2;
        Returns:
        Whether the continuationToken field is set.
      • getContinuationToken

        String getContinuationToken()
         Token indicating the response is only partial. More results can then
         be obtained by performing the same request (including all original
         query parameters) and setting the ``next`` parameter to this token.
         
        optional string continuationToken = 2;
        Returns:
        The continuationToken.
      • getContinuationTokenBytes

        com.google.protobuf.ByteString getContinuationTokenBytes()
         Token indicating the response is only partial. More results can then
         be obtained by performing the same request (including all original
         query parameters) and setting the ``next`` parameter to this token.
         
        optional string continuationToken = 2;
        Returns:
        The bytes for continuationToken.
      • hasTotalSize

        boolean hasTotalSize()
         The total number of results (across all pages)
         
        optional int32 totalSize = 3;
        Returns:
        Whether the totalSize field is set.
      • getTotalSize

        int getTotalSize()
         The total number of results (across all pages)
         
        optional int32 totalSize = 3;
        Returns:
        The totalSize.