View Source GoogleApi.Dataflow.V1b3.Model.InstructionOutput (google_api_dataflow v0.48.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.InstructionOutput{
  codec: map() | nil,
  name: String.t() | nil,
  onlyCountKeyBytes: boolean() | nil,
  onlyCountValueBytes: boolean() | nil,
  originalName: String.t() | nil,
  systemName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.