Package org.yamcs.protobuf
Interface IssueCommandResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IssueCommandResponse
,IssueCommandResponse.Builder
public interface IssueCommandResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsAliases
(String key) Name aliases keyed by namespace.Deprecated.int
Name aliases keyed by namespace.Name aliases keyed by namespace.getAliasesOrDefault
(String key, String defaultValue) Name aliases keyed by namespace.getAliasesOrThrow
(String key) Name aliases keyed by namespace.getAssignments
(int index) The name/value assignments for this commandint
The name/value assignments for this commandThe name/value assignments for this commandgetAssignmentsOrBuilder
(int index) The name/value assignments for this commandList<? extends Commanding.CommandAssignmentOrBuilder>
The name/value assignments for this commandcom.google.protobuf.ByteString
Generated binary, after link post-processing.Qualified namecom.google.protobuf.ByteString
Qualified namecom.google.protobuf.Timestamp
Command generation timecom.google.protobuf.TimestampOrBuilder
Command generation timegetId()
Command IDcom.google.protobuf.ByteString
Command IDThe origin of the command.com.google.protobuf.ByteString
The origin of the command.getQueue()
Queue that was selected for this commandcom.google.protobuf.ByteString
Queue that was selected for this commandint
The sequence number for the origincom.google.protobuf.ByteString
Generated binary, before any link post-processingCommand issuercom.google.protobuf.ByteString
Command issuerboolean
Generated binary, after link post-processing.boolean
Qualified nameboolean
Command generation timeboolean
hasId()
Command IDboolean
The origin of the command.boolean
hasQueue()
Queue that was selected for this commandboolean
The sequence number for the originboolean
Generated binary, before any link post-processingboolean
Command issuerMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasId
boolean hasId()Command ID
optional string id = 5;
- Returns:
- Whether the id field is set.
-
getId
String getId()Command ID
optional string id = 5;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Command ID
optional string id = 5;
- Returns:
- The bytes for id.
-
hasGenerationTime
boolean hasGenerationTime()Command generation time
optional .google.protobuf.Timestamp generationTime = 6;
- Returns:
- Whether the generationTime field is set.
-
getGenerationTime
com.google.protobuf.Timestamp getGenerationTime()Command generation time
optional .google.protobuf.Timestamp generationTime = 6;
- Returns:
- The generationTime.
-
getGenerationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()Command generation time
optional .google.protobuf.Timestamp generationTime = 6;
-
hasOrigin
boolean hasOrigin()The origin of the command. Typically a hostname.
optional string origin = 7;
- Returns:
- Whether the origin field is set.
-
getOrigin
String getOrigin()The origin of the command. Typically a hostname.
optional string origin = 7;
- Returns:
- The origin.
-
getOriginBytes
com.google.protobuf.ByteString getOriginBytes()The origin of the command. Typically a hostname.
optional string origin = 7;
- Returns:
- The bytes for origin.
-
hasSequenceNumber
boolean hasSequenceNumber()The sequence number for the origin
optional int32 sequenceNumber = 8;
- Returns:
- Whether the sequenceNumber field is set.
-
getSequenceNumber
int getSequenceNumber()The sequence number for the origin
optional int32 sequenceNumber = 8;
- Returns:
- The sequenceNumber.
-
hasCommandName
boolean hasCommandName()Qualified name
optional string commandName = 9;
- Returns:
- Whether the commandName field is set.
-
getCommandName
String getCommandName()Qualified name
optional string commandName = 9;
- Returns:
- The commandName.
-
getCommandNameBytes
com.google.protobuf.ByteString getCommandNameBytes()Qualified name
optional string commandName = 9;
- Returns:
- The bytes for commandName.
-
getAliasesCount
int getAliasesCount()Name aliases keyed by namespace. (as currently present in Mission Database)
map<string, string> aliases = 14;
-
containsAliases
Name aliases keyed by namespace. (as currently present in Mission Database)
map<string, string> aliases = 14;
-
getAliases
Deprecated.UsegetAliasesMap()
instead. -
getAliasesMap
Name aliases keyed by namespace. (as currently present in Mission Database)
map<string, string> aliases = 14;
-
getAliasesOrDefault
Name aliases keyed by namespace. (as currently present in Mission Database)
map<string, string> aliases = 14;
-
getAliasesOrThrow
Name aliases keyed by namespace. (as currently present in Mission Database)
map<string, string> aliases = 14;
-
getAssignmentsList
List<Commanding.CommandAssignment> getAssignmentsList()The name/value assignments for this command
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
-
getAssignments
The name/value assignments for this command
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
-
getAssignmentsCount
int getAssignmentsCount()The name/value assignments for this command
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
-
getAssignmentsOrBuilderList
List<? extends Commanding.CommandAssignmentOrBuilder> getAssignmentsOrBuilderList()The name/value assignments for this command
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
-
getAssignmentsOrBuilder
The name/value assignments for this command
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
-
hasUnprocessedBinary
boolean hasUnprocessedBinary()Generated binary, before any link post-processing
optional bytes unprocessedBinary = 13;
- Returns:
- Whether the unprocessedBinary field is set.
-
getUnprocessedBinary
com.google.protobuf.ByteString getUnprocessedBinary()Generated binary, before any link post-processing
optional bytes unprocessedBinary = 13;
- Returns:
- The unprocessedBinary.
-
hasBinary
boolean hasBinary()Generated binary, after link post-processing. The differences compared to ``unprocessedBinary``, can be anything. Typical manipulations include sequence numbers or checksum calculations.
optional bytes binary = 4;
- Returns:
- Whether the binary field is set.
-
getBinary
com.google.protobuf.ByteString getBinary()Generated binary, after link post-processing. The differences compared to ``unprocessedBinary``, can be anything. Typical manipulations include sequence numbers or checksum calculations.
optional bytes binary = 4;
- Returns:
- The binary.
-
hasUsername
boolean hasUsername()Command issuer
optional string username = 11;
- Returns:
- Whether the username field is set.
-
getUsername
String getUsername()Command issuer
optional string username = 11;
- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()Command issuer
optional string username = 11;
- Returns:
- The bytes for username.
-
hasQueue
boolean hasQueue()Queue that was selected for this command
optional string queue = 10;
- Returns:
- Whether the queue field is set.
-
getQueue
String getQueue()Queue that was selected for this command
optional string queue = 10;
- Returns:
- The queue.
-
getQueueBytes
com.google.protobuf.ByteString getQueueBytes()Queue that was selected for this command
optional string queue = 10;
- Returns:
- The bytes for queue.
-