google_api_dataflow v0.20.0 GoogleApi.Dataflow.V1b3.Model.TopologyConfig View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.TopologyConfig{ computations: [GoogleApi.Dataflow.V1b3.Model.ComputationTopology.t()], dataDiskAssignments: [GoogleApi.Dataflow.V1b3.Model.DataDiskAssignment.t()], forwardingKeyBits: integer(), persistentStateVersion: integer(), userStageToComputationNameMap: map() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.