google_api_dataflow v0.1.0 GoogleApi.Dataflow.V1b3.Model.ComputationTopology View Source
All configuration data for a particular Computation.
Attributes
- computationId (String.t): The ID of the computation. Defaults to:
null
. - inputs ([StreamLocation]): The inputs to the computation. Defaults to:
null
. - keyRanges ([KeyRangeLocation]): The key ranges processed by the computation. Defaults to:
null
. - outputs ([StreamLocation]): The outputs from the computation. Defaults to:
null
. - stateFamilies ([StateFamilyConfig]): The state family values. Defaults to:
null
. - systemStageName (String.t): The system stage name. 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.ComputationTopology{ computationId: any(), inputs: [GoogleApi.Dataflow.V1b3.Model.StreamLocation.t()], keyRanges: [GoogleApi.Dataflow.V1b3.Model.KeyRangeLocation.t()], outputs: [GoogleApi.Dataflow.V1b3.Model.StreamLocation.t()], stateFamilies: [GoogleApi.Dataflow.V1b3.Model.StateFamilyConfig.t()], systemStageName: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.