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

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

SqlScript

public string SqlScript { get; set; }

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

Property Value
Type Description
string