Package org.yamcs.protobuf
Interface Commanding.CommandQueueInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Commanding.CommandQueueInfo,Commanding.CommandQueueInfo.Builder
- Enclosing class:
- Commanding
public static interface Commanding.CommandQueueInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commanding.CommandQueueEntrygetEntry(int index)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;intgetEntryCount()repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;List<Commanding.CommandQueueEntry>getEntryList()repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueEntryOrBuildergetEntryOrBuilder(int index)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;List<? extends Commanding.CommandQueueEntryOrBuilder>getEntryOrBuilderList()repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;StringgetGroups(int index)repeated string groups = 11;com.google.protobuf.ByteStringgetGroupsBytes(int index)repeated string groups = 11;intgetGroupsCount()repeated string groups = 11;List<String>getGroupsList()repeated string groups = 11;StringgetInstance()optional string instance = 1;com.google.protobuf.ByteStringgetInstanceBytes()optional string instance = 1;Mdb.SignificanceInfo.SignificanceLevelTypegetMinLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;StringgetName()optional string name = 3;com.google.protobuf.ByteStringgetNameBytes()optional string name = 3;intgetNbRejectedCommands()optional int32 nbRejectedCommands = 6;intgetNbSentCommands()optional int32 nbSentCommands = 5;intgetOrder()optional int32 order = 9;StringgetProcessorName()optional string processorName = 2;com.google.protobuf.ByteStringgetProcessorNameBytes()optional string processorName = 2;Commanding.QueueStategetState()optional .yamcs.protobuf.commanding.QueueState state = 4;intgetStateExpirationTimeS()optional int32 stateExpirationTimeS = 7;StringgetUsers(int index)repeated string users = 10;com.google.protobuf.ByteStringgetUsersBytes(int index)repeated string users = 10;intgetUsersCount()repeated string users = 10;List<String>getUsersList()repeated string users = 10;booleanhasInstance()optional string instance = 1;booleanhasMinLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;booleanhasName()optional string name = 3;booleanhasNbRejectedCommands()optional int32 nbRejectedCommands = 6;booleanhasNbSentCommands()optional int32 nbSentCommands = 5;booleanhasOrder()optional int32 order = 9;booleanhasProcessorName()optional string processorName = 2;booleanhasState()optional .yamcs.protobuf.commanding.QueueState state = 4;booleanhasStateExpirationTimeS()optional int32 stateExpirationTimeS = 7;-
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()
optional string instance = 1;
-
getInstance
String getInstance()
optional string instance = 1;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 1;
-
hasProcessorName
boolean hasProcessorName()
optional string processorName = 2;
-
getProcessorName
String getProcessorName()
optional string processorName = 2;
-
getProcessorNameBytes
com.google.protobuf.ByteString getProcessorNameBytes()
optional string processorName = 2;
-
hasName
boolean hasName()
optional string name = 3;
-
getName
String getName()
optional string name = 3;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
-
hasState
boolean hasState()
optional .yamcs.protobuf.commanding.QueueState state = 4;
-
getState
Commanding.QueueState getState()
optional .yamcs.protobuf.commanding.QueueState state = 4;
-
hasNbSentCommands
boolean hasNbSentCommands()
optional int32 nbSentCommands = 5;
-
getNbSentCommands
int getNbSentCommands()
optional int32 nbSentCommands = 5;
-
hasNbRejectedCommands
boolean hasNbRejectedCommands()
optional int32 nbRejectedCommands = 6;
-
getNbRejectedCommands
int getNbRejectedCommands()
optional int32 nbRejectedCommands = 6;
-
hasStateExpirationTimeS
boolean hasStateExpirationTimeS()
optional int32 stateExpirationTimeS = 7;
-
getStateExpirationTimeS
int getStateExpirationTimeS()
optional int32 stateExpirationTimeS = 7;
-
getEntryList
List<Commanding.CommandQueueEntry> getEntryList()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
getEntry
Commanding.CommandQueueEntry getEntry(int index)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
getEntryCount
int getEntryCount()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
getEntryOrBuilderList
List<? extends Commanding.CommandQueueEntryOrBuilder> getEntryOrBuilderList()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
getEntryOrBuilder
Commanding.CommandQueueEntryOrBuilder getEntryOrBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
hasOrder
boolean hasOrder()
optional int32 order = 9;
-
getOrder
int getOrder()
optional int32 order = 9;
-
getUsersCount
int getUsersCount()
repeated string users = 10;
-
getUsers
String getUsers(int index)
repeated string users = 10;
-
getUsersBytes
com.google.protobuf.ByteString getUsersBytes(int index)
repeated string users = 10;
-
getGroupsCount
int getGroupsCount()
repeated string groups = 11;
-
getGroups
String getGroups(int index)
repeated string groups = 11;
-
getGroupsBytes
com.google.protobuf.ByteString getGroupsBytes(int index)
repeated string groups = 11;
-
hasMinLevel
boolean hasMinLevel()
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;
-
getMinLevel
Mdb.SignificanceInfo.SignificanceLevelType getMinLevel()
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;
-
-