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

    Modifier and Type
    Method
    Description
    getNameFilter(int index)
    No filter, means all command history entries are sent
    int
    No filter, means all command history entries are sent
    No filter, means all command history entries are sent
    No filter, means all command history entries are sent
    No filter, means all command history entries 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

    • 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;