Dataform v1beta1 API - Class WorkflowInvocationAction.Types.BigQueryAction (1.0.0-beta08)

public sealed class WorkflowInvocationAction.Types.BigQueryAction : IMessage<WorkflowInvocationAction.Types.BigQueryAction>, IEquatable<WorkflowInvocationAction.Types.BigQueryAction>, IDeepCloneable<WorkflowInvocationAction.Types.BigQueryAction>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocationAction.Types.BigQueryAction.

Represents a workflow action that will run against BigQuery.

Inheritance

object > WorkflowInvocationAction.Types.BigQueryAction

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

BigQueryAction()

public BigQueryAction()

BigQueryAction(BigQueryAction)

public BigQueryAction(WorkflowInvocationAction.Types.BigQueryAction other)
Parameter
Name Description
other WorkflowInvocationActionTypesBigQueryAction

Properties

JobId

public string JobId { get; set; }

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

Property Value
Type Description
string

SqlScript

public string SqlScript { get; set; }

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

Property Value
Type Description
string