google_api_dataflow v0.1.0 GoogleApi.Dataflow.V1b3.Model.ExecutionStageState View Source
A message describing the state of a particular execution stage.
Attributes
- currentStateTime (DateTime.t): The time at which the stage transitioned to this state. Defaults to:
null
. - executionStageName (String.t): The name of the execution stage. Defaults to:
null
. executionStageState (String.t): Executions stage states allow the same set of values as JobState. Defaults to:
null
.- Enum - one of [JOB_STATE_UNKNOWN, JOB_STATE_STOPPED, JOB_STATE_RUNNING, JOB_STATE_DONE, JOB_STATE_FAILED, JOB_STATE_CANCELLED, JOB_STATE_UPDATED, JOB_STATE_DRAINING, JOB_STATE_DRAINED, JOB_STATE_PENDING, JOB_STATE_CANCELLING]
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 Source
t() :: %GoogleApi.Dataflow.V1b3.Model.ExecutionStageState{ currentStateTime: DateTime.t(), executionStageName: any(), executionStageState: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.