View Source GoogleApi.Dataflow.V1b3.Model.HotKeyDetection (google_api_dataflow v0.46.0)

Proto describing a hot key detected on a given WorkItem.

Attributes

  • hotKeyAge (type: String.t, default: nil) - The age of the hot key measured from when it was first detected.
  • systemName (type: String.t, default: nil) - System-defined name of the step containing this hot key. Unique across the workflow.
  • userStepName (type: String.t, default: nil) - User-provided name of the step that contains this hot key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.HotKeyDetection{
  hotKeyAge: String.t() | nil,
  systemName: String.t() | nil,
  userStepName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.