public sealed class InvocationConfig : IMessage<InvocationConfig>, IEquatable<InvocationConfig>, IDeepCloneable<InvocationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 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.
Implements
IMessageInvocationConfig, IEquatableInvocationConfig, IDeepCloneableInvocationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
InvocationConfig()
public InvocationConfig()InvocationConfig(InvocationConfig)
public InvocationConfig(InvocationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
InvocationConfig |
Properties
FullyRefreshIncrementalTablesEnabled
public bool FullyRefreshIncrementalTablesEnabled { get; set; }Optional. When set to true, any incremental tables will be fully refreshed.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IncludedTags
public RepeatedField<string> IncludedTags { get; }Optional. The set of tags to include.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
IncludedTargets
public RepeatedField<Target> IncludedTargets { get; }Optional. The set of action identifiers to include.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTarget |
|
ServiceAccount
public string ServiceAccount { get; set; }Optional. The service account to run workflow invocations under.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TransitiveDependenciesIncluded
public bool TransitiveDependenciesIncluded { get; set; }Optional. When set to true, transitive dependencies of included actions will be executed.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
TransitiveDependentsIncluded
public bool TransitiveDependentsIncluded { get; set; }Optional. When set to true, transitive dependents of included actions will be executed.
| Property Value | |
|---|---|
| Type | Description |
bool |
|