Package org.yamcs.protobuf
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 StringgetGroupNameExclude(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.ByteStringgetGroupNameExcludeBytes(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)intgetGroupNameExcludeCount()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)StringgetGroupNameFilter(int index)No filter, means all pp groups are sentcom.google.protobuf.ByteStringgetGroupNameFilterBytes(int index)No filter, means all pp groups are sentintgetGroupNameFilterCount()No filter, means all pp groups are sentList<String>getGroupNameFilterList()No filter, means all pp groups are sent-
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;
-
-