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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.