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
Methods
__construct
Constructor.
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
↳ outputs
↳ state_families
getSystemStageName
The system stage name.
string
setSystemStageName
The system stage name.
var
string
$this
getComputationId
The ID of the computation.
string
setComputationId
The ID of the computation.
var
string
$this
getKeyRanges
The key ranges processed by the computation.
setKeyRanges
The key ranges processed by the computation.
$this
getInputs
The inputs to the computation.
setInputs
The inputs to the computation.
$this
getOutputs
The outputs from the computation.
setOutputs
The outputs from the computation.
$this
getStateFamilies
The state family values.
setStateFamilies
The state family values.
$this