Interface Content.SqlScriptOrBuilder (1.0.1)

public static interface Content.SqlScriptOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEngine()

public abstract Content.SqlScript.QueryEngine getEngine()

Required. Query Engine to be used for the Sql Query.

.google.cloud.dataplex.v1.Content.SqlScript.QueryEngine engine = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Content.SqlScript.QueryEngine

The engine.

getEngineValue()

public abstract int getEngineValue()

Required. Query Engine to be used for the Sql Query.

.google.cloud.dataplex.v1.Content.SqlScript.QueryEngine engine = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for engine.