GoogleApi.Dataflow.V1b3.Model.ExecutionStageState (google_api_dataflow v0.30.1) 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(), executionStageName: String.t(), executionStageState: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.