Package org.yamcs.protobuf
Interface ProcessorRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProcessorRequest
,ProcessorRequest.Builder
public interface ProcessorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionYamcs instance namecom.google.protobuf.ByteString
Yamcs instance namegetName()
Processor namecom.google.protobuf.ByteString
Processor nameWhich operation to perform with this requestSpeec, shen ``operation`` is set to ``CHANGE_SPEED``Speec, shen ``operation`` is set to ``CHANGE_SPEED``long
Time to seek to, when ``operation`` is set to ``SEEK``boolean
Yamcs instance nameboolean
hasName()
Processor nameboolean
Which operation to perform with this requestboolean
Speec, shen ``operation`` is set to ``CHANGE_SPEED``boolean
Time to seek to, when ``operation`` is set to ``SEEK``Methods 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
-
hasOperation
boolean hasOperation()Which operation to perform with this request
optional .yamcs.protobuf.yamcsManagement.ProcessorRequest.Operation operation = 1;
- Returns:
- Whether the operation field is set.
-
getOperation
ProcessorRequest.Operation getOperation()Which operation to perform with this request
optional .yamcs.protobuf.yamcsManagement.ProcessorRequest.Operation operation = 1;
- Returns:
- The operation.
-
hasInstance
boolean hasInstance()Yamcs instance name
optional string instance = 2;
- Returns:
- Whether the instance field is set.
-
getInstance
String getInstance()Yamcs instance name
optional string instance = 2;
- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()Yamcs instance name
optional string instance = 2;
- Returns:
- The bytes for instance.
-
hasName
boolean hasName()Processor name
optional string name = 3;
- Returns:
- Whether the name field is set.
-
getName
String getName()Processor name
optional string name = 3;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Processor name
optional string name = 3;
- Returns:
- The bytes for name.
-
hasSeekTime
boolean hasSeekTime()Time to seek to, when ``operation`` is set to ``SEEK``
optional int64 seekTime = 4;
- Returns:
- Whether the seekTime field is set.
-
getSeekTime
long getSeekTime()Time to seek to, when ``operation`` is set to ``SEEK``
optional int64 seekTime = 4;
- Returns:
- The seekTime.
-
hasReplaySpeed
boolean hasReplaySpeed()Speec, shen ``operation`` is set to ``CHANGE_SPEED``
optional .yamcs.protobuf.ReplaySpeed replaySpeed = 5;
- Returns:
- Whether the replaySpeed field is set.
-
getReplaySpeed
Yamcs.ReplaySpeed getReplaySpeed()Speec, shen ``operation`` is set to ``CHANGE_SPEED``
optional .yamcs.protobuf.ReplaySpeed replaySpeed = 5;
- Returns:
- The replaySpeed.
-
getReplaySpeedOrBuilder
Yamcs.ReplaySpeedOrBuilder getReplaySpeedOrBuilder()Speec, shen ``operation`` is set to ``CHANGE_SPEED``
optional .yamcs.protobuf.ReplaySpeed replaySpeed = 5;
-