Google Cloud Dataflow V1beta3 Client - Class JobExecutionStageInfo (0.4.1)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ step_name array

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
TypeDescription
Google\Protobuf\Internal\RepeatedField

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
NameDescription
var string[]
Returns
TypeDescription
$this