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
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
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
↳ prerequisite_stage
array
Other stages that must complete before this stage can run.
↳ component_transform
↳ component_source
array< ExecutionStageSummary\ComponentSource
>
Collections produced and consumed by component transforms of this stage.
getName
Dataflow service generated name for this stage.
string
setName
Dataflow service generated name for this stage.
var
string
$this
getId
Dataflow service generated id for this stage.
string
setId
Dataflow service generated id for this stage.
var
string
$this
getKind
Type of transform this stage is executing.
int
setKind
Type of transform this stage is executing.
var
int
$this
getInputSource
Input sources for this stage.
setInputSource
Input sources for this stage.
$this
getOutputSource
Output sources for this stage.
setOutputSource
Output sources for this stage.
$this
getPrerequisiteStage
Other stages that must complete before this stage can run.
setPrerequisiteStage
Other stages that must complete before this stage can run.
var
string[]
$this
getComponentTransform
Transforms that comprise this execution stage.
setComponentTransform
Transforms that comprise this execution stage.
$this
getComponentSource
Collections produced and consumed by component transforms of this stage.
setComponentSource
Collections produced and consumed by component transforms of this stage.
$this