Google Cloud Dataform V1beta1 Client - Class LoadConfig (0.7.0)

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

Simplified load configuration for actions

Generated from protobuf message google.cloud.dataform.v1beta1.CompilationResultAction.LoadConfig

Namespace

Google \ Cloud \ Dataform \ V1beta1 \ CompilationResultAction

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ replace SimpleLoadMode

Replace destination table

↳ append SimpleLoadMode

Append into destination table

↳ maximum IncrementalLoadMode

Insert records where the value exceeds the previous maximum value for a column in the destination table

↳ unique IncrementalLoadMode

Insert records where the value of a column is not already present in the destination table

getReplace

Replace destination table

Returns
Type Description
SimpleLoadMode|null

hasReplace

setReplace

Replace destination table

Parameter
Name Description
var SimpleLoadMode
Returns
Type Description
$this

getAppend

Append into destination table

Returns
Type Description
SimpleLoadMode|null

hasAppend

setAppend

Append into destination table

Parameter
Name Description
var SimpleLoadMode
Returns
Type Description
$this

getMaximum

Insert records where the value exceeds the previous maximum value for a column in the destination table

Returns
Type Description
IncrementalLoadMode|null

hasMaximum

setMaximum

Insert records where the value exceeds the previous maximum value for a column in the destination table

Parameter
Name Description
var IncrementalLoadMode
Returns
Type Description
$this

getUnique

Insert records where the value of a column is not already present in the destination table

Returns
Type Description
IncrementalLoadMode|null

hasUnique

setUnique

Insert records where the value of a column is not already present in the destination table

Parameter
Name Description
var IncrementalLoadMode
Returns
Type Description
$this

getMode

Returns
Type Description
string