public sealed class InvocationConfig : IMessage<InvocationConfig>, IEquatable<InvocationConfig>, IDeepCloneable<InvocationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class InvocationConfig.
Includes various configuration options for a workflow invocation.
If both included_targets and included_tags are unset, all actions
will be included.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eInvocationConfig\u003c/code\u003e class in the Dataform v1beta1 API provides configuration options for workflow invocations, allowing you to specify what actions to include based on tags or identifiers.\u003c/p\u003e\n"],["\u003cp\u003eYou can enable the full refresh of incremental tables by setting the \u003ccode\u003eFullyRefreshIncrementalTablesEnabled\u003c/code\u003e property to true.\u003c/p\u003e\n"],["\u003cp\u003eThe class supports the inclusion of transitive dependencies and dependents through the properties \u003ccode\u003eTransitiveDependenciesIncluded\u003c/code\u003e and \u003ccode\u003eTransitiveDependentsIncluded\u003c/code\u003e, respectively.\u003c/p\u003e\n"],["\u003cp\u003eYou can define a specific service account to use for running workflow invocations using the \u003ccode\u003eServiceAccount\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eIf both \u003ccode\u003eincluded_targets\u003c/code\u003e and \u003ccode\u003eincluded_tags\u003c/code\u003e are unset, by default, all actions within the configuration will be included.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class InvocationConfig (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.InvocationConfig)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.InvocationConfig) \n\n public sealed class InvocationConfig : IMessage\u003cInvocationConfig\u003e, IEquatable\u003cInvocationConfig\u003e, IDeepCloneable\u003cInvocationConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class InvocationConfig.\n\nIncludes various configuration options for a workflow invocation.\nIf both `included_targets` and `included_tags` are unset, all actions\nwill be included. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e InvocationConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[InvocationConfig](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.InvocationConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[InvocationConfig](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.InvocationConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[InvocationConfig](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.InvocationConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### InvocationConfig()\n\n public InvocationConfig()\n\n### InvocationConfig(InvocationConfig)\n\n public InvocationConfig(InvocationConfig other)\n\nProperties\n----------\n\n### FullyRefreshIncrementalTablesEnabled\n\n public bool FullyRefreshIncrementalTablesEnabled { get; set; }\n\nOptional. When set to true, any incremental tables will be fully refreshed.\n\n### IncludedTags\n\n public RepeatedField\u003cstring\u003e IncludedTags { get; }\n\nOptional. The set of tags to include.\n\n### IncludedTargets\n\n public RepeatedField\u003cTarget\u003e IncludedTargets { get; }\n\nOptional. The set of action identifiers to include.\n\n### ServiceAccount\n\n public string ServiceAccount { get; set; }\n\nOptional. The service account to run workflow invocations under.\n\n### TransitiveDependenciesIncluded\n\n public bool TransitiveDependenciesIncluded { get; set; }\n\nOptional. When set to true, transitive dependencies of included actions\nwill be executed.\n\n### TransitiveDependentsIncluded\n\n public bool TransitiveDependentsIncluded { get; set; }\n\nOptional. When set to true, transitive dependents of included actions will\nbe executed."]]