Package org.yamcs.protobuf
Interface Yamcs.CommandHistoryReplayRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Yamcs.CommandHistoryReplayRequest,Yamcs.CommandHistoryReplayRequest.Builder
- Enclosing class:
- Yamcs
public static interface Yamcs.CommandHistoryReplayRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Yamcs.NamedObjectIdgetNameFilter(int index)No filter, means all command history entries are sentintgetNameFilterCount()No filter, means all command history entries are sentList<Yamcs.NamedObjectId>getNameFilterList()No filter, means all command history entries are sentYamcs.NamedObjectIdOrBuildergetNameFilterOrBuilder(int index)No filter, means all command history entries are sentList<? extends Yamcs.NamedObjectIdOrBuilder>getNameFilterOrBuilderList()No filter, means all command history entries are sent-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNameFilterList
List<Yamcs.NamedObjectId> getNameFilterList()
No filter, means all command history entries are sent
repeated .yamcs.protobuf.NamedObjectId nameFilter = 1;
-
getNameFilter
Yamcs.NamedObjectId getNameFilter(int index)
No filter, means all command history entries are sent
repeated .yamcs.protobuf.NamedObjectId nameFilter = 1;
-
getNameFilterCount
int getNameFilterCount()
No filter, means all command history entries are sent
repeated .yamcs.protobuf.NamedObjectId nameFilter = 1;
-
getNameFilterOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getNameFilterOrBuilderList()
No filter, means all command history entries are sent
repeated .yamcs.protobuf.NamedObjectId nameFilter = 1;
-
getNameFilterOrBuilder
Yamcs.NamedObjectIdOrBuilder getNameFilterOrBuilder(int index)
No filter, means all command history entries are sent
repeated .yamcs.protobuf.NamedObjectId nameFilter = 1;
-
-