Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addAllCmdName(Iterable<? extends Yamcs.NamedObjectId> values) |
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addAllEventSource(Iterable<? extends Yamcs.NamedObjectId> values) |
repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addAllPpGroup(Iterable<? extends Yamcs.NamedObjectId> values) |
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addAllTmPacket(Iterable<? extends Yamcs.NamedObjectId> values) |
repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addCmdName(int index,
Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addCmdName(int index,
Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addCmdName(Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addCmdName(Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addEventSource(int index,
Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addEventSource(int index,
Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addEventSource(Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addEventSource(Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addPpGroup(int index,
Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addPpGroup(int index,
Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addPpGroup(Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addPpGroup(Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addTmPacket(int index,
Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addTmPacket(int index,
Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addTmPacket(Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.addTmPacket(Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clear() |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearCmdName() |
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearDefaultNamespace() |
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
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearEventSource() |
repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearInstance() |
required string instance = 1;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearMergeTime() |
optional uint32 mergeTime = 16;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearPpGroup() |
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearSendAllCmd() |
if sendAllCmd is true, then all command names are sent, otherwise those in the cmdName list (which can be empty)
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearSendAllEvent() |
if sendAllEvent is true, then all events are sent, otherwise those in the eventSource list (which can be empty)
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearSendAllPp() |
if sendAllPp is true, then all PP groups are sent, otherwise those in the ppGroup list (which can be empty)
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearSendAllTm() |
if sendAllTm is true, then all tm packets are sent, otherwise those in the tmPacket list (which can be empty)
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearSendCompletenessIndex() |
optional bool sendCompletenessIndex = 9 [default = false];
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearStart() |
optional int64 start = 2;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearStop() |
optional int64 stop = 3;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clearTmPacket() |
repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.clone() |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.mergeFrom(Yamcs.IndexRequest other) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.newBuilder() |
|
static Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.newBuilder(Yamcs.IndexRequest prototype) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.newBuilderForType() |
|
protected Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.removeCmdName(int index) |
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.removeEventSource(int index) |
repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.removePpGroup(int index) |
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.removeTmPacket(int index) |
repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setCmdName(int index,
Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setCmdName(int index,
Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId cmdName = 11;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setDefaultNamespace(String value) |
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
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setDefaultNamespaceBytes(com.google.protobuf.ByteString value) |
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
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setEventSource(int index,
Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setEventSource(int index,
Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId eventSource = 13;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setInstance(String value) |
required string instance = 1;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setInstanceBytes(com.google.protobuf.ByteString value) |
required string instance = 1;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setMergeTime(int value) |
optional uint32 mergeTime = 16;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setPpGroup(int index,
Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setPpGroup(int index,
Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId ppGroup = 8;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setSendAllCmd(boolean value) |
if sendAllCmd is true, then all command names are sent, otherwise those in the cmdName list (which can be empty)
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setSendAllEvent(boolean value) |
if sendAllEvent is true, then all events are sent, otherwise those in the eventSource list (which can be empty)
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setSendAllPp(boolean value) |
if sendAllPp is true, then all PP groups are sent, otherwise those in the ppGroup list (which can be empty)
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setSendAllTm(boolean value) |
if sendAllTm is true, then all tm packets are sent, otherwise those in the tmPacket list (which can be empty)
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setSendCompletenessIndex(boolean value) |
optional bool sendCompletenessIndex = 9 [default = false];
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setStart(long value) |
optional int64 start = 2;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setStop(long value) |
optional int64 stop = 3;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setTmPacket(int index,
Yamcs.NamedObjectId value) |
repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setTmPacket(int index,
Yamcs.NamedObjectId.Builder builderForValue) |
repeated .yamcs.protobuf.NamedObjectId tmPacket = 6;
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Yamcs.IndexRequest.Builder |
Yamcs.IndexRequest.toBuilder() |
|