Google Cloud Dataflow V1beta3 Client - Class ComponentTransform (0.6.0)

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

Description of a transform executed as part of an execution stage.

Generated from protobuf message google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform

Namespace

Google \ Cloud \ Dataflow \ V1beta3 \ ExecutionStageSummary

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ user_name string

Human-readable name for this transform; may be user or system generated.

↳ name string

Dataflow service generated name for this source.

↳ original_transform string

User name for the original user transform with which this transform is most closely associated.

getUserName

Human-readable name for this transform; may be user or system generated.

Returns
TypeDescription
string

setUserName

Human-readable name for this transform; may be user or system generated.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getName

Dataflow service generated name for this source.

Returns
TypeDescription
string

setName

Dataflow service generated name for this source.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOriginalTransform

User name for the original user transform with which this transform is most closely associated.

Returns
TypeDescription
string

setOriginalTransform

User name for the original user transform with which this transform is most closely associated.

Parameter
NameDescription
var string
Returns
TypeDescription
$this