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-07-02 UTC."],[[["This documentation is for the `WorkflowInvocationAction.Types.BigQueryAction` class within the Dataform v1beta1 API, representing a workflow action against BigQuery."],["The `BigQueryAction` class has two main properties: `JobId`, which is the ID of the executed BigQuery job, and `SqlScript`, which holds the generated SQL script to be run."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffering."],["The class inherits from `object`, and has a constructor that allows an instance of a `BigQueryAction` or a `WorkflowInvocationAction.Types.BigQueryAction` to be created."],["The documentation provided is specific to the latest version, 1.0.0-beta08, of the Dataform API class within the `Google.Cloud.Dataform.V1Beta1` namespace."]]],[]]