Google Cloud Dataflow V1beta3 Client - Class ComputationTopology (0.6.0)

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

All configuration data for a particular Computation.

Generated from protobuf message google.dataflow.v1beta3.ComputationTopology

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ system_stage_name string

The system stage name.

↳ computation_id string

The ID of the computation.

↳ key_ranges array<Google\Cloud\Dataflow\V1beta3\KeyRangeLocation>

The key ranges processed by the computation.

↳ inputs array<Google\Cloud\Dataflow\V1beta3\StreamLocation>

The inputs to the computation.

↳ outputs array<Google\Cloud\Dataflow\V1beta3\StreamLocation>

The outputs from the computation.

↳ state_families array<Google\Cloud\Dataflow\V1beta3\StateFamilyConfig>

The state family values.

getSystemStageName

The system stage name.

Returns
TypeDescription
string

setSystemStageName

The system stage name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getComputationId

The ID of the computation.

Returns
TypeDescription
string

setComputationId

The ID of the computation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getKeyRanges

The key ranges processed by the computation.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setKeyRanges

The key ranges processed by the computation.

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

getInputs

The inputs to the computation.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInputs

The inputs to the computation.

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

getOutputs

The outputs from the computation.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOutputs

The outputs from the computation.

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

getStateFamilies

The state family values.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setStateFamilies

The state family values.

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