Google Cloud Dataflow V1beta3 Client - Class JobExecutionStageInfo (0.9.3)

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

Contains information about how a particular google.dataflow.v1beta3.Step will be executed.

Generated from protobuf message google.dataflow.v1beta3.JobExecutionStageInfo

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ step_name string[]

The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.

getStepName

The steps associated with the execution stage.

Note that stages may have several steps, and that a given step might be run by more than one stage.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setStepName

The steps associated with the execution stage.

Note that stages may have several steps, and that a given step might be run by more than one stage.

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