Google Cloud Dataplex V1 Client - Class Engine (1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0An unspecified Engine type.
Generated from protobuf enum ENGINE_UNSPECIFIED = 0;
SPARK_SQL
Value: 1Spark-sql engine is specified in Query.
Generated from protobuf enum SPARK_SQL = 1;
BIGQUERY
Value: 2BigQuery engine is specified in Query.
Generated from protobuf enum BIGQUERY = 2;