View Source GoogleApi.Dataflow.V1b3.Model.TopologyConfig (google_api_dataflow v0.46.2)
Global topology of the streaming Dataflow job, including all computations and their sharded locations.
Attributes
-
computations
(type:list(GoogleApi.Dataflow.V1b3.Model.ComputationTopology.t)
, default:nil
) - The computations associated with a streaming Dataflow job. -
dataDiskAssignments
(type:list(GoogleApi.Dataflow.V1b3.Model.DataDiskAssignment.t)
, default:nil
) - The disks assigned to a streaming Dataflow job. -
forwardingKeyBits
(type:integer()
, default:nil
) - The size (in bits) of keys that will be assigned to source messages. -
persistentStateVersion
(type:integer()
, default:nil
) - Version number for persistent state. -
userStageToComputationNameMap
(type:map()
, default:nil
) - Maps user stage names to stable computation names.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.TopologyConfig{ computations: [GoogleApi.Dataflow.V1b3.Model.ComputationTopology.t()] | nil, dataDiskAssignments: [GoogleApi.Dataflow.V1b3.Model.DataDiskAssignment.t()] | nil, forwardingKeyBits: integer() | nil, persistentStateVersion: integer() | nil, userStageToComputationNameMap: map() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.