Package org.yamcs.protobuf
Interface IssueCommandRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IssueCommandRequest,IssueCommandRequest.Builder
public interface IssueCommandRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description 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.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.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.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.-
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()
Yamcs instance name.
optional string instance = 6;
-
getInstance
String getInstance()
Yamcs instance name.
optional string instance = 6;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 6;
-
hasProcessor
boolean hasProcessor()
Processor name.
optional string processor = 7;
-
getProcessor
String getProcessor()
Processor name.
optional string processor = 7;
-
getProcessorBytes
com.google.protobuf.ByteString getProcessorBytes()
Processor name.
optional string processor = 7;
-
hasName
boolean hasName()
Command name.
optional string name = 8;
-
getName
String getName()
Command name.
optional string name = 8;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Command name.
optional string name = 8;
-
getAssignmentList
List<IssueCommandRequest.Assignment> getAssignmentList()
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
getAssignment
IssueCommandRequest.Assignment getAssignment(int index)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
getAssignmentCount
int getAssignmentCount()
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
getAssignmentOrBuilderList
List<? extends IssueCommandRequest.AssignmentOrBuilder> getAssignmentOrBuilderList()
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
getAssignmentOrBuilder
IssueCommandRequest.AssignmentOrBuilder getAssignmentOrBuilder(int index)
The name/value assignments for this command.
repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1;
-
hasOrigin
boolean hasOrigin()
The origin of the command. Typically a hostname.
optional string origin = 2;
-
getOrigin
String getOrigin()
The origin of the command. Typically a hostname.
optional string origin = 2;
-
getOriginBytes
com.google.protobuf.ByteString getOriginBytes()
The origin of the command. Typically a hostname.
optional string origin = 2;
-
hasSequenceNumber
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;
-
getSequenceNumber
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;
-
hasDryRun
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;
-
getDryRun
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;
-
hasComment
boolean hasComment()
Comment attached to this command.
optional string comment = 5;
-
getComment
String getComment()
Comment attached to this command.
optional string comment = 5;
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()
Comment attached to this command.
optional string comment = 5;
-
hasStream
boolean hasStream()
Override the stream on which the command should be sent out. Requires elevated privilege.
optional string stream = 11;
-
getStream
String getStream()
Override the stream on which the command should be sent out. Requires elevated privilege.
optional string stream = 11;
-
getStreamBytes
com.google.protobuf.ByteString getStreamBytes()
Override the stream on which the command should be sent out. Requires elevated privilege.
optional string stream = 11;
-
hasDisableTransmissionConstraints
boolean hasDisableTransmissionConstraints()
Disable verification of all transmission constrains (if any specified in the MDB). Requires elevated privilege.
optional bool disableTransmissionConstraints = 12;
-
getDisableTransmissionConstraints
boolean getDisableTransmissionConstraints()
Disable verification of all transmission constrains (if any specified in the MDB). Requires elevated privilege.
optional bool disableTransmissionConstraints = 12;
-
hasDisableVerifiers
boolean hasDisableVerifiers()
Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.
optional bool disableVerifiers = 13;
-
getDisableVerifiers
boolean getDisableVerifiers()
Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.
optional bool disableVerifiers = 13;
-
getVerifierConfigCount
int getVerifierConfigCount()
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
-
containsVerifierConfig
boolean containsVerifierConfig(String key)
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
-
getVerifierConfig
@Deprecated Map<String,Commanding.VerifierConfig> getVerifierConfig()
Deprecated.UsegetVerifierConfigMap()instead.
-
getVerifierConfigMap
Map<String,Commanding.VerifierConfig> getVerifierConfigMap()
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
-
getVerifierConfigOrDefault
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;
-
getVerifierConfigOrThrow
Commanding.VerifierConfig getVerifierConfigOrThrow(String key)
Override verifier configuration. Keyed by verifier name Requires elevated privilege.
map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
-
getExtraCount
int getExtraCount()
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;
-
containsExtra
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;
-
getExtra
@Deprecated Map<String,Yamcs.Value> getExtra()
Deprecated.UsegetExtraMap()instead.
-
getExtraMap
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;
-
getExtraOrDefault
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;
-
getExtraOrThrow
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;
-
-