Interface Mdb.ListAlgorithmsResponseOrBuilder

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

public static interface Mdb.ListAlgorithmsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSystemsList

      List<Mdb.SpaceSystemInfo> getSystemsList()
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • getSystems

      Mdb.SpaceSystemInfo getSystems(int index)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • getSystemsCount

      int getSystemsCount()
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • getSystemsOrBuilderList

      List<? extends Mdb.SpaceSystemInfoOrBuilder> getSystemsOrBuilderList()
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • getSystemsOrBuilder

      Mdb.SpaceSystemInfoOrBuilder getSystemsOrBuilder(int index)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • getSpaceSystemsList

      @Deprecated List<String> getSpaceSystemsList()
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Returns:
      A list containing the spaceSystems.
    • getSpaceSystemsCount

      @Deprecated int getSpaceSystemsCount()
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Returns:
      The count of spaceSystems.
    • getSpaceSystems

      @Deprecated String getSpaceSystems(int index)
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The spaceSystems at the given index.
    • getSpaceSystemsBytes

      @Deprecated com.google.protobuf.ByteString getSpaceSystemsBytes(int index)
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the spaceSystems at the given index.
    • getAlgorithmsList

      List<Mdb.AlgorithmInfo> getAlgorithmsList()
       Matching algorithms
       
      repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;
    • getAlgorithms

      Mdb.AlgorithmInfo getAlgorithms(int index)
       Matching algorithms
       
      repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;
    • getAlgorithmsCount

      int getAlgorithmsCount()
       Matching algorithms
       
      repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;
    • getAlgorithmsOrBuilderList

      List<? extends Mdb.AlgorithmInfoOrBuilder> getAlgorithmsOrBuilderList()
       Matching algorithms
       
      repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;
    • getAlgorithmsOrBuilder

      Mdb.AlgorithmInfoOrBuilder getAlgorithmsOrBuilder(int index)
       Matching algorithms
       
      repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 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.