Enum Class AgentMessages.DatasourceService

java.lang.Object
java.lang.Enum<AgentMessages.DatasourceService>
com.seeq.link.messages.agent.AgentMessages.DatasourceService
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<AgentMessages.DatasourceService>, Constable
Enclosing class:
AgentMessages

public static enum AgentMessages.DatasourceService extends Enum<AgentMessages.DatasourceService> implements com.google.protobuf.ProtocolMessageEnum
 The service of a datasource determines what server connection gets instantiated.
 
Protobuf enum com.seeq.link.messages.agent.DatasourceService
  • Enum Constant Details

  • Field Details

    • TEST_SERVICE_VALUE

      public static final int TEST_SERVICE_VALUE
      TEST_SERVICE = 1;
      See Also:
    • SIGNAL_VALUE

      public static final int SIGNAL_VALUE
      SIGNAL = 2;
      See Also:
    • TABLE_VALUE

      public static final int TABLE_VALUE
      TABLE = 5;
      See Also:
    • AUTH_VALUE

      public static final int AUTH_VALUE
      AUTH = 6;
      See Also:
    • API_ONLY_VALUE

      public static final int API_ONLY_VALUE
       API_ONLY does not handle any requests from appserver. Only syncs to the REST API.
       
      API_ONLY = 7;
      See Also:
    • CONDITION_VALUE

      public static final int CONDITION_VALUE
      CONDITION = 8;
      See Also:
    • EXTERNAL_CALC_VALUE

      public static final int EXTERNAL_CALC_VALUE
      EXTERNAL_CALC = 9;
      See Also:
    • OAUTH2_VALUE

      public static final int OAUTH2_VALUE
      OAUTH2 = 10;
      See Also:
    • CONNECTION_INDEX_VALUE

      public static final int CONNECTION_INDEX_VALUE
      CONNECTION_INDEX = 11;
      See Also:
  • Method Details

    • values

      public static AgentMessages.DatasourceService[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AgentMessages.DatasourceService valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static AgentMessages.DatasourceService valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static AgentMessages.DatasourceService forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<AgentMessages.DatasourceService> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static AgentMessages.DatasourceService valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null