google_api_dataflow v0.20.0 GoogleApi.Dataflow.V1b3.Model.ExecutionStageState 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.ExecutionStageState{ currentStateTime: DateTime.t(), executionStageName: String.t(), executionStageState: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.