Package com.seeq.link.messages.agent
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAPI_ONLY does not handle any requests from appserver.AUTH = 6;
CONDITION = 8;
CONNECTION_INDEX = 11;
EXTERNAL_CALC = 9;
OAUTH2 = 10;
SIGNAL = 2;
TABLE = 5;
TEST_SERVICE = 1;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
API_ONLY does not handle any requests from appserver.static final int
AUTH = 6;
static final int
CONDITION = 8;
static final int
CONNECTION_INDEX = 11;
static final int
EXTERNAL_CALC = 9;
static final int
OAUTH2 = 10;
static final int
SIGNAL = 2;
static final int
TABLE = 5;
static final int
TEST_SERVICE = 1;
-
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<AgentMessages.DatasourceService>
valueOf
(int value) Deprecated.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static AgentMessages.DatasourceService[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TEST_SERVICE
TEST_SERVICE = 1;
-
SIGNAL
SIGNAL = 2;
-
TABLE
TABLE = 5;
-
AUTH
AUTH = 6;
-
API_ONLY
API_ONLY does not handle any requests from appserver. Only syncs to the REST API.
API_ONLY = 7;
-
CONDITION
CONDITION = 8;
-
EXTERNAL_CALC
EXTERNAL_CALC = 9;
-
OAUTH2
OAUTH2 = 10;
-
CONNECTION_INDEX
CONNECTION_INDEX = 11;
-
-
Field Details
-
TEST_SERVICE_VALUE
public static final int TEST_SERVICE_VALUETEST_SERVICE = 1;
- See Also:
-
SIGNAL_VALUE
public static final int SIGNAL_VALUESIGNAL = 2;
- See Also:
-
TABLE_VALUE
public static final int TABLE_VALUETABLE = 5;
- See Also:
-
AUTH_VALUE
public static final int AUTH_VALUEAUTH = 6;
- See Also:
-
API_ONLY_VALUE
public static final int API_ONLY_VALUEAPI_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_VALUECONDITION = 8;
- See Also:
-
EXTERNAL_CALC_VALUE
public static final int EXTERNAL_CALC_VALUEEXTERNAL_CALC = 9;
- See Also:
-
OAUTH2_VALUE
public static final int OAUTH2_VALUEOAUTH2 = 10;
- See Also:
-
CONNECTION_INDEX_VALUE
public static final int CONNECTION_INDEX_VALUECONNECTION_INDEX = 11;
- See Also:
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException
- if the argument is null
-
forNumber
- 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 interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.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 nameNullPointerException
- if the argument is null
-