Interface Mdb.ListSpaceSystemsResponseOrBuilder

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

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

    • getSpaceSystemsList

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

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

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

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

      Mdb.SpaceSystemInfoOrBuilder getSpaceSystemsOrBuilder(int index)
       Matching space systems
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 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.