Interface Yamcs.IndexRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Yamcs.IndexRequest, Yamcs.IndexRequest.Builder
    Enclosing class:
    Yamcs

    public static interface Yamcs.IndexRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasInstance

        boolean hasInstance()
        required string instance = 1;
      • getInstance

        String getInstance()
        required string instance = 1;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
        required string instance = 1;
      • hasStart

        boolean hasStart()
        optional int64 start = 2;
      • getStart

        long getStart()
        optional int64 start = 2;
      • hasStop

        boolean hasStop()
        optional int64 stop = 3;
      • getStop

        long getStop()
        optional int64 stop = 3;
      • hasDefaultNamespace

        boolean hasDefaultNamespace()
        namespace to use when sending all tm, pp or cmd (when using a filter, the namespace specified in the filter will be used)
        if not specified, the fully qualified canonical names will be sent
         
        optional string defaultNamespace = 4;
      • getDefaultNamespace

        String getDefaultNamespace()
        namespace to use when sending all tm, pp or cmd (when using a filter, the namespace specified in the filter will be used)
        if not specified, the fully qualified canonical names will be sent
         
        optional string defaultNamespace = 4;
      • getDefaultNamespaceBytes

        com.google.protobuf.ByteString getDefaultNamespaceBytes()
        namespace to use when sending all tm, pp or cmd (when using a filter, the namespace specified in the filter will be used)
        if not specified, the fully qualified canonical names will be sent
         
        optional string defaultNamespace = 4;
      • hasSendAllTm

        boolean hasSendAllTm()
        if sendAllTm is true, then all tm packets are sent, otherwise those in the tmPacket list (which can be empty)
         
        optional bool sendAllTm = 5 [default = false];
      • getSendAllTm

        boolean getSendAllTm()
        if sendAllTm is true, then all tm packets are sent, otherwise those in the tmPacket list (which can be empty)
         
        optional bool sendAllTm = 5 [default = false];
      • getTmPacketList

        List<Yamcs.NamedObjectId> getTmPacketList()
        repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
      • getTmPacket

        Yamcs.NamedObjectId getTmPacket​(int index)
        repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
      • getTmPacketCount

        int getTmPacketCount()
        repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
      • getTmPacketOrBuilder

        Yamcs.NamedObjectIdOrBuilder getTmPacketOrBuilder​(int index)
        repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
      • hasSendAllPp

        boolean hasSendAllPp()
        if sendAllPp is true, then all PP groups are sent, otherwise those in the ppGroup list (which can be empty)
         
        optional bool sendAllPp = 7 [default = false];
      • getSendAllPp

        boolean getSendAllPp()
        if sendAllPp is true, then all PP groups are sent, otherwise those in the ppGroup list (which can be empty)
         
        optional bool sendAllPp = 7 [default = false];
      • getPpGroup

        Yamcs.NamedObjectId getPpGroup​(int index)
        repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
      • getPpGroupCount

        int getPpGroupCount()
        repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
      • hasSendCompletenessIndex

        boolean hasSendCompletenessIndex()
        optional bool sendCompletenessIndex = 9 [default = false];
      • getSendCompletenessIndex

        boolean getSendCompletenessIndex()
        optional bool sendCompletenessIndex = 9 [default = false];
      • hasSendAllCmd

        boolean hasSendAllCmd()
        if sendAllCmd is true, then all command names  are sent, otherwise those in the cmdName list (which can be empty)
         
        optional bool sendAllCmd = 10 [default = false];
      • getSendAllCmd

        boolean getSendAllCmd()
        if sendAllCmd is true, then all command names  are sent, otherwise those in the cmdName list (which can be empty)
         
        optional bool sendAllCmd = 10 [default = false];
      • getCmdName

        Yamcs.NamedObjectId getCmdName​(int index)
        repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
      • getCmdNameCount

        int getCmdNameCount()
        repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
      • hasSendAllEvent

        boolean hasSendAllEvent()
        if sendAllEvent is true, then all events are sent, otherwise those in the eventSource list (which can be empty)
         
        optional bool sendAllEvent = 12 [default = false];
      • getSendAllEvent

        boolean getSendAllEvent()
        if sendAllEvent is true, then all events are sent, otherwise those in the eventSource list (which can be empty)
         
        optional bool sendAllEvent = 12 [default = false];
      • getEventSourceList

        List<Yamcs.NamedObjectId> getEventSourceList()
        repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
      • getEventSource

        Yamcs.NamedObjectId getEventSource​(int index)
        repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
      • getEventSourceCount

        int getEventSourceCount()
        repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
      • getEventSourceOrBuilderList

        List<? extends Yamcs.NamedObjectIdOrBuilder> getEventSourceOrBuilderList()
        repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
      • getEventSourceOrBuilder

        Yamcs.NamedObjectIdOrBuilder getEventSourceOrBuilder​(int index)
        repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
      • hasMergeTime

        boolean hasMergeTime()
        optional uint32 mergeTime = 16;
      • getMergeTime

        int getMergeTime()
        optional uint32 mergeTime = 16;