View Source GoogleApi.Dataflow.V1b3.Model.ExecutionStageState (google_api_dataflow v0.51.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.ExecutionStageState{ currentStateTime: DateTime.t() | nil, executionStageName: String.t() | nil, executionStageState: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.