Interface ProcessorManagementRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getConfig()
      only for CREATE - used to be called spec
      com.google.protobuf.ByteString getConfigBytes()
      only for CREATE - used to be called spec
      String getInstance()
      yamcs instance
      com.google.protobuf.ByteString getInstanceBytes()
      yamcs instance
      String getName()
      processor name
      com.google.protobuf.ByteString getNameBytes()
      processor name
      ProcessorManagementRequest.Operation getOperation()
      optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;
      boolean getPersistent()
      only for CREATE
      String getType()
      only for CREATE
      com.google.protobuf.ByteString getTypeBytes()
      only for CREATE
      boolean hasConfig()
      only for CREATE - used to be called spec
      boolean hasInstance()
      yamcs instance
      boolean hasName()
      processor name
      boolean hasOperation()
      optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;
      boolean hasPersistent()
      only for CREATE
      boolean hasType()
      only for CREATE
      • 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 Detail

      • hasOperation

        boolean hasOperation()
        optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;
        Returns:
        Whether the operation field is set.
      • getOperation

        ProcessorManagementRequest.Operation getOperation()
        optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;
        Returns:
        The operation.
      • hasInstance

        boolean hasInstance()
        yamcs instance
         
        optional string instance = 2;
        Returns:
        Whether the instance field is set.
      • getInstance

        String getInstance()
        yamcs instance
         
        optional string instance = 2;
        Returns:
        The instance.
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
        yamcs instance
         
        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.
      • hasType

        boolean hasType()
        only for CREATE
         
        optional string type = 4;
        Returns:
        Whether the type field is set.
      • getType

        String getType()
        only for CREATE
         
        optional string type = 4;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        only for CREATE
         
        optional string type = 4;
        Returns:
        The bytes for type.
      • hasConfig

        boolean hasConfig()
        only for CREATE - used to be called spec
         
        optional string config = 5;
        Returns:
        Whether the config field is set.
      • getConfig

        String getConfig()
        only for CREATE - used to be called spec
         
        optional string config = 5;
        Returns:
        The config.
      • getConfigBytes

        com.google.protobuf.ByteString getConfigBytes()
        only for CREATE - used to be called spec
         
        optional string config = 5;
        Returns:
        The bytes for config.
      • hasPersistent

        boolean hasPersistent()
        only for CREATE
         
        optional bool persistent = 7 [default = false];
        Returns:
        Whether the persistent field is set.
      • getPersistent

        boolean getPersistent()
        only for CREATE
         
        optional bool persistent = 7 [default = false];
        Returns:
        The persistent.