Google Cloud Dataflow V1beta3 Client - Class StageSource (0.3.10)

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

Description of an input or output of an execution stage.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ user_name string

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

↳ name string

Dataflow service generated name for this source.

↳ original_transform_or_collection string

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

↳ size_bytes int|string

Size of the source, if measurable.

getUserName

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

Returns
TypeDescription
string

setUserName

Human-readable name for this source; 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

getOriginalTransformOrCollection

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

Returns
TypeDescription
string

setOriginalTransformOrCollection

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSizeBytes

Size of the source, if measurable.

Returns
TypeDescription
int|string

setSizeBytes

Size of the source, if measurable.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this