GoogleApi.Dataflow.V1b3.Model.TransformSummary (google_api_dataflow v0.30.1) View Source

Description of the type, names/ids, and input/outputs for a transform.

Attributes

  • displayData (type: list(GoogleApi.Dataflow.V1b3.Model.DisplayData.t), default: nil) - Transform-specific display data.
  • id (type: String.t, default: nil) - SDK generated id of this transform instance.
  • inputCollectionName (type: list(String.t), default: nil) - User names for all collection inputs to this transform.
  • kind (type: String.t, default: nil) - Type of transform.
  • name (type: String.t, default: nil) - User provided name for this transform instance.
  • outputCollectionName (type: list(String.t), default: nil) - User names for all collection outputs to this transform.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.TransformSummary{
  displayData: [GoogleApi.Dataflow.V1b3.Model.DisplayData.t()],
  id: String.t(),
  inputCollectionName: [String.t()],
  kind: String.t(),
  name: String.t(),
  outputCollectionName: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.