Google Cloud Dataform V1 Client - Class InvocationConfig (0.9.2) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataform V1 Client class InvocationConfig.
Includes various configuration options for a workflow invocation.
If bothincluded_targets andincluded_tags are unset, all actionswill be included.
Generated from protobuf messagegoogle.cloud.dataform.v1.InvocationConfig
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ included_targets | array<Target>Optional. The set of action identifiers to include. |
↳ included_tags | arrayOptional. The set of tags to include. |
↳ transitive_dependencies_included | boolOptional. When set to true, transitive dependencies of included actions will be executed. |
↳ transitive_dependents_included | boolOptional. When set to true, transitive dependents of included actions will be executed. |
↳ fully_refresh_incremental_tables_enabled | boolOptional. When set to true, any incremental tables will be fully refreshed. |
↳ service_account | stringOptional. The service account to run workflow invocations under. |
getIncludedTargets
Optional. The set of action identifiers to include.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField | |
setIncludedTargets
Optional. The set of action identifiers to include.
| Parameter | |
|---|---|
| Name | Description |
var | array<Target> |
| Returns | |
|---|---|
| Type | Description |
$this | |
getIncludedTags
Optional. The set of tags to include.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField | |
setIncludedTags
Optional. The set of tags to include.
| Parameter | |
|---|---|
| Name | Description |
var | string[] |
| Returns | |
|---|---|
| Type | Description |
$this | |
getTransitiveDependenciesIncluded
Optional. When set to true, transitive dependencies of included actionswill be executed.
| Returns | |
|---|---|
| Type | Description |
bool | |
setTransitiveDependenciesIncluded
Optional. When set to true, transitive dependencies of included actionswill be executed.
| Parameter | |
|---|---|
| Name | Description |
var | bool |
| Returns | |
|---|---|
| Type | Description |
$this | |
getTransitiveDependentsIncluded
Optional. When set to true, transitive dependents of included actions willbe executed.
| Returns | |
|---|---|
| Type | Description |
bool | |
setTransitiveDependentsIncluded
Optional. When set to true, transitive dependents of included actions willbe executed.
| Parameter | |
|---|---|
| Name | Description |
var | bool |
| Returns | |
|---|---|
| Type | Description |
$this | |
getFullyRefreshIncrementalTablesEnabled
Optional. When set to true, any incremental tables will be fully refreshed.
| Returns | |
|---|---|
| Type | Description |
bool | |
setFullyRefreshIncrementalTablesEnabled
Optional. When set to true, any incremental tables will be fully refreshed.
| Parameter | |
|---|---|
| Name | Description |
var | bool |
| Returns | |
|---|---|
| Type | Description |
$this | |
getServiceAccount
Optional. The service account to run workflow invocations under.
| Returns | |
|---|---|
| Type | Description |
string | |
setServiceAccount
Optional. The service account to run workflow invocations under.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-09 UTC.