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
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
int |
setKind
Type of transform.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getId
SDK generated id of this transform instance.
Returns | |
---|---|
Type | Description |
string |
setId
SDK generated id of this transform instance.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getName
User provided name for this transform instance.
Returns | |
---|---|
Type | Description |
string |
setName
User provided name for this transform instance.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayData
Transform-specific display data.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDisplayData
Transform-specific display data.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\DisplayData>
|
Returns | |
---|---|
Type | Description |
$this |
getOutputCollectionName
User names for all collection outputs to this transform.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setOutputCollectionName
User names for all collection outputs to this transform.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getInputCollectionName
User names for all collection inputs to this transform.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setInputCollectionName
User names for all collection inputs to this transform.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |