Struct google_bigquery2::JobListJobs[][src]

pub struct JobListJobs {
    pub status: Option<JobStatus>,
    pub kind: Option<String>,
    pub statistics: Option<JobStatistics>,
    pub job_reference: Option<JobReference>,
    pub state: Option<String>,
    pub error_result: Option<ErrorProto>,
    pub configuration: Option<JobConfiguration>,
    pub id: Option<String>,
    pub user_email: Option<String>,
}

List of jobs that were requested.

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

Fields

[Full-projection-only] Describes the state of the job.

The resource type.

[Output-only] Information about the job, including starting time and ending time of the job.

Job reference uniquely identifying the job.

Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed.

A result object that will be present only if the job has failed.

[Full-projection-only] Specifies the job configuration.

Unique opaque ID of the job.

[Full-projection-only] Email address of the user who ran the job.

Trait Implementations

impl Default for JobListJobs
[src]

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

impl Clone for JobListJobs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JobListJobs
[src]

Formats the value using the given formatter. Read more

impl NestedType for JobListJobs
[src]

impl Part for JobListJobs
[src]

Auto Trait Implementations

impl Send for JobListJobs

impl Sync for JobListJobs