Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class TopologyConfig.
Global topology of the streaming Dataflow job, including all computations and their sharded locations.
Generated from protobuf message google.dataflow.v1beta3.TopologyConfig
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ computations
array< Google\Cloud\Dataflow\V1beta3\ComputationTopology
>
The computations associated with a streaming Dataflow job.
↳ data_disk_assignments
array< Google\Cloud\Dataflow\V1beta3\DataDiskAssignment
>
The disks assigned to a streaming Dataflow job.
↳ user_stage_to_computation_name_map
↳ forwarding_key_bits
int
The size (in bits) of keys that will be assigned to source messages.
↳ persistent_state_version
int
Version number for persistent state.
getComputations
The computations associated with a streaming Dataflow job.
setComputations
The computations associated with a streaming Dataflow job.
$this
getDataDiskAssignments
The disks assigned to a streaming Dataflow job.
setDataDiskAssignments
The disks assigned to a streaming Dataflow job.
$this
getUserStageToComputationNameMap
Maps user stage names to stable computation names.
setUserStageToComputationNameMap
Maps user stage names to stable computation names.
$this
getForwardingKeyBits
The size (in bits) of keys that will be assigned to source messages.
int
setForwardingKeyBits
The size (in bits) of keys that will be assigned to source messages.
var
int
$this
getPersistentStateVersion
Version number for persistent state.
int
setPersistentStateVersion
Version number for persistent state.
var
int
$this