GoogleApi.Dataflow.V1b3.Model.ExecutionStageState (google_api_dataflow v0.35.0) View Source

A message describing the state of a particular execution stage.

Attributes

  • currentStateTime (type: DateTime.t, default: nil) - The time at which the stage transitioned to this state.
  • executionStageName (type: String.t, default: nil) - The name of the execution stage.
  • executionStageState (type: String.t, default: nil) - Executions stage states allow the same set of values as JobState.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.ExecutionStageState{
  currentStateTime: DateTime.t() | nil,
  executionStageName: String.t() | nil,
  executionStageState: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.