Interface ListPacketsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListPacketsResponse, ListPacketsResponse.Builder

public interface ListPacketsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPacketList

      @Deprecated List<TmPacketData> getPacketList()
      Deprecated.
       Deprecated, use ``packets`` instead
       
      repeated .yamcs.protobuf.packets.TmPacketData packet = 1 [deprecated = true];
    • getPacket

      @Deprecated TmPacketData getPacket(int index)
      Deprecated.
       Deprecated, use ``packets`` instead
       
      repeated .yamcs.protobuf.packets.TmPacketData packet = 1 [deprecated = true];
    • getPacketCount

      @Deprecated int getPacketCount()
      Deprecated.
       Deprecated, use ``packets`` instead
       
      repeated .yamcs.protobuf.packets.TmPacketData packet = 1 [deprecated = true];
    • getPacketOrBuilderList

      @Deprecated List<? extends TmPacketDataOrBuilder> getPacketOrBuilderList()
      Deprecated.
       Deprecated, use ``packets`` instead
       
      repeated .yamcs.protobuf.packets.TmPacketData packet = 1 [deprecated = true];
    • getPacketOrBuilder

      @Deprecated TmPacketDataOrBuilder getPacketOrBuilder(int index)
      Deprecated.
       Deprecated, use ``packets`` instead
       
      repeated .yamcs.protobuf.packets.TmPacketData packet = 1 [deprecated = true];
    • getPacketsList

      List<TmPacketData> getPacketsList()
       Page with matching packets
       
      repeated .yamcs.protobuf.packets.TmPacketData packets = 3;
    • getPackets

      TmPacketData getPackets(int index)
       Page with matching packets
       
      repeated .yamcs.protobuf.packets.TmPacketData packets = 3;
    • getPacketsCount

      int getPacketsCount()
       Page with matching packets
       
      repeated .yamcs.protobuf.packets.TmPacketData packets = 3;
    • getPacketsOrBuilderList

      List<? extends TmPacketDataOrBuilder> getPacketsOrBuilderList()
       Page with matching packets
       
      repeated .yamcs.protobuf.packets.TmPacketData packets = 3;
    • getPacketsOrBuilder

      TmPacketDataOrBuilder getPacketsOrBuilder(int index)
       Page with matching packets
       
      repeated .yamcs.protobuf.packets.TmPacketData packets = 3;
    • 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.