Google Cloud Dataform V1beta1 Client - Class InvocationConfig (0.4.5)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class InvocationConfig.

Includes various configuration options for this workflow invocation.

If both included_targets and included_tags are unset, all actions will be included.

Generated from protobuf message google.cloud.dataform.v1beta1.WorkflowInvocation.InvocationConfig

Namespace

Google \ Cloud \ Dataform \ V1beta1 \ WorkflowInvocation

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ included_targets array<Google\Cloud\Dataform\V1beta1\Target>

Immutable. The set of action identifiers to include.

↳ included_tags array

Immutable. The set of tags to include.

↳ transitive_dependencies_included bool

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

↳ transitive_dependents_included bool

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

↳ fully_refresh_incremental_tables_enabled bool

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

getIncludedTargets

Immutable. The set of action identifiers to include.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIncludedTargets

Immutable. The set of action identifiers to include.

Parameter
Name Description
var array<Google\Cloud\Dataform\V1beta1\Target>
Returns
Type Description
$this

getIncludedTags

Immutable. The set of tags to include.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIncludedTags

Immutable. The set of tags to include.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getTransitiveDependenciesIncluded

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

Returns
Type Description
bool

setTransitiveDependenciesIncluded

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

Parameter
Name Description
var bool
Returns
Type Description
$this

getTransitiveDependentsIncluded

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

Returns
Type Description
bool

setTransitiveDependentsIncluded

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

Parameter
Name Description
var bool
Returns
Type Description
$this

getFullyRefreshIncrementalTablesEnabled

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

Returns
Type Description
bool

setFullyRefreshIncrementalTablesEnabled

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

Parameter
Name Description
var bool
Returns
Type Description
$this