Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class BigQueryAction.
Represents a workflow action that will run against BigQuery.
Generated from protobuf message google.cloud.dataform.v1beta1.WorkflowInvocationAction.BigQueryAction
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ WorkflowInvocationActionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ sql_script | 
        
          string
          Output only. The generated BigQuery SQL script that will be executed.  | 
      
↳ job_id | 
        
          string
          Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.  | 
      
getSqlScript
Output only. The generated BigQuery SQL script that will be executed.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setSqlScript
Output only. The generated BigQuery SQL script that will be executed.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
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.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setJobId
Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |