google_api_dataflow v0.1.0 GoogleApi.Dataflow.V1b3.Model.StreamingConfigTask View Source

A task that carries configuration information for streaming computations.

Attributes

  • streamingComputationConfigs ([StreamingComputationConfig]): Set of computation configuration information. Defaults to: null.
  • userStepToStateFamilyNameMap (%{optional(String.t) => String.t}): Map from user step names to state families. Defaults to: null.
  • windmillServiceEndpoint (String.t): If present, the worker must use this endpoint to communicate with Windmill Service dispatchers, otherwise the worker must continue to use whatever endpoint it had been using. Defaults to: null.
  • windmillServicePort (String.t): If present, the worker must use this port to communicate with Windmill Service dispatchers. Only applicable when windmill_service_endpoint is specified. 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.StreamingConfigTask{
  streamingComputationConfigs: [
    GoogleApi.Dataflow.V1b3.Model.StreamingComputationConfig.t()
  ],
  userStepToStateFamilyNameMap: map(),
  windmillServiceEndpoint: any(),
  windmillServicePort: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.