Package org.yamcs.protobuf
Interface ProcessorManagementRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProcessorManagementRequest,ProcessorManagementRequest.Builder
public interface ProcessorManagementRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetClientId(int index)for CREATE and CONNECTintgetClientIdCount()for CREATE and CONNECTList<Integer>getClientIdList()for CREATE and CONNECTStringgetConfig()only for CREATE - used to be called speccom.google.protobuf.ByteStringgetConfigBytes()only for CREATE - used to be called specStringgetInstance()yamcs instancecom.google.protobuf.ByteStringgetInstanceBytes()yamcs instanceStringgetName()processor namecom.google.protobuf.ByteStringgetNameBytes()processor nameProcessorManagementRequest.OperationgetOperation()optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;booleangetPersistent()only for CREATEStringgetType()only for CREATEcom.google.protobuf.ByteStringgetTypeBytes()only for CREATEbooleanhasConfig()only for CREATE - used to be called specbooleanhasInstance()yamcs instancebooleanhasName()processor namebooleanhasOperation()optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;booleanhasPersistent()only for CREATEbooleanhasType()only for CREATE-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOperation
boolean hasOperation()
optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;
-
getOperation
ProcessorManagementRequest.Operation getOperation()
optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;
-
hasInstance
boolean hasInstance()
yamcs instance
optional string instance = 2;
-
getInstance
String getInstance()
yamcs instance
optional string instance = 2;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
yamcs instance
optional string instance = 2;
-
hasName
boolean hasName()
processor name
optional string name = 3;
-
getName
String getName()
processor name
optional string name = 3;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
processor name
optional string name = 3;
-
hasType
boolean hasType()
only for CREATE
optional string type = 4;
-
getType
String getType()
only for CREATE
optional string type = 4;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
only for CREATE
optional string type = 4;
-
hasConfig
boolean hasConfig()
only for CREATE - used to be called spec
optional string config = 5;
-
getConfig
String getConfig()
only for CREATE - used to be called spec
optional string config = 5;
-
getConfigBytes
com.google.protobuf.ByteString getConfigBytes()
only for CREATE - used to be called spec
optional string config = 5;
-
getClientIdCount
int getClientIdCount()
for CREATE and CONNECT
repeated int32 clientId = 6;
-
getClientId
int getClientId(int index)
for CREATE and CONNECT
repeated int32 clientId = 6;
-
hasPersistent
boolean hasPersistent()
only for CREATE
optional bool persistent = 7 [default = false];
-
getPersistent
boolean getPersistent()
only for CREATE
optional bool persistent = 7 [default = false];
-
-