Google Cloud Dataform V1beta1 Client - Class BigQueryAction (0.4.0)

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 \ WorkflowInvocationAction

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ sql_script string

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

getSqlScript

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

Returns
TypeDescription
string

setSqlScript

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this