google_api_dataflow v0.17.0 GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig View Source
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.
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.StreamingComputationConfig{
computationId: String.t(),
instructions: [GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t()],
stageName: String.t(),
systemName: String.t(),
transformUserNameToStateFamily: map()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.