Package org.yamcs.protobuf
Interface ProcessorInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProcessorInfo,ProcessorInfo.Builder
public interface ProcessorInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCheckCommandClearance()optional bool checkCommandClearance = 20;StringgetCreator()optional string creator = 5;com.google.protobuf.ByteStringgetCreatorBytes()optional string creator = 5;booleangetHasAlarms()optional bool hasAlarms = 6;booleangetHasCommanding()optional bool hasCommanding = 7;StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.StringgetName()Processor name.com.google.protobuf.ByteStringgetNameBytes()Processor name.booleangetPersistent()optional bool persistent = 17;booleangetReplay()optional bool replay = 19;Yamcs.ReplayRequestgetReplayRequest()in case of replayYamcs.ReplayRequestOrBuildergetReplayRequestOrBuilder()in case of replayYamcs.ReplayStatus.ReplayStategetReplayState()in case of replayServiceInfogetServices(int index)repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;intgetServicesCount()repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;List<ServiceInfo>getServicesList()repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;ServiceInfoOrBuildergetServicesOrBuilder(int index)repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;List<? extends ServiceInfoOrBuilder>getServicesOrBuilderList()repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;StringgetSpec()optional string spec = 4;com.google.protobuf.ByteStringgetSpecBytes()optional string spec = 4;ServiceStategetState()optional .yamcs.protobuf.yamcsManagement.ServiceState state = 8;com.google.protobuf.TimestampgetTime()optional .google.protobuf.Timestamp time = 18;com.google.protobuf.TimestampOrBuildergetTimeOrBuilder()optional .google.protobuf.Timestamp time = 18;StringgetType()optional string type = 3;com.google.protobuf.ByteStringgetTypeBytes()optional string type = 3;booleanhasCheckCommandClearance()optional bool checkCommandClearance = 20;booleanhasCreator()optional string creator = 5;booleanhasHasAlarms()optional bool hasAlarms = 6;booleanhasHasCommanding()optional bool hasCommanding = 7;booleanhasInstance()Yamcs instance name.booleanhasName()Processor name.booleanhasPersistent()optional bool persistent = 17;booleanhasReplay()optional bool replay = 19;booleanhasReplayRequest()in case of replaybooleanhasReplayState()in case of replaybooleanhasSpec()optional string spec = 4;booleanhasState()optional .yamcs.protobuf.yamcsManagement.ServiceState state = 8;booleanhasTime()optional .google.protobuf.Timestamp time = 18;booleanhasType()optional string type = 3;-
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 = 1;
-
getInstance
String getInstance()
Yamcs instance name.
optional string instance = 1;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;
-
hasName
boolean hasName()
Processor name.
optional string name = 2;
-
getName
String getName()
Processor name.
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Processor name.
optional string name = 2;
-
hasType
boolean hasType()
optional string type = 3;
-
getType
String getType()
optional string type = 3;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
optional string type = 3;
-
hasSpec
boolean hasSpec()
optional string spec = 4;
-
getSpec
String getSpec()
optional string spec = 4;
-
getSpecBytes
com.google.protobuf.ByteString getSpecBytes()
optional string spec = 4;
-
hasCreator
boolean hasCreator()
optional string creator = 5;
-
getCreator
String getCreator()
optional string creator = 5;
-
getCreatorBytes
com.google.protobuf.ByteString getCreatorBytes()
optional string creator = 5;
-
hasHasAlarms
boolean hasHasAlarms()
optional bool hasAlarms = 6;
-
getHasAlarms
boolean getHasAlarms()
optional bool hasAlarms = 6;
-
hasHasCommanding
boolean hasHasCommanding()
optional bool hasCommanding = 7;
-
getHasCommanding
boolean getHasCommanding()
optional bool hasCommanding = 7;
-
hasState
boolean hasState()
optional .yamcs.protobuf.yamcsManagement.ServiceState state = 8;
-
getState
ServiceState getState()
optional .yamcs.protobuf.yamcsManagement.ServiceState state = 8;
-
hasReplayRequest
boolean hasReplayRequest()
in case of replay
optional .yamcs.protobuf.ReplayRequest replayRequest = 9;
-
getReplayRequest
Yamcs.ReplayRequest getReplayRequest()
in case of replay
optional .yamcs.protobuf.ReplayRequest replayRequest = 9;
-
getReplayRequestOrBuilder
Yamcs.ReplayRequestOrBuilder getReplayRequestOrBuilder()
in case of replay
optional .yamcs.protobuf.ReplayRequest replayRequest = 9;
-
hasReplayState
boolean hasReplayState()
in case of replay
optional .yamcs.protobuf.ReplayStatus.ReplayState replayState = 10;
-
getReplayState
Yamcs.ReplayStatus.ReplayState getReplayState()
in case of replay
optional .yamcs.protobuf.ReplayStatus.ReplayState replayState = 10;
-
getServicesList
List<ServiceInfo> getServicesList()
repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;
-
getServices
ServiceInfo getServices(int index)
repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;
-
getServicesCount
int getServicesCount()
repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;
-
getServicesOrBuilderList
List<? extends ServiceInfoOrBuilder> getServicesOrBuilderList()
repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;
-
getServicesOrBuilder
ServiceInfoOrBuilder getServicesOrBuilder(int index)
repeated .yamcs.protobuf.yamcsManagement.ServiceInfo services = 16;
-
hasPersistent
boolean hasPersistent()
optional bool persistent = 17;
-
getPersistent
boolean getPersistent()
optional bool persistent = 17;
-
hasTime
boolean hasTime()
optional .google.protobuf.Timestamp time = 18;
-
getTime
com.google.protobuf.Timestamp getTime()
optional .google.protobuf.Timestamp time = 18;
-
getTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
optional .google.protobuf.Timestamp time = 18;
-
hasReplay
boolean hasReplay()
optional bool replay = 19;
-
getReplay
boolean getReplay()
optional bool replay = 19;
-
hasCheckCommandClearance
boolean hasCheckCommandClearance()
optional bool checkCommandClearance = 20;
-
getCheckCommandClearance
boolean getCheckCommandClearance()
optional bool checkCommandClearance = 20;
-
-