Package org.yamcs.protobuf
Class Commanding.CommandQueueInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
- org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Commanding.CommandQueueInfoOrBuilder
- Enclosing class:
- Commanding.CommandQueueInfo
public static final class Commanding.CommandQueueInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder> implements Commanding.CommandQueueInfoOrBuilder
Protobuf typeyamcs.protobuf.commanding.CommandQueueInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Commanding.CommandQueueInfo.BuilderaddAllEntry(Iterable<? extends Commanding.CommandQueueEntry> values)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueInfo.BuilderaddAllGroups(Iterable<String> values)repeated string groups = 11;Commanding.CommandQueueInfo.BuilderaddAllUsers(Iterable<String> values)repeated string users = 10;Commanding.CommandQueueInfo.BuilderaddEntry(int index, Commanding.CommandQueueEntry value)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueInfo.BuilderaddEntry(int index, Commanding.CommandQueueEntry.Builder builderForValue)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueInfo.BuilderaddEntry(Commanding.CommandQueueEntry value)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueInfo.BuilderaddEntry(Commanding.CommandQueueEntry.Builder builderForValue)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueEntry.BuilderaddEntryBuilder()repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueEntry.BuilderaddEntryBuilder(int index)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueInfo.BuilderaddGroups(String value)repeated string groups = 11;Commanding.CommandQueueInfo.BuilderaddGroupsBytes(com.google.protobuf.ByteString value)repeated string groups = 11;Commanding.CommandQueueInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Commanding.CommandQueueInfo.BuilderaddUsers(String value)repeated string users = 10;Commanding.CommandQueueInfo.BuilderaddUsersBytes(com.google.protobuf.ByteString value)repeated string users = 10;Commanding.CommandQueueInfobuild()Commanding.CommandQueueInfobuildPartial()Commanding.CommandQueueInfo.Builderclear()Commanding.CommandQueueInfo.BuilderclearEntry()repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Commanding.CommandQueueInfo.BuilderclearGroups()repeated string groups = 11;Commanding.CommandQueueInfo.BuilderclearInstance()optional string instance = 1;Commanding.CommandQueueInfo.BuilderclearMinLevel()optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;Commanding.CommandQueueInfo.BuilderclearName()optional string name = 3;Commanding.CommandQueueInfo.BuilderclearNbRejectedCommands()optional int32 nbRejectedCommands = 6;Commanding.CommandQueueInfo.BuilderclearNbSentCommands()optional int32 nbSentCommands = 5;Commanding.CommandQueueInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Commanding.CommandQueueInfo.BuilderclearOrder()optional int32 order = 9;Commanding.CommandQueueInfo.BuilderclearProcessorName()optional string processorName = 2;Commanding.CommandQueueInfo.BuilderclearState()optional .yamcs.protobuf.commanding.QueueState state = 4;Commanding.CommandQueueInfo.BuilderclearStateExpirationTimeS()optional int32 stateExpirationTimeS = 7;Commanding.CommandQueueInfo.BuilderclearUsers()repeated string users = 10;Commanding.CommandQueueInfo.Builderclone()Commanding.CommandQueueInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Commanding.CommandQueueEntrygetEntry(int index)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueEntry.BuildergetEntryBuilder(int index)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;List<Commanding.CommandQueueEntry.Builder>getEntryBuilderList()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;com.google.protobuf.ProtocolStringListgetGroupsList()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;com.google.protobuf.ProtocolStringListgetUsersList()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;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Commanding.CommandQueueInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Commanding.CommandQueueInfo.BuildermergeFrom(com.google.protobuf.Message other)Commanding.CommandQueueInfo.BuildermergeFrom(Commanding.CommandQueueInfo other)Commanding.CommandQueueInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Commanding.CommandQueueInfo.BuilderremoveEntry(int index)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueInfo.BuildersetEntry(int index, Commanding.CommandQueueEntry value)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueInfo.BuildersetEntry(int index, Commanding.CommandQueueEntry.Builder builderForValue)repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;Commanding.CommandQueueInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Commanding.CommandQueueInfo.BuildersetGroups(int index, String value)repeated string groups = 11;Commanding.CommandQueueInfo.BuildersetInstance(String value)optional string instance = 1;Commanding.CommandQueueInfo.BuildersetInstanceBytes(com.google.protobuf.ByteString value)optional string instance = 1;Commanding.CommandQueueInfo.BuildersetMinLevel(Mdb.SignificanceInfo.SignificanceLevelType value)optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;Commanding.CommandQueueInfo.BuildersetName(String value)optional string name = 3;Commanding.CommandQueueInfo.BuildersetNameBytes(com.google.protobuf.ByteString value)optional string name = 3;Commanding.CommandQueueInfo.BuildersetNbRejectedCommands(int value)optional int32 nbRejectedCommands = 6;Commanding.CommandQueueInfo.BuildersetNbSentCommands(int value)optional int32 nbSentCommands = 5;Commanding.CommandQueueInfo.BuildersetOrder(int value)optional int32 order = 9;Commanding.CommandQueueInfo.BuildersetProcessorName(String value)optional string processorName = 2;Commanding.CommandQueueInfo.BuildersetProcessorNameBytes(com.google.protobuf.ByteString value)optional string processorName = 2;Commanding.CommandQueueInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Commanding.CommandQueueInfo.BuildersetState(Commanding.QueueState value)optional .yamcs.protobuf.commanding.QueueState state = 4;Commanding.CommandQueueInfo.BuildersetStateExpirationTimeS(int value)optional int32 stateExpirationTimeS = 7;Commanding.CommandQueueInfo.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Commanding.CommandQueueInfo.BuildersetUsers(int index, String value)repeated string users = 10;-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
clear
public Commanding.CommandQueueInfo.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
getDefaultInstanceForType
public Commanding.CommandQueueInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Commanding.CommandQueueInfo build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Commanding.CommandQueueInfo buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Commanding.CommandQueueInfo.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
setField
public Commanding.CommandQueueInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
clearField
public Commanding.CommandQueueInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
clearOneof
public Commanding.CommandQueueInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
setRepeatedField
public Commanding.CommandQueueInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
addRepeatedField
public Commanding.CommandQueueInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
mergeFrom
public Commanding.CommandQueueInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Commanding.CommandQueueInfo.Builder>
-
mergeFrom
public Commanding.CommandQueueInfo.Builder mergeFrom(Commanding.CommandQueueInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
mergeFrom
public Commanding.CommandQueueInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Commanding.CommandQueueInfo.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
optional string instance = 1;- Specified by:
hasInstancein interfaceCommanding.CommandQueueInfoOrBuilder
-
getInstance
public String getInstance()
optional string instance = 1;- Specified by:
getInstancein interfaceCommanding.CommandQueueInfoOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceCommanding.CommandQueueInfoOrBuilder
-
setInstance
public Commanding.CommandQueueInfo.Builder setInstance(String value)
optional string instance = 1;
-
clearInstance
public Commanding.CommandQueueInfo.Builder clearInstance()
optional string instance = 1;
-
setInstanceBytes
public Commanding.CommandQueueInfo.Builder setInstanceBytes(com.google.protobuf.ByteString value)
optional string instance = 1;
-
hasProcessorName
public boolean hasProcessorName()
optional string processorName = 2;- Specified by:
hasProcessorNamein interfaceCommanding.CommandQueueInfoOrBuilder
-
getProcessorName
public String getProcessorName()
optional string processorName = 2;- Specified by:
getProcessorNamein interfaceCommanding.CommandQueueInfoOrBuilder
-
getProcessorNameBytes
public com.google.protobuf.ByteString getProcessorNameBytes()
optional string processorName = 2;- Specified by:
getProcessorNameBytesin interfaceCommanding.CommandQueueInfoOrBuilder
-
setProcessorName
public Commanding.CommandQueueInfo.Builder setProcessorName(String value)
optional string processorName = 2;
-
clearProcessorName
public Commanding.CommandQueueInfo.Builder clearProcessorName()
optional string processorName = 2;
-
setProcessorNameBytes
public Commanding.CommandQueueInfo.Builder setProcessorNameBytes(com.google.protobuf.ByteString value)
optional string processorName = 2;
-
hasName
public boolean hasName()
optional string name = 3;- Specified by:
hasNamein interfaceCommanding.CommandQueueInfoOrBuilder
-
getName
public String getName()
optional string name = 3;- Specified by:
getNamein interfaceCommanding.CommandQueueInfoOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
optional string name = 3;- Specified by:
getNameBytesin interfaceCommanding.CommandQueueInfoOrBuilder
-
setName
public Commanding.CommandQueueInfo.Builder setName(String value)
optional string name = 3;
-
clearName
public Commanding.CommandQueueInfo.Builder clearName()
optional string name = 3;
-
setNameBytes
public Commanding.CommandQueueInfo.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3;
-
hasState
public boolean hasState()
optional .yamcs.protobuf.commanding.QueueState state = 4;- Specified by:
hasStatein interfaceCommanding.CommandQueueInfoOrBuilder
-
getState
public Commanding.QueueState getState()
optional .yamcs.protobuf.commanding.QueueState state = 4;- Specified by:
getStatein interfaceCommanding.CommandQueueInfoOrBuilder
-
setState
public Commanding.CommandQueueInfo.Builder setState(Commanding.QueueState value)
optional .yamcs.protobuf.commanding.QueueState state = 4;
-
clearState
public Commanding.CommandQueueInfo.Builder clearState()
optional .yamcs.protobuf.commanding.QueueState state = 4;
-
hasNbSentCommands
public boolean hasNbSentCommands()
optional int32 nbSentCommands = 5;- Specified by:
hasNbSentCommandsin interfaceCommanding.CommandQueueInfoOrBuilder
-
getNbSentCommands
public int getNbSentCommands()
optional int32 nbSentCommands = 5;- Specified by:
getNbSentCommandsin interfaceCommanding.CommandQueueInfoOrBuilder
-
setNbSentCommands
public Commanding.CommandQueueInfo.Builder setNbSentCommands(int value)
optional int32 nbSentCommands = 5;
-
clearNbSentCommands
public Commanding.CommandQueueInfo.Builder clearNbSentCommands()
optional int32 nbSentCommands = 5;
-
hasNbRejectedCommands
public boolean hasNbRejectedCommands()
optional int32 nbRejectedCommands = 6;- Specified by:
hasNbRejectedCommandsin interfaceCommanding.CommandQueueInfoOrBuilder
-
getNbRejectedCommands
public int getNbRejectedCommands()
optional int32 nbRejectedCommands = 6;- Specified by:
getNbRejectedCommandsin interfaceCommanding.CommandQueueInfoOrBuilder
-
setNbRejectedCommands
public Commanding.CommandQueueInfo.Builder setNbRejectedCommands(int value)
optional int32 nbRejectedCommands = 6;
-
clearNbRejectedCommands
public Commanding.CommandQueueInfo.Builder clearNbRejectedCommands()
optional int32 nbRejectedCommands = 6;
-
hasStateExpirationTimeS
public boolean hasStateExpirationTimeS()
optional int32 stateExpirationTimeS = 7;- Specified by:
hasStateExpirationTimeSin interfaceCommanding.CommandQueueInfoOrBuilder
-
getStateExpirationTimeS
public int getStateExpirationTimeS()
optional int32 stateExpirationTimeS = 7;- Specified by:
getStateExpirationTimeSin interfaceCommanding.CommandQueueInfoOrBuilder
-
setStateExpirationTimeS
public Commanding.CommandQueueInfo.Builder setStateExpirationTimeS(int value)
optional int32 stateExpirationTimeS = 7;
-
clearStateExpirationTimeS
public Commanding.CommandQueueInfo.Builder clearStateExpirationTimeS()
optional int32 stateExpirationTimeS = 7;
-
getEntryList
public List<Commanding.CommandQueueEntry> getEntryList()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;- Specified by:
getEntryListin interfaceCommanding.CommandQueueInfoOrBuilder
-
getEntryCount
public int getEntryCount()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;- Specified by:
getEntryCountin interfaceCommanding.CommandQueueInfoOrBuilder
-
getEntry
public Commanding.CommandQueueEntry getEntry(int index)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;- Specified by:
getEntryin interfaceCommanding.CommandQueueInfoOrBuilder
-
setEntry
public Commanding.CommandQueueInfo.Builder setEntry(int index, Commanding.CommandQueueEntry value)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
setEntry
public Commanding.CommandQueueInfo.Builder setEntry(int index, Commanding.CommandQueueEntry.Builder builderForValue)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
addEntry
public Commanding.CommandQueueInfo.Builder addEntry(Commanding.CommandQueueEntry value)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
addEntry
public Commanding.CommandQueueInfo.Builder addEntry(int index, Commanding.CommandQueueEntry value)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
addEntry
public Commanding.CommandQueueInfo.Builder addEntry(Commanding.CommandQueueEntry.Builder builderForValue)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
addEntry
public Commanding.CommandQueueInfo.Builder addEntry(int index, Commanding.CommandQueueEntry.Builder builderForValue)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
addAllEntry
public Commanding.CommandQueueInfo.Builder addAllEntry(Iterable<? extends Commanding.CommandQueueEntry> values)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
clearEntry
public Commanding.CommandQueueInfo.Builder clearEntry()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
removeEntry
public Commanding.CommandQueueInfo.Builder removeEntry(int index)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
getEntryBuilder
public Commanding.CommandQueueEntry.Builder getEntryBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
getEntryOrBuilder
public Commanding.CommandQueueEntryOrBuilder getEntryOrBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;- Specified by:
getEntryOrBuilderin interfaceCommanding.CommandQueueInfoOrBuilder
-
getEntryOrBuilderList
public List<? extends Commanding.CommandQueueEntryOrBuilder> getEntryOrBuilderList()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;- Specified by:
getEntryOrBuilderListin interfaceCommanding.CommandQueueInfoOrBuilder
-
addEntryBuilder
public Commanding.CommandQueueEntry.Builder addEntryBuilder()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
addEntryBuilder
public Commanding.CommandQueueEntry.Builder addEntryBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
getEntryBuilderList
public List<Commanding.CommandQueueEntry.Builder> getEntryBuilderList()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entry = 8;
-
hasOrder
public boolean hasOrder()
optional int32 order = 9;- Specified by:
hasOrderin interfaceCommanding.CommandQueueInfoOrBuilder
-
getOrder
public int getOrder()
optional int32 order = 9;- Specified by:
getOrderin interfaceCommanding.CommandQueueInfoOrBuilder
-
setOrder
public Commanding.CommandQueueInfo.Builder setOrder(int value)
optional int32 order = 9;
-
clearOrder
public Commanding.CommandQueueInfo.Builder clearOrder()
optional int32 order = 9;
-
getUsersList
public com.google.protobuf.ProtocolStringList getUsersList()
repeated string users = 10;- Specified by:
getUsersListin interfaceCommanding.CommandQueueInfoOrBuilder
-
getUsersCount
public int getUsersCount()
repeated string users = 10;- Specified by:
getUsersCountin interfaceCommanding.CommandQueueInfoOrBuilder
-
getUsers
public String getUsers(int index)
repeated string users = 10;- Specified by:
getUsersin interfaceCommanding.CommandQueueInfoOrBuilder
-
getUsersBytes
public com.google.protobuf.ByteString getUsersBytes(int index)
repeated string users = 10;- Specified by:
getUsersBytesin interfaceCommanding.CommandQueueInfoOrBuilder
-
setUsers
public Commanding.CommandQueueInfo.Builder setUsers(int index, String value)
repeated string users = 10;
-
addUsers
public Commanding.CommandQueueInfo.Builder addUsers(String value)
repeated string users = 10;
-
addAllUsers
public Commanding.CommandQueueInfo.Builder addAllUsers(Iterable<String> values)
repeated string users = 10;
-
clearUsers
public Commanding.CommandQueueInfo.Builder clearUsers()
repeated string users = 10;
-
addUsersBytes
public Commanding.CommandQueueInfo.Builder addUsersBytes(com.google.protobuf.ByteString value)
repeated string users = 10;
-
getGroupsList
public com.google.protobuf.ProtocolStringList getGroupsList()
repeated string groups = 11;- Specified by:
getGroupsListin interfaceCommanding.CommandQueueInfoOrBuilder
-
getGroupsCount
public int getGroupsCount()
repeated string groups = 11;- Specified by:
getGroupsCountin interfaceCommanding.CommandQueueInfoOrBuilder
-
getGroups
public String getGroups(int index)
repeated string groups = 11;- Specified by:
getGroupsin interfaceCommanding.CommandQueueInfoOrBuilder
-
getGroupsBytes
public com.google.protobuf.ByteString getGroupsBytes(int index)
repeated string groups = 11;- Specified by:
getGroupsBytesin interfaceCommanding.CommandQueueInfoOrBuilder
-
setGroups
public Commanding.CommandQueueInfo.Builder setGroups(int index, String value)
repeated string groups = 11;
-
addGroups
public Commanding.CommandQueueInfo.Builder addGroups(String value)
repeated string groups = 11;
-
addAllGroups
public Commanding.CommandQueueInfo.Builder addAllGroups(Iterable<String> values)
repeated string groups = 11;
-
clearGroups
public Commanding.CommandQueueInfo.Builder clearGroups()
repeated string groups = 11;
-
addGroupsBytes
public Commanding.CommandQueueInfo.Builder addGroupsBytes(com.google.protobuf.ByteString value)
repeated string groups = 11;
-
hasMinLevel
public boolean hasMinLevel()
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;- Specified by:
hasMinLevelin interfaceCommanding.CommandQueueInfoOrBuilder
-
getMinLevel
public Mdb.SignificanceInfo.SignificanceLevelType getMinLevel()
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;- Specified by:
getMinLevelin interfaceCommanding.CommandQueueInfoOrBuilder
-
setMinLevel
public Commanding.CommandQueueInfo.Builder setMinLevel(Mdb.SignificanceInfo.SignificanceLevelType value)
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;
-
clearMinLevel
public Commanding.CommandQueueInfo.Builder clearMinLevel()
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType minLevel = 12;
-
setUnknownFields
public final Commanding.CommandQueueInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
mergeUnknownFields
public final Commanding.CommandQueueInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Commanding.CommandQueueInfo.Builder>
-
-