Package org.yamcs.protobuf
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Yamcs.NamedObjectIdgetCmdName(int index)repeated .yamcs.protobuf.NamedObjectId cmdName = 11;intgetCmdNameCount()repeated .yamcs.protobuf.NamedObjectId cmdName = 11;List<Yamcs.NamedObjectId>getCmdNameList()repeated .yamcs.protobuf.NamedObjectId cmdName = 11;Yamcs.NamedObjectIdOrBuildergetCmdNameOrBuilder(int index)repeated .yamcs.protobuf.NamedObjectId cmdName = 11;List<? extends Yamcs.NamedObjectIdOrBuilder>getCmdNameOrBuilderList()repeated .yamcs.protobuf.NamedObjectId cmdName = 11;StringgetDefaultNamespace()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 sentcom.google.protobuf.ByteStringgetDefaultNamespaceBytes()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 sentYamcs.NamedObjectIdgetEventSource(int index)repeated .yamcs.protobuf.NamedObjectId eventSource = 13;intgetEventSourceCount()repeated .yamcs.protobuf.NamedObjectId eventSource = 13;List<Yamcs.NamedObjectId>getEventSourceList()repeated .yamcs.protobuf.NamedObjectId eventSource = 13;Yamcs.NamedObjectIdOrBuildergetEventSourceOrBuilder(int index)repeated .yamcs.protobuf.NamedObjectId eventSource = 13;List<? extends Yamcs.NamedObjectIdOrBuilder>getEventSourceOrBuilderList()repeated .yamcs.protobuf.NamedObjectId eventSource = 13;StringgetInstance()required string instance = 1;com.google.protobuf.ByteStringgetInstanceBytes()required string instance = 1;intgetMergeTime()optional uint32 mergeTime = 16;Yamcs.NamedObjectIdgetPpGroup(int index)repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;intgetPpGroupCount()repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;List<Yamcs.NamedObjectId>getPpGroupList()repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;Yamcs.NamedObjectIdOrBuildergetPpGroupOrBuilder(int index)repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;List<? extends Yamcs.NamedObjectIdOrBuilder>getPpGroupOrBuilderList()repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;booleangetSendAllCmd()if sendAllCmd is true, then all command names are sent, otherwise those in the cmdName list (which can be empty)booleangetSendAllEvent()if sendAllEvent is true, then all events are sent, otherwise those in the eventSource list (which can be empty)booleangetSendAllPp()if sendAllPp is true, then all PP groups are sent, otherwise those in the ppGroup list (which can be empty)booleangetSendAllTm()if sendAllTm is true, then all tm packets are sent, otherwise those in the tmPacket list (which can be empty)booleangetSendCompletenessIndex()optional bool sendCompletenessIndex = 9 [default = false];longgetStart()optional int64 start = 2;longgetStop()optional int64 stop = 3;Yamcs.NamedObjectIdgetTmPacket(int index)repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;intgetTmPacketCount()repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;List<Yamcs.NamedObjectId>getTmPacketList()repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;Yamcs.NamedObjectIdOrBuildergetTmPacketOrBuilder(int index)repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;List<? extends Yamcs.NamedObjectIdOrBuilder>getTmPacketOrBuilderList()repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;booleanhasDefaultNamespace()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 sentbooleanhasInstance()required string instance = 1;booleanhasMergeTime()optional uint32 mergeTime = 16;booleanhasSendAllCmd()if sendAllCmd is true, then all command names are sent, otherwise those in the cmdName list (which can be empty)booleanhasSendAllEvent()if sendAllEvent is true, then all events are sent, otherwise those in the eventSource list (which can be empty)booleanhasSendAllPp()if sendAllPp is true, then all PP groups are sent, otherwise those in the ppGroup list (which can be empty)booleanhasSendAllTm()if sendAllTm is true, then all tm packets are sent, otherwise those in the tmPacket list (which can be empty)booleanhasSendCompletenessIndex()optional bool sendCompletenessIndex = 9 [default = false];booleanhasStart()optional int64 start = 2;booleanhasStop()optional int64 stop = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getTmPacketOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getTmPacketOrBuilderList()
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];
-
getPpGroupList
List<Yamcs.NamedObjectId> getPpGroupList()
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
-
getPpGroup
Yamcs.NamedObjectId getPpGroup(int index)
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
-
getPpGroupCount
int getPpGroupCount()
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
-
getPpGroupOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getPpGroupOrBuilderList()
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
-
getPpGroupOrBuilder
Yamcs.NamedObjectIdOrBuilder getPpGroupOrBuilder(int index)
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];
-
getCmdNameList
List<Yamcs.NamedObjectId> getCmdNameList()
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
-
getCmdName
Yamcs.NamedObjectId getCmdName(int index)
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
-
getCmdNameCount
int getCmdNameCount()
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
-
getCmdNameOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getCmdNameOrBuilderList()
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
-
getCmdNameOrBuilder
Yamcs.NamedObjectIdOrBuilder getCmdNameOrBuilder(int index)
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;
-
-