google_api_dataproc v0.6.0 GoogleApi.Dataproc.V1.Model.ClusterOperationStatus View Source
The status of the operation.
Attributes
- details (String.t): Output only. A message containing any operation metadata details. Defaults to:
null
. - innerState (String.t): Output only. A message containing the detailed operation state. Defaults to:
null
. state (String.t): Output only. A message containing the operation state. Defaults to:
null
.- Enum - one of [UNKNOWN, PENDING, RUNNING, DONE]
- stateStartTime (DateTime.t): Output only. The time this state was entered. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Dataproc.V1.Model.ClusterOperationStatus{
details: any(),
innerState: any(),
state: any(),
stateStartTime: DateTime.t()
}
t() :: %GoogleApi.Dataproc.V1.Model.ClusterOperationStatus{ details: any(), innerState: any(), state: any(), stateStartTime: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.