public sealed class WorkflowInvocationAction.Types.BigQueryAction : IMessage<WorkflowInvocationAction.Types.BigQueryAction>, IEquatable<WorkflowInvocationAction.Types.BigQueryAction>, IDeepCloneable<WorkflowInvocationAction.Types.BigQueryAction>, IBufferMessage, IMessageReference 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
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 |
|