Google Cloud Dataplex V1 Client - Class Engine (0.6.0)

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 \ QueryDetail

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;