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.
Implements
IMessageWorkflowInvocationActionTypesBigQueryAction, IEquatableWorkflowInvocationActionTypesBigQueryAction, IDeepCloneableWorkflowInvocationActionTypesBigQueryAction, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
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 |