Google Cloud Dataflow V1beta3 Client - Class ExecutionStageSummary (0.3.10)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ExecutionStageSummary.

Description of the composing transforms, names/ids, and input/outputs of a stage of execution. Some composing transforms and sources may have been generated by the Dataflow service during execution planning.

Generated from protobuf message google.dataflow.v1beta3.ExecutionStageSummary

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ name
string

Dataflow service generated name for this stage.

↳ id
string

Dataflow service generated id for this stage.

↳ kind
int

Type of transform this stage is executing.

↳ input_source
↳ output_source
array< Google\Cloud\Dataflow\V1beta3\ExecutionStageSummary\StageSource >

Output sources for this stage.

↳ prerequisite_stage
array

Other stages that must complete before this stage can run.

↳ component_transform
array< Google\Cloud\Dataflow\V1beta3\ExecutionStageSummary\ComponentTransform >

Transforms that comprise this execution stage.

↳ component_source
array< Google\Cloud\Dataflow\V1beta3\ExecutionStageSummary\ComponentSource >

Collections produced and consumed by component transforms of this stage.

getName

Dataflow service generated name for this stage.

Returns
Type
Description
string

setName

Dataflow service generated name for this stage.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getId

Dataflow service generated id for this stage.

Returns
Type
Description
string

setId

Dataflow service generated id for this stage.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getKind

Type of transform this stage is executing.

Returns
Type
Description
int

setKind

Type of transform this stage is executing.

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getInputSource

Input sources for this stage.

Returns
Type
Description

setInputSource

Input sources for this stage.

Parameter
Name
Description
Returns
Type
Description
$this

getOutputSource

Output sources for this stage.

Returns
Type
Description

setOutputSource

Output sources for this stage.

Parameter
Name
Description
Returns
Type
Description
$this

getPrerequisiteStage

Other stages that must complete before this stage can run.

Returns
Type
Description

setPrerequisiteStage

Other stages that must complete before this stage can run.

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

getComponentTransform

Transforms that comprise this execution stage.

Returns
Type
Description

setComponentTransform

Transforms that comprise this execution stage.

Returns
Type
Description
$this

getComponentSource

Collections produced and consumed by component transforms of this stage.

Returns
Type
Description

setComponentSource

Collections produced and consumed by component transforms of this stage.

Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: