Interface Yamcs.PpReplayRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroupNameExclude​(int index)
      exclude the parameters from these groups this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
      com.google.protobuf.ByteString getGroupNameExcludeBytes​(int index)
      exclude the parameters from these groups this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
      int getGroupNameExcludeCount()
      exclude the parameters from these groups this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
      List<String> getGroupNameExcludeList()
      exclude the parameters from these groups this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
      String getGroupNameFilter​(int index)
      No filter, means all pp groups are sent
      com.google.protobuf.ByteString getGroupNameFilterBytes​(int index)
      No filter, means all pp groups are sent
      int getGroupNameFilterCount()
      No filter, means all pp groups are sent
      List<String> getGroupNameFilterList()
      No filter, means all pp groups are sent
      • 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 Detail

      • getGroupNameFilterList

        List<String> getGroupNameFilterList()
         No filter, means all pp groups are sent
         
        repeated string groupNameFilter = 1;
      • getGroupNameFilterCount

        int getGroupNameFilterCount()
         No filter, means all pp groups are sent
         
        repeated string groupNameFilter = 1;
      • getGroupNameFilter

        String getGroupNameFilter​(int index)
         No filter, means all pp groups are sent
         
        repeated string groupNameFilter = 1;
      • getGroupNameFilterBytes

        com.google.protobuf.ByteString getGroupNameFilterBytes​(int index)
         No filter, means all pp groups are sent
         
        repeated string groupNameFilter = 1;
      • getGroupNameExcludeList

        List<String> getGroupNameExcludeList()
         exclude the parameters from these groups
           this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
         
        repeated string groupNameExclude = 2;
      • getGroupNameExcludeCount

        int getGroupNameExcludeCount()
         exclude the parameters from these groups
           this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
         
        repeated string groupNameExclude = 2;
      • getGroupNameExclude

        String getGroupNameExclude​(int index)
         exclude the parameters from these groups
           this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
         
        repeated string groupNameExclude = 2;
      • getGroupNameExcludeBytes

        com.google.protobuf.ByteString getGroupNameExcludeBytes​(int index)
         exclude the parameters from these groups
           this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
         
        repeated string groupNameExclude = 2;