gogol-bigquery-0.0.1: Google BigQuery SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.BigQuery.Jobs.Get

Contents

Description

Returns information about a specific job. Job information is available for a six month period after creation. Requires that you're the person who ran the job, or have the Is Owner project role.

See: BigQuery API Reference for bigquery.jobs.get.

Synopsis

REST Resource

type JobsGetResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Job)))))) Source

A resource alias for bigquery.jobs.get method which the JobsGet request conforms to.

Creating a Request

jobsGet Source

Creates a value of JobsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data JobsGet Source

Returns information about a specific job. Job information is available for a six month period after creation. Requires that you're the person who ran the job, or have the Is Owner project role.

See: jobsGet smart constructor.

Request Lenses

jgJobId :: Lens' JobsGet Text Source

Job ID of the requested job

jgProjectId :: Lens' JobsGet Text Source

Project ID of the requested job