Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Engine.
Query Execution engine.
Protobuf type google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine
Namespace
Google \ Cloud \ Dataplex \ V1 \ SessionEvent \ QueryDetailMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ENGINE_UNSPECIFIED
Value: 0
An unspecified Engine type.
Generated from protobuf enum ENGINE_UNSPECIFIED = 0;
SPARK_SQL
Value: 1
Spark-sql engine is specified in Query.
Generated from protobuf enum SPARK_SQL = 1;
BIGQUERY
Value: 2
BigQuery engine is specified in Query.
Generated from protobuf enum BIGQUERY = 2;