Interface Yamcs.PacketReplayRequestOrBuilder

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

public static interface Yamcs.PacketReplayRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getNameFilter(int index)
    No filter, means all packets for which privileges exist, are sent
    int
    No filter, means all packets for which privileges exist, are sent
    No filter, means all packets for which privileges exist, are sent
    No filter, means all packets for which privileges exist, are sent
    No filter, means all packets for which privileges exist, are sent
    getTmLinks(int index)
    if specified, only replay packets originally received on one of those links
    com.google.protobuf.ByteString
    getTmLinksBytes(int index)
    if specified, only replay packets originally received on one of those links
    int
    if specified, only replay packets originally received on one of those links
    if specified, only replay packets originally received on one of those links

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNameFilterList

      List<Yamcs.NamedObjectId> getNameFilterList()
       No filter, means all packets for which privileges exist, are sent
       
      repeated .yamcs.protobuf.NamedObjectId nameFilter = 1;
    • getNameFilter

      Yamcs.NamedObjectId getNameFilter(int index)
       No filter, means all packets for which privileges exist, are sent
       
      repeated .yamcs.protobuf.NamedObjectId nameFilter = 1;
    • getNameFilterCount

      int getNameFilterCount()
       No filter, means all packets for which privileges exist, are sent
       
      repeated .yamcs.protobuf.NamedObjectId nameFilter = 1;
    • getNameFilterOrBuilderList

      List<? extends Yamcs.NamedObjectIdOrBuilder> getNameFilterOrBuilderList()
       No filter, means all packets for which privileges exist, are sent
       
      repeated .yamcs.protobuf.NamedObjectId nameFilter = 1;
    • getNameFilterOrBuilder

      Yamcs.NamedObjectIdOrBuilder getNameFilterOrBuilder(int index)
       No filter, means all packets for which privileges exist, are sent
       
      repeated .yamcs.protobuf.NamedObjectId nameFilter = 1;
    • getTmLinksList

      List<String> getTmLinksList()
      if specified, only replay packets originally received on one of those links
       
      repeated string tmLinks = 2;
      Returns:
      A list containing the tmLinks.
    • getTmLinksCount

      int getTmLinksCount()
      if specified, only replay packets originally received on one of those links
       
      repeated string tmLinks = 2;
      Returns:
      The count of tmLinks.
    • getTmLinks

      String getTmLinks(int index)
      if specified, only replay packets originally received on one of those links
       
      repeated string tmLinks = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tmLinks at the given index.
    • getTmLinksBytes

      com.google.protobuf.ByteString getTmLinksBytes(int index)
      if specified, only replay packets originally received on one of those links
       
      repeated string tmLinks = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tmLinks at the given index.