Struct google_dataproc1::JobStatus[][src]

pub struct JobStatus {
    pub state: Option<String>,
    pub state_start_time: Option<String>,
    pub substate: Option<String>,
    pub details: Option<String>,
}

Cloud Dataproc job status.

This type is not used in any activity, and only used as part of another schema.

Fields

Output-only. A state message specifying the overall job state.

Output-only. The time when this state was entered.

Output-only. Additional state information, which includes status reported by the agent.

Output-only. Optional job state details, such as an error description if the state is ERROR.

Trait Implementations

impl Default for JobStatus
[src]

Returns the "default value" for a type. Read more

impl Clone for JobStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JobStatus
[src]

Formats the value using the given formatter. Read more

impl Part for JobStatus
[src]

Auto Trait Implementations

impl Send for JobStatus

impl Sync for JobStatus