Google Cloud Dataform V1beta1 Client - Class InvocationConfig (0.5.1)

Beta

This library is covered by thePre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see thelaunch stage descriptions.

Reference documentation and code samples for the Google Cloud Dataform V1beta1 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.v1beta1.InvocationConfig

Namespace

Google \ Cloud \ Dataform \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ included_targetsarray<Target>

Optional. The set of action identifiers to include.

↳ included_tagsarray

Optional. The set of tags to include.

↳ transitive_dependencies_includedbool

Optional. When set to true, transitive dependencies of included actions will be executed.

↳ transitive_dependents_includedbool

Optional. When set to true, transitive dependents of included actions will be executed.

↳ fully_refresh_incremental_tables_enabledbool

Optional. When set to true, any incremental tables will be fully refreshed.

↳ service_accountstring

Optional. The service account to run workflow invocations under.

getIncludedTargets

Optional. The set of action identifiers to include.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIncludedTargets

Optional. The set of action identifiers to include.

Parameter
NameDescription
vararray<Target>
Returns
TypeDescription
$this

getIncludedTags

Optional. The set of tags to include.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIncludedTags

Optional. The set of tags to include.

Parameter
NameDescription
varstring[]
Returns
TypeDescription
$this

getTransitiveDependenciesIncluded

Optional. When set to true, transitive dependencies of included actionswill be executed.

Returns
TypeDescription
bool

setTransitiveDependenciesIncluded

Optional. When set to true, transitive dependencies of included actionswill be executed.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getTransitiveDependentsIncluded

Optional. When set to true, transitive dependents of included actions willbe executed.

Returns
TypeDescription
bool

setTransitiveDependentsIncluded

Optional. When set to true, transitive dependents of included actions willbe executed.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getFullyRefreshIncrementalTablesEnabled

Optional. When set to true, any incremental tables will be fully refreshed.

Returns
TypeDescription
bool

setFullyRefreshIncrementalTablesEnabled

Optional. When set to true, any incremental tables will be fully refreshed.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getServiceAccount

Optional. The service account to run workflow invocations under.

Returns
TypeDescription
string

setServiceAccount

Optional. The service account to run workflow invocations under.

Parameter
NameDescription
varstring
Returns
TypeDescription
$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.