Struct google_dataproc1::JobStatus
[−]
[src]
pub struct JobStatus {
pub state: Option<String>,
pub state_start_time: Option<String>,
pub details: Option<String>,
pub substate: Option<String>,
}Cloud Dataproc job status.
This type is not used in any activity, and only used as part of another schema.
Fields
state: Option<String>
Output-only. A state message specifying the overall job state.
state_start_time: Option<String>
Output-only. The time when this state was entered.
details: Option<String>
Output-only. Optional job state details, such as an error description if the state is ERROR.
substate: Option<String>
Output-only. Additional state information, which includes status reported by the agent.
Trait Implementations
impl Default for JobStatus[src]
impl Clone for JobStatus[src]
fn clone(&self) -> JobStatus[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more