Google Cloud Dataflow V1beta3 Client - Class TransformSummary (0.3.10)

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

Description of the type, names/ids, and input/outputs for a transform.

Generated from protobuf message google.dataflow.v1beta3.TransformSummary

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind int

Type of transform.

↳ id string

SDK generated id of this transform instance.

↳ name string

User provided name for this transform instance.

↳ display_data array<Google\Cloud\Dataflow\V1beta3\DisplayData>

Transform-specific display data.

↳ output_collection_name array

User names for all collection outputs to this transform.

↳ input_collection_name array

User names for all collection inputs to this transform.

getKind

Type of transform.

Returns
TypeDescription
int

setKind

Type of transform.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getId

SDK generated id of this transform instance.

Returns
TypeDescription
string

setId

SDK generated id of this transform instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getName

User provided name for this transform instance.

Returns
TypeDescription
string

setName

User provided name for this transform instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayData

Transform-specific display data.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDisplayData

Transform-specific display data.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\DisplayData>
Returns
TypeDescription
$this

getOutputCollectionName

User names for all collection outputs to this transform.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOutputCollectionName

User names for all collection outputs to this transform.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getInputCollectionName

User names for all collection inputs to this transform.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInputCollectionName

User names for all collection inputs to this transform.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this