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
Modifier and TypeMethodDescriptiongetGroupNameExclude
(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
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 sentcom.google.protobuf.ByteString
getGroupNameFilterBytes
(int index) No filter, means all pp groups are sentint
No filter, means all pp groups are sentNo filter, means all pp groups are sentMethods 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
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
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
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
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.
-