View Source GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig (google_api_dataflow v0.51.0)
Configuration information for a single streaming computation.
Attributes
-
computationId(type:String.t, default:nil) - Unique identifier for this computation. -
instructions(type:list(GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t), default:nil) - Instructions that comprise the computation. -
stageName(type:String.t, default:nil) - Stage name of this computation. -
systemName(type:String.t, default:nil) - System defined name for this computation. -
transformUserNameToStateFamily(type:map(), default:nil) - Map from user name of stateful transforms in this stage to their state family.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig{ computationId: String.t() | nil, instructions: [GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t()] | nil, stageName: String.t() | nil, systemName: String.t() | nil, transformUserNameToStateFamily: map() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.