Package com.google.cloud.dataplex.v1
Enum SessionEvent.QueryDetail.Engine
- java.lang.Object
-
- java.lang.Enum<SessionEvent.QueryDetail.Engine>
-
- com.google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<SessionEvent.QueryDetail.Engine>
- Enclosing class:
- SessionEvent.QueryDetail
public static enum SessionEvent.QueryDetail.Engine extends Enum<SessionEvent.QueryDetail.Engine> implements com.google.protobuf.ProtocolMessageEnum
Query Execution engine.
Protobuf enumgoogle.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BIGQUERY
BigQuery engine is specified in Query.ENGINE_UNSPECIFIED
An unspecified Engine type.SPARK_SQL
Spark-sql engine is specified in Query.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
BIGQUERY_VALUE
BigQuery engine is specified in Query.static int
ENGINE_UNSPECIFIED_VALUE
An unspecified Engine type.static int
SPARK_SQL_VALUE
Spark-sql engine is specified in Query.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SessionEvent.QueryDetail.Engine
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<SessionEvent.QueryDetail.Engine>
internalGetValueMap()
static SessionEvent.QueryDetail.Engine
valueOf(int value)
Deprecated.static SessionEvent.QueryDetail.Engine
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SessionEvent.QueryDetail.Engine
valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionEvent.QueryDetail.Engine[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ENGINE_UNSPECIFIED
public static final SessionEvent.QueryDetail.Engine ENGINE_UNSPECIFIED
An unspecified Engine type.
ENGINE_UNSPECIFIED = 0;
-
SPARK_SQL
public static final SessionEvent.QueryDetail.Engine SPARK_SQL
Spark-sql engine is specified in Query.
SPARK_SQL = 1;
-
BIGQUERY
public static final SessionEvent.QueryDetail.Engine BIGQUERY
BigQuery engine is specified in Query.
BIGQUERY = 2;
-
UNRECOGNIZED
public static final SessionEvent.QueryDetail.Engine UNRECOGNIZED
-
-
Field Detail
-
ENGINE_UNSPECIFIED_VALUE
public static final int ENGINE_UNSPECIFIED_VALUE
An unspecified Engine type.
ENGINE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
SPARK_SQL_VALUE
public static final int SPARK_SQL_VALUE
Spark-sql engine is specified in Query.
SPARK_SQL = 1;
- See Also:
- Constant Field Values
-
BIGQUERY_VALUE
public static final int BIGQUERY_VALUE
BigQuery engine is specified in Query.
BIGQUERY = 2;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static SessionEvent.QueryDetail.Engine[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SessionEvent.QueryDetail.Engine c : SessionEvent.QueryDetail.Engine.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SessionEvent.QueryDetail.Engine valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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 public static SessionEvent.QueryDetail.Engine valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static SessionEvent.QueryDetail.Engine 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<SessionEvent.QueryDetail.Engine> 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 SessionEvent.QueryDetail.Engine valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
-