GoogleApi.Dataproc.V1.Model.StreamingQueryProgress (google_api_dataproc v0.59.0)

View Source

Attributes

  • batchDuration (type: String.t, default: nil) -
  • batchId (type: String.t, default: nil) -
  • durationMillis (type: map(), default: nil) -
  • eventTime (type: map(), default: nil) -
  • name (type: String.t, default: nil) -
  • observedMetrics (type: map(), default: nil) -
  • runId (type: String.t, default: nil) -
  • sink (type: GoogleApi.Dataproc.V1.Model.SinkProgress.t, default: nil) -
  • sources (type: list(GoogleApi.Dataproc.V1.Model.SourceProgress.t), default: nil) -
  • stateOperators (type: list(GoogleApi.Dataproc.V1.Model.StateOperatorProgress.t), default: nil) -
  • streamingQueryProgressId (type: String.t, default: nil) -
  • timestamp (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.StreamingQueryProgress{
  batchDuration: String.t() | nil,
  batchId: String.t() | nil,
  durationMillis: map() | nil,
  eventTime: map() | nil,
  name: String.t() | nil,
  observedMetrics: map() | nil,
  runId: String.t() | nil,
  sink: GoogleApi.Dataproc.V1.Model.SinkProgress.t() | nil,
  sources: [GoogleApi.Dataproc.V1.Model.SourceProgress.t()] | nil,
  stateOperators: [GoogleApi.Dataproc.V1.Model.StateOperatorProgress.t()] | nil,
  streamingQueryProgressId: String.t() | nil,
  timestamp: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.