Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::JobStatus.
Dataproc job status.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#details
def details() -> ::String
Returns
-
(::String) — Optional. Output only. Job state details, such as an error
description if the state is
ERROR
.
#state
def state() -> ::Google::Cloud::Dataproc::V1::JobStatus::State
Returns
- (::Google::Cloud::Dataproc::V1::JobStatus::State) — Output only. A state message specifying the overall job state.
#state_start_time
def state_start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when this state was entered.
#substate
def substate() -> ::Google::Cloud::Dataproc::V1::JobStatus::Substate
Returns
- (::Google::Cloud::Dataproc::V1::JobStatus::Substate) — Output only. Additional state information, which includes status reported by the agent.