Struct google_bigquery2::Job [] [src]

pub struct Job {
    pub status: Option<JobStatus>,
    pub kind: Option<String>,
    pub statistics: Option<JobStatistics>,
    pub job_reference: Option<JobReference>,
    pub etag: Option<String>,
    pub self_link: Option<String>,
    pub configuration: Option<JobConfiguration>,
    pub id: Option<String>,
    pub user_email: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

[Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete.

[Output-only] The type of the resource.

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

[Optional] Reference describing the unique-per-user name of the job.

[Output-only] A hash of this resource.

[Output-only] A URL that can be used to access this resource again.

[Required] Describes the job configuration.

[Output-only] Opaque ID field of the job

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

Trait Implementations

impl Debug for Job
[src]

Formats the value using the given formatter.

impl Clone for Job
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Job
[src]

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

impl RequestValue for Job
[src]

impl Resource for Job
[src]

impl ResponseResult for Job
[src]