public static interface WorkflowInvocationAction.BigQueryActionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for sqlScript. |