Package org.yamcs.protobuf
Class IssueCommandRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
-
- org.yamcs.protobuf.IssueCommandRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,IssueCommandRequestOrBuilder
- Enclosing class:
- IssueCommandRequest
public static final class IssueCommandRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder> implements IssueCommandRequestOrBuilder
Protobuf typeyamcs.protobuf.commanding.IssueCommandRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IssueCommandRequest.BuilderaddAllAssignment(Iterable<? extends IssueCommandRequest.Assignment> values)The name/value assignments for this command.IssueCommandRequest.BuilderaddAssignment(int index, IssueCommandRequest.Assignment value)The name/value assignments for this command.IssueCommandRequest.BuilderaddAssignment(int index, IssueCommandRequest.Assignment.Builder builderForValue)The name/value assignments for this command.IssueCommandRequest.BuilderaddAssignment(IssueCommandRequest.Assignment value)The name/value assignments for this command.IssueCommandRequest.BuilderaddAssignment(IssueCommandRequest.Assignment.Builder builderForValue)The name/value assignments for this command.IssueCommandRequest.Assignment.BuilderaddAssignmentBuilder()The name/value assignments for this command.IssueCommandRequest.Assignment.BuilderaddAssignmentBuilder(int index)The name/value assignments for this command.IssueCommandRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)IssueCommandRequestbuild()IssueCommandRequestbuildPartial()IssueCommandRequest.Builderclear()IssueCommandRequest.BuilderclearAssignment()The name/value assignments for this command.IssueCommandRequest.BuilderclearComment()Comment attached to this command.IssueCommandRequest.BuilderclearDisableTransmissionConstraints()Disable verification of all transmission constrains (if any specified in the MDB).IssueCommandRequest.BuilderclearDisableVerifiers()Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.IssueCommandRequest.BuilderclearDryRun()Whether a response will be returned without actually issuing the command.IssueCommandRequest.BuilderclearExtra()IssueCommandRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)IssueCommandRequest.BuilderclearInstance()Yamcs instance name.IssueCommandRequest.BuilderclearName()Command name.IssueCommandRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)IssueCommandRequest.BuilderclearOrigin()The origin of the command.IssueCommandRequest.BuilderclearProcessor()Processor name.IssueCommandRequest.BuilderclearSequenceNumber()The sequence number as specified by the origin.IssueCommandRequest.BuilderclearStream()Override the stream on which the command should be sent out.IssueCommandRequest.BuilderclearVerifierConfig()IssueCommandRequest.Builderclone()booleancontainsExtra(String key)Specify custom options for interpretation by non-core extensions.booleancontainsVerifierConfig(String key)Override verifier configuration.IssueCommandRequest.AssignmentgetAssignment(int index)The name/value assignments for this command.IssueCommandRequest.Assignment.BuildergetAssignmentBuilder(int index)The name/value assignments for this command.List<IssueCommandRequest.Assignment.Builder>getAssignmentBuilderList()The name/value assignments for this command.intgetAssignmentCount()The name/value assignments for this command.List<IssueCommandRequest.Assignment>getAssignmentList()The name/value assignments for this command.IssueCommandRequest.AssignmentOrBuildergetAssignmentOrBuilder(int index)The name/value assignments for this command.List<? extends IssueCommandRequest.AssignmentOrBuilder>getAssignmentOrBuilderList()The name/value assignments for this command.StringgetComment()Comment attached to this command.com.google.protobuf.ByteStringgetCommentBytes()Comment attached to this command.IssueCommandRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()booleangetDisableTransmissionConstraints()Disable verification of all transmission constrains (if any specified in the MDB).booleangetDisableVerifiers()Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.booleangetDryRun()Whether a response will be returned without actually issuing the command.Map<String,Yamcs.Value>getExtra()Deprecated.intgetExtraCount()Specify custom options for interpretation by non-core extensions.Map<String,Yamcs.Value>getExtraMap()Specify custom options for interpretation by non-core extensions.Yamcs.ValuegetExtraOrDefault(String key, Yamcs.Value defaultValue)Specify custom options for interpretation by non-core extensions.Yamcs.ValuegetExtraOrThrow(String key)Specify custom options for interpretation by non-core extensions.StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.Map<String,Yamcs.Value>getMutableExtra()Deprecated.Map<String,Commanding.VerifierConfig>getMutableVerifierConfig()Deprecated.StringgetName()Command name.com.google.protobuf.ByteStringgetNameBytes()Command name.StringgetOrigin()The origin of the command.com.google.protobuf.ByteStringgetOriginBytes()The origin of the command.StringgetProcessor()Processor name.com.google.protobuf.ByteStringgetProcessorBytes()Processor name.intgetSequenceNumber()The sequence number as specified by the origin.StringgetStream()Override the stream on which the command should be sent out.com.google.protobuf.ByteStringgetStreamBytes()Override the stream on which the command should be sent out.Map<String,Commanding.VerifierConfig>getVerifierConfig()Deprecated.intgetVerifierConfigCount()Override verifier configuration.Map<String,Commanding.VerifierConfig>getVerifierConfigMap()Override verifier configuration.Commanding.VerifierConfiggetVerifierConfigOrDefault(String key, Commanding.VerifierConfig defaultValue)Override verifier configuration.Commanding.VerifierConfiggetVerifierConfigOrThrow(String key)Override verifier configuration.booleanhasComment()Comment attached to this command.booleanhasDisableTransmissionConstraints()Disable verification of all transmission constrains (if any specified in the MDB).booleanhasDisableVerifiers()Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.booleanhasDryRun()Whether a response will be returned without actually issuing the command.booleanhasInstance()Yamcs instance name.booleanhasName()Command name.booleanhasOrigin()The origin of the command.booleanhasProcessor()Processor name.booleanhasSequenceNumber()The sequence number as specified by the origin.booleanhasStream()Override the stream on which the command should be sent out.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()IssueCommandRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)IssueCommandRequest.BuildermergeFrom(com.google.protobuf.Message other)IssueCommandRequest.BuildermergeFrom(IssueCommandRequest other)IssueCommandRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)IssueCommandRequest.BuilderputAllExtra(Map<String,Yamcs.Value> values)Specify custom options for interpretation by non-core extensions.IssueCommandRequest.BuilderputAllVerifierConfig(Map<String,Commanding.VerifierConfig> values)Override verifier configuration.IssueCommandRequest.BuilderputExtra(String key, Yamcs.Value value)Specify custom options for interpretation by non-core extensions.IssueCommandRequest.BuilderputVerifierConfig(String key, Commanding.VerifierConfig value)Override verifier configuration.IssueCommandRequest.BuilderremoveAssignment(int index)The name/value assignments for this command.IssueCommandRequest.BuilderremoveExtra(String key)Specify custom options for interpretation by non-core extensions.IssueCommandRequest.BuilderremoveVerifierConfig(String key)Override verifier configuration.IssueCommandRequest.BuildersetAssignment(int index, IssueCommandRequest.Assignment value)The name/value assignments for this command.IssueCommandRequest.BuildersetAssignment(int index, IssueCommandRequest.Assignment.Builder builderForValue)The name/value assignments for this command.IssueCommandRequest.BuildersetComment(String value)Comment attached to this command.IssueCommandRequest.BuildersetCommentBytes(com.google.protobuf.ByteString value)Comment attached to this command.IssueCommandRequest.BuildersetDisableTransmissionConstraints(boolean value)Disable verification of all transmission constrains (if any specified in the MDB).IssueCommandRequest.BuildersetDisableVerifiers(boolean value)Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.IssueCommandRequest.BuildersetDryRun(boolean value)Whether a response will be returned without actually issuing the command.IssueCommandRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)IssueCommandRequest.BuildersetInstance(String value)Yamcs instance name.IssueCommandRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.IssueCommandRequest.BuildersetName(String value)Command name.IssueCommandRequest.BuildersetNameBytes(com.google.protobuf.ByteString value)Command name.IssueCommandRequest.BuildersetOrigin(String value)The origin of the command.IssueCommandRequest.BuildersetOriginBytes(com.google.protobuf.ByteString value)The origin of the command.IssueCommandRequest.BuildersetProcessor(String value)Processor name.IssueCommandRequest.BuildersetProcessorBytes(com.google.protobuf.ByteString value)Processor name.IssueCommandRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)IssueCommandRequest.BuildersetSequenceNumber(int value)The sequence number as specified by the origin.IssueCommandRequest.BuildersetStream(String value)Override the stream on which the command should be sent out.IssueCommandRequest.BuildersetStreamBytes(com.google.protobuf.ByteString value)Override the stream on which the command should be sent out.IssueCommandRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, 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()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
-
clear
public IssueCommandRequest.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<IssueCommandRequest.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<IssueCommandRequest.Builder>
-
getDefaultInstanceForType
public IssueCommandRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public IssueCommandRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public IssueCommandRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public IssueCommandRequest.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<IssueCommandRequest.Builder>
-
setField
public IssueCommandRequest.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<IssueCommandRequest.Builder>
-
clearField
public IssueCommandRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
-
clearOneof
public IssueCommandRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
-
setRepeatedField
public IssueCommandRequest.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<IssueCommandRequest.Builder>
-
addRepeatedField
public IssueCommandRequest.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<IssueCommandRequest.Builder>
-
mergeFrom
public IssueCommandRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<IssueCommandRequest.Builder>
-
mergeFrom
public IssueCommandRequest.Builder mergeFrom(IssueCommandRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
-
mergeFrom
public IssueCommandRequest.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<IssueCommandRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 6;- Specified by:
hasInstancein interfaceIssueCommandRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 6;- Specified by:
getInstancein interfaceIssueCommandRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 6;- Specified by:
getInstanceBytesin interfaceIssueCommandRequestOrBuilder
-
setInstance
public IssueCommandRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 6;
-
clearInstance
public IssueCommandRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 6;
-
setInstanceBytes
public IssueCommandRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
Yamcs instance name.
optional string instance = 6;
-
hasProcessor
public boolean hasProcessor()
Processor name.
optional string processor = 7;- Specified by:
hasProcessorin interfaceIssueCommandRequestOrBuilder
-
getProcessor
public String getProcessor()
Processor name.
optional string processor = 7;- Specified by:
getProcessorin interfaceIssueCommandRequestOrBuilder
-
getProcessorBytes
public com.google.protobuf.ByteString getProcessorBytes()
Processor name.
optional string processor = 7;- Specified by:
getProcessorBytesin interfaceIssueCommandRequestOrBuilder
-
setProcessor
public IssueCommandRequest.Builder setProcessor(String value)
Processor name.
optional string processor = 7;
-
clearProcessor
public IssueCommandRequest.Builder clearProcessor()
Processor name.
optional string processor = 7;
-
setProcessorBytes
public IssueCommandRequest.Builder setProcessorBytes(com.google.protobuf.ByteString value)
Processor name.
optional string processor = 7;
-
hasName
public boolean hasName()
Command name.
optional string name = 8;- Specified by:
hasNamein interfaceIssueCommandRequestOrBuilder
-
getName
public String getName()
Command name.
optional string name = 8;- Specified by:
getNamein interfaceIssueCommandRequestOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Command name.
optional string name = 8;- Specified by:
getNameBytesin interfaceIssueCommandRequestOrBuilder
-
setName
public IssueCommandRequest.Builder setName(String value)
Command name.
optional string name = 8;
-
clearName
public IssueCommandRequest.Builder clearName()
Command name.
optional string name = 8;
-
setNameBytes
public IssueCommandRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
Command name.
optional string name = 8;
-
getAssignmentList
public List<IssueCommandRequest.Assignment> getAssignmentList()
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;- Specified by:
getAssignmentListin interfaceIssueCommandRequestOrBuilder
-
getAssignmentCount
public int getAssignmentCount()
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;- Specified by:
getAssignmentCountin interfaceIssueCommandRequestOrBuilder
-
getAssignment
public IssueCommandRequest.Assignment getAssignment(int index)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;- Specified by:
getAssignmentin interfaceIssueCommandRequestOrBuilder
-
setAssignment
public IssueCommandRequest.Builder setAssignment(int index, IssueCommandRequest.Assignment value)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
setAssignment
public IssueCommandRequest.Builder setAssignment(int index, IssueCommandRequest.Assignment.Builder builderForValue)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
addAssignment
public IssueCommandRequest.Builder addAssignment(IssueCommandRequest.Assignment value)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
addAssignment
public IssueCommandRequest.Builder addAssignment(int index, IssueCommandRequest.Assignment value)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
addAssignment
public IssueCommandRequest.Builder addAssignment(IssueCommandRequest.Assignment.Builder builderForValue)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
addAssignment
public IssueCommandRequest.Builder addAssignment(int index, IssueCommandRequest.Assignment.Builder builderForValue)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
addAllAssignment
public IssueCommandRequest.Builder addAllAssignment(Iterable<? extends IssueCommandRequest.Assignment> values)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
clearAssignment
public IssueCommandRequest.Builder clearAssignment()
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
removeAssignment
public IssueCommandRequest.Builder removeAssignment(int index)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
getAssignmentBuilder
public IssueCommandRequest.Assignment.Builder getAssignmentBuilder(int index)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
getAssignmentOrBuilder
public IssueCommandRequest.AssignmentOrBuilder getAssignmentOrBuilder(int index)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;- Specified by:
getAssignmentOrBuilderin interfaceIssueCommandRequestOrBuilder
-
getAssignmentOrBuilderList
public List<? extends IssueCommandRequest.AssignmentOrBuilder> getAssignmentOrBuilderList()
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;- Specified by:
getAssignmentOrBuilderListin interfaceIssueCommandRequestOrBuilder
-
addAssignmentBuilder
public IssueCommandRequest.Assignment.Builder addAssignmentBuilder()
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
addAssignmentBuilder
public IssueCommandRequest.Assignment.Builder addAssignmentBuilder(int index)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
getAssignmentBuilderList
public List<IssueCommandRequest.Assignment.Builder> getAssignmentBuilderList()
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
hasOrigin
public boolean hasOrigin()
The origin of the command. Typically a hostname.
optional string origin = 2;- Specified by:
hasOriginin interfaceIssueCommandRequestOrBuilder
-
getOrigin
public String getOrigin()
The origin of the command. Typically a hostname.
optional string origin = 2;- Specified by:
getOriginin interfaceIssueCommandRequestOrBuilder
-
getOriginBytes
public com.google.protobuf.ByteString getOriginBytes()
The origin of the command. Typically a hostname.
optional string origin = 2;- Specified by:
getOriginBytesin interfaceIssueCommandRequestOrBuilder
-
setOrigin
public IssueCommandRequest.Builder setOrigin(String value)
The origin of the command. Typically a hostname.
optional string origin = 2;
-
clearOrigin
public IssueCommandRequest.Builder clearOrigin()
The origin of the command. Typically a hostname.
optional string origin = 2;
-
setOriginBytes
public IssueCommandRequest.Builder setOriginBytes(com.google.protobuf.ByteString value)
The origin of the command. Typically a hostname.
optional string origin = 2;
-
hasSequenceNumber
public boolean hasSequenceNumber()
The sequence number as specified by the origin. This gets communicated back in command history and command queue entries, thereby allowing clients to map local with remote command identities.
optional int32 sequenceNumber = 3;- Specified by:
hasSequenceNumberin interfaceIssueCommandRequestOrBuilder
-
getSequenceNumber
public int getSequenceNumber()
The sequence number as specified by the origin. This gets communicated back in command history and command queue entries, thereby allowing clients to map local with remote command identities.
optional int32 sequenceNumber = 3;- Specified by:
getSequenceNumberin interfaceIssueCommandRequestOrBuilder
-
setSequenceNumber
public IssueCommandRequest.Builder setSequenceNumber(int value)
The sequence number as specified by the origin. This gets communicated back in command history and command queue entries, thereby allowing clients to map local with remote command identities.
optional int32 sequenceNumber = 3;
-
clearSequenceNumber
public IssueCommandRequest.Builder clearSequenceNumber()
The sequence number as specified by the origin. This gets communicated back in command history and command queue entries, thereby allowing clients to map local with remote command identities.
optional int32 sequenceNumber = 3;
-
hasDryRun
public boolean hasDryRun()
Whether a response will be returned without actually issuing the command. This is useful when debugging commands. Default ``no``
optional bool dryRun = 4;- Specified by:
hasDryRunin interfaceIssueCommandRequestOrBuilder
-
getDryRun
public boolean getDryRun()
Whether a response will be returned without actually issuing the command. This is useful when debugging commands. Default ``no``
optional bool dryRun = 4;- Specified by:
getDryRunin interfaceIssueCommandRequestOrBuilder
-
setDryRun
public IssueCommandRequest.Builder setDryRun(boolean value)
Whether a response will be returned without actually issuing the command. This is useful when debugging commands. Default ``no``
optional bool dryRun = 4;
-
clearDryRun
public IssueCommandRequest.Builder clearDryRun()
Whether a response will be returned without actually issuing the command. This is useful when debugging commands. Default ``no``
optional bool dryRun = 4;
-
hasComment
public boolean hasComment()
Comment attached to this command.
optional string comment = 5;- Specified by:
hasCommentin interfaceIssueCommandRequestOrBuilder
-
getComment
public String getComment()
Comment attached to this command.
optional string comment = 5;- Specified by:
getCommentin interfaceIssueCommandRequestOrBuilder
-
getCommentBytes
public com.google.protobuf.ByteString getCommentBytes()
Comment attached to this command.
optional string comment = 5;- Specified by:
getCommentBytesin interfaceIssueCommandRequestOrBuilder
-
setComment
public IssueCommandRequest.Builder setComment(String value)
Comment attached to this command.
optional string comment = 5;
-
clearComment
public IssueCommandRequest.Builder clearComment()
Comment attached to this command.
optional string comment = 5;
-
setCommentBytes
public IssueCommandRequest.Builder setCommentBytes(com.google.protobuf.ByteString value)
Comment attached to this command.
optional string comment = 5;
-
hasStream
public boolean hasStream()
Override the stream on which the command should be sent out. Requires elevated privilege.
optional string stream = 11;- Specified by:
hasStreamin interfaceIssueCommandRequestOrBuilder
-
getStream
public String getStream()
Override the stream on which the command should be sent out. Requires elevated privilege.
optional string stream = 11;- Specified by:
getStreamin interfaceIssueCommandRequestOrBuilder
-
getStreamBytes
public com.google.protobuf.ByteString getStreamBytes()
Override the stream on which the command should be sent out. Requires elevated privilege.
optional string stream = 11;- Specified by:
getStreamBytesin interfaceIssueCommandRequestOrBuilder
-
setStream
public IssueCommandRequest.Builder setStream(String value)
Override the stream on which the command should be sent out. Requires elevated privilege.
optional string stream = 11;
-
clearStream
public IssueCommandRequest.Builder clearStream()
Override the stream on which the command should be sent out. Requires elevated privilege.
optional string stream = 11;
-
setStreamBytes
public IssueCommandRequest.Builder setStreamBytes(com.google.protobuf.ByteString value)
Override the stream on which the command should be sent out. Requires elevated privilege.
optional string stream = 11;
-
hasDisableTransmissionConstraints
public boolean hasDisableTransmissionConstraints()
Disable verification of all transmission constrains (if any specified in the MDB). Requires elevated privilege.
optional bool disableTransmissionConstraints = 12;- Specified by:
hasDisableTransmissionConstraintsin interfaceIssueCommandRequestOrBuilder
-
getDisableTransmissionConstraints
public boolean getDisableTransmissionConstraints()
Disable verification of all transmission constrains (if any specified in the MDB). Requires elevated privilege.
optional bool disableTransmissionConstraints = 12;- Specified by:
getDisableTransmissionConstraintsin interfaceIssueCommandRequestOrBuilder
-
setDisableTransmissionConstraints
public IssueCommandRequest.Builder setDisableTransmissionConstraints(boolean value)
Disable verification of all transmission constrains (if any specified in the MDB). Requires elevated privilege.
optional bool disableTransmissionConstraints = 12;
-
clearDisableTransmissionConstraints
public IssueCommandRequest.Builder clearDisableTransmissionConstraints()
Disable verification of all transmission constrains (if any specified in the MDB). Requires elevated privilege.
optional bool disableTransmissionConstraints = 12;
-
hasDisableVerifiers
public boolean hasDisableVerifiers()
Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.
optional bool disableVerifiers = 13;- Specified by:
hasDisableVerifiersin interfaceIssueCommandRequestOrBuilder
-
getDisableVerifiers
public boolean getDisableVerifiers()
Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.
optional bool disableVerifiers = 13;- Specified by:
getDisableVerifiersin interfaceIssueCommandRequestOrBuilder
-
setDisableVerifiers
public IssueCommandRequest.Builder setDisableVerifiers(boolean value)
Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.
optional bool disableVerifiers = 13;
-
clearDisableVerifiers
public IssueCommandRequest.Builder clearDisableVerifiers()
Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.
optional bool disableVerifiers = 13;
-
getVerifierConfigCount
public int getVerifierConfigCount()
Description copied from interface:IssueCommandRequestOrBuilderOverride verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;- Specified by:
getVerifierConfigCountin interfaceIssueCommandRequestOrBuilder
-
containsVerifierConfig
public boolean containsVerifierConfig(String key)
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;- Specified by:
containsVerifierConfigin interfaceIssueCommandRequestOrBuilder
-
getVerifierConfig
@Deprecated public Map<String,Commanding.VerifierConfig> getVerifierConfig()
Deprecated.UsegetVerifierConfigMap()instead.- Specified by:
getVerifierConfigin interfaceIssueCommandRequestOrBuilder
-
getVerifierConfigMap
public Map<String,Commanding.VerifierConfig> getVerifierConfigMap()
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;- Specified by:
getVerifierConfigMapin interfaceIssueCommandRequestOrBuilder
-
getVerifierConfigOrDefault
public Commanding.VerifierConfig getVerifierConfigOrDefault(String key, Commanding.VerifierConfig defaultValue)
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;- Specified by:
getVerifierConfigOrDefaultin interfaceIssueCommandRequestOrBuilder
-
getVerifierConfigOrThrow
public Commanding.VerifierConfig getVerifierConfigOrThrow(String key)
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;- Specified by:
getVerifierConfigOrThrowin interfaceIssueCommandRequestOrBuilder
-
clearVerifierConfig
public IssueCommandRequest.Builder clearVerifierConfig()
-
removeVerifierConfig
public IssueCommandRequest.Builder removeVerifierConfig(String key)
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
-
getMutableVerifierConfig
@Deprecated public Map<String,Commanding.VerifierConfig> getMutableVerifierConfig()
Deprecated.Use alternate mutation accessors instead.
-
putVerifierConfig
public IssueCommandRequest.Builder putVerifierConfig(String key, Commanding.VerifierConfig value)
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
-
putAllVerifierConfig
public IssueCommandRequest.Builder putAllVerifierConfig(Map<String,Commanding.VerifierConfig> values)
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
-
getExtraCount
public int getExtraCount()
Description copied from interface:IssueCommandRequestOrBuilderSpecify custom options for interpretation by non-core extensions. Extensions must register these options against org.yamcs.YamcsServer
map<string, .yamcs.protobuf.Value> extra = 15;- Specified by:
getExtraCountin interfaceIssueCommandRequestOrBuilder
-
containsExtra
public boolean containsExtra(String key)
Specify custom options for interpretation by non-core extensions. Extensions must register these options against org.yamcs.YamcsServer
map<string, .yamcs.protobuf.Value> extra = 15;- Specified by:
containsExtrain interfaceIssueCommandRequestOrBuilder
-
getExtra
@Deprecated public Map<String,Yamcs.Value> getExtra()
Deprecated.UsegetExtraMap()instead.- Specified by:
getExtrain interfaceIssueCommandRequestOrBuilder
-
getExtraMap
public Map<String,Yamcs.Value> getExtraMap()
Specify custom options for interpretation by non-core extensions. Extensions must register these options against org.yamcs.YamcsServer
map<string, .yamcs.protobuf.Value> extra = 15;- Specified by:
getExtraMapin interfaceIssueCommandRequestOrBuilder
-
getExtraOrDefault
public Yamcs.Value getExtraOrDefault(String key, Yamcs.Value defaultValue)
Specify custom options for interpretation by non-core extensions. Extensions must register these options against org.yamcs.YamcsServer
map<string, .yamcs.protobuf.Value> extra = 15;- Specified by:
getExtraOrDefaultin interfaceIssueCommandRequestOrBuilder
-
getExtraOrThrow
public Yamcs.Value getExtraOrThrow(String key)
Specify custom options for interpretation by non-core extensions. Extensions must register these options against org.yamcs.YamcsServer
map<string, .yamcs.protobuf.Value> extra = 15;- Specified by:
getExtraOrThrowin interfaceIssueCommandRequestOrBuilder
-
clearExtra
public IssueCommandRequest.Builder clearExtra()
-
removeExtra
public IssueCommandRequest.Builder removeExtra(String key)
Specify custom options for interpretation by non-core extensions. Extensions must register these options against org.yamcs.YamcsServer
map<string, .yamcs.protobuf.Value> extra = 15;
-
getMutableExtra
@Deprecated public Map<String,Yamcs.Value> getMutableExtra()
Deprecated.Use alternate mutation accessors instead.
-
putExtra
public IssueCommandRequest.Builder putExtra(String key, Yamcs.Value value)
Specify custom options for interpretation by non-core extensions. Extensions must register these options against org.yamcs.YamcsServer
map<string, .yamcs.protobuf.Value> extra = 15;
-
putAllExtra
public IssueCommandRequest.Builder putAllExtra(Map<String,Yamcs.Value> values)
Specify custom options for interpretation by non-core extensions. Extensions must register these options against org.yamcs.YamcsServer
map<string, .yamcs.protobuf.Value> extra = 15;
-
setUnknownFields
public final IssueCommandRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
-
mergeUnknownFields
public final IssueCommandRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
-
-