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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This document provides reference documentation for the `WorkflowInvocationAction.Types.BigQueryAction` class within the Dataform v1beta1 API."],["`BigQueryAction` represents a workflow action specifically designed to run against BigQuery and is a sealed class."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has a property `SqlScript`, which is a string containing the BigQuery SQL script to be executed."],["The `BigQueryAction` class is accessible within the `Google.Cloud.Dataform.V1Beta1` namespace, and it is included within the `Google.Cloud.Dataform.V1Beta1.dll` assembly."]]],[]]