Interface WorkflowInvocationAction.BigQueryActionOrBuilder (0.12.0)

public static interface WorkflowInvocationAction.BigQueryActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSqlScript()

public abstract String getSqlScript()

Output only. The generated BigQuery SQL script that will be executed.

string sql_script = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The sqlScript.

getSqlScriptBytes()

public abstract ByteString getSqlScriptBytes()

Output only. The generated BigQuery SQL script that will be executed.

string sql_script = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for sqlScript.