google_api_dataflow v0.18.0 GoogleApi.Dataflow.V1b3.Model.InstructionOutput View Source

An output of an instruction.

Attributes

  • codec (type: map(), default: nil) - The codec to use to encode data being written via this output.
  • name (type: String.t, default: nil) - The user-provided name of this output.
  • onlyCountKeyBytes (type: boolean(), default: nil) - For system-generated byte and mean byte metrics, certain instructions should only report the key size.
  • onlyCountValueBytes (type: boolean(), default: nil) - For system-generated byte and mean byte metrics, certain instructions should only report the value size.
  • originalName (type: String.t, default: nil) - System-defined name for this output in the original workflow graph. Outputs that do not contribute to an original instruction do not set this.
  • systemName (type: String.t, default: nil) - System-defined name of this output. Unique across the workflow.

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.InstructionOutput{
  codec: map(),
  name: String.t(),
  onlyCountKeyBytes: boolean(),
  onlyCountValueBytes: boolean(),
  originalName: String.t(),
  systemName: String.t()
}

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.