GoogleApi.Dataflow.V1b3.Model.ComputationTopology (google_api_dataflow v0.35.0) View Source

All configuration data for a particular Computation.

Attributes

  • computationId (type: String.t, default: nil) - The ID of the computation.
  • inputs (type: list(GoogleApi.Dataflow.V1b3.Model.StreamLocation.t), default: nil) - The inputs to the computation.
  • keyRanges (type: list(GoogleApi.Dataflow.V1b3.Model.KeyRangeLocation.t), default: nil) - The key ranges processed by the computation.
  • outputs (type: list(GoogleApi.Dataflow.V1b3.Model.StreamLocation.t), default: nil) - The outputs from the computation.
  • stateFamilies (type: list(GoogleApi.Dataflow.V1b3.Model.StateFamilyConfig.t), default: nil) - The state family values.
  • systemStageName (type: String.t, default: nil) - The system stage name.

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.ComputationTopology{
  computationId: String.t() | nil,
  inputs: [GoogleApi.Dataflow.V1b3.Model.StreamLocation.t()] | nil,
  keyRanges: [GoogleApi.Dataflow.V1b3.Model.KeyRangeLocation.t()] | nil,
  outputs: [GoogleApi.Dataflow.V1b3.Model.StreamLocation.t()] | nil,
  stateFamilies: [GoogleApi.Dataflow.V1b3.Model.StateFamilyConfig.t()] | nil,
  systemStageName: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.