Interface WorkflowInvocationAction.BigQueryActionOrBuilder (0.62.0)

public static interface WorkflowInvocationAction.BigQueryActionOrBuilder extends MessageOrBuilder

Methods

getJobId()

public abstract String getJobId()

Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.

string job_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The jobId.

getJobIdBytes()

public abstract ByteString getJobIdBytes()

Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.

string job_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for jobId.

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.