Reference documentation and code samples for the Google Cloud Dataform V1 Client class InvocationConfig.
Includes various configuration options for a workflow invocation.
If both included_targets
and included_tags
are unset, all actions
will be included.
Generated from protobuf message google.cloud.dataform.v1.InvocationConfig
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ included_targets
↳ included_tags
array
Optional. The set of tags to include.
↳ transitive_dependencies_included
bool
Optional. When set to true, transitive dependencies of included actions will be executed.
↳ transitive_dependents_included
bool
Optional. When set to true, transitive dependents of included actions will be executed.
↳ fully_refresh_incremental_tables_enabled
bool
Optional. When set to true, any incremental tables will be fully refreshed.
↳ service_account
string
Optional. The service account to run workflow invocations under.
getIncludedTargets
Optional. The set of action identifiers to include.
setIncludedTargets
Optional. The set of action identifiers to include.
$this
getIncludedTags
Optional. The set of tags to include.
setIncludedTags
Optional. The set of tags to include.
var
string[]
$this
getTransitiveDependenciesIncluded
Optional. When set to true, transitive dependencies of included actions will be executed.
bool
setTransitiveDependenciesIncluded
Optional. When set to true, transitive dependencies of included actions will be executed.
var
bool
$this
getTransitiveDependentsIncluded
Optional. When set to true, transitive dependents of included actions will be executed.
bool
setTransitiveDependentsIncluded
Optional. When set to true, transitive dependents of included actions will be executed.
var
bool
$this
getFullyRefreshIncrementalTablesEnabled
Optional. When set to true, any incremental tables will be fully refreshed.
bool
setFullyRefreshIncrementalTablesEnabled
Optional. When set to true, any incremental tables will be fully refreshed.
var
bool
$this
getServiceAccount
Optional. The service account to run workflow invocations under.
string
setServiceAccount
Optional. The service account to run workflow invocations under.
var
string
$this