GoogleApi.Dataflow.V1b3.Model.TopologyConfig (google_api_dataflow v0.41.0) 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
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.