google_api_dataflow v0.1.0 GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig View Source
Configuration information for a single streaming computation.
Attributes
- computationId (String.t): Unique identifier for this computation. Defaults to:
null
. - instructions ([ParallelInstruction]): Instructions that comprise the computation. Defaults to:
null
. - stageName (String.t): Stage name of this computation. Defaults to:
null
. - systemName (String.t): System defined name for this computation. Defaults to:
null
.
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 Source
t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig{ computationId: any(), instructions: [GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t()], stageName: any(), systemName: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.