Google Cloud Dataplex V1 Client - Class Engine (1.11.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
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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.