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

    Modifier and Type
    Method
    Description
    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
    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
    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)
    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)
    getGroupNameFilter(int index)
    No filter, means all pp groups are sent
    com.google.protobuf.ByteString
    No filter, means all pp groups are sent
    int
    No filter, means all pp groups are sent
    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 Details

    • getGroupNameFilterList

      List<String> getGroupNameFilterList()
       No filter, means all pp groups are sent
       
      repeated string groupNameFilter = 1;
      Returns:
      A list containing the groupNameFilter.
    • getGroupNameFilterCount

      int getGroupNameFilterCount()
       No filter, means all pp groups are sent
       
      repeated string groupNameFilter = 1;
      Returns:
      The count of groupNameFilter.
    • getGroupNameFilter

      String getGroupNameFilter(int index)
       No filter, means all pp groups are sent
       
      repeated string groupNameFilter = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The groupNameFilter at the given index.
    • getGroupNameFilterBytes

      com.google.protobuf.ByteString getGroupNameFilterBytes(int index)
       No filter, means all pp groups are sent
       
      repeated string groupNameFilter = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the groupNameFilter at the given index.
    • 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;
      Returns:
      A list containing the groupNameExclude.
    • 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;
      Returns:
      The count of groupNameExclude.
    • 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;
      Parameters:
      index - The index of the element to return.
      Returns:
      The groupNameExclude at the given index.
    • 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;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the groupNameExclude at the given index.