gogol-bigquery-0.1.0: Google BigQuery SDK.

Copyright(c) 2015-2016 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.

Instances

Eq JobsGet Source # 

Methods

(==) :: JobsGet -> JobsGet -> Bool #

(/=) :: JobsGet -> JobsGet -> Bool #

Data JobsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobsGet -> c JobsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobsGet #

toConstr :: JobsGet -> Constr #

dataTypeOf :: JobsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c JobsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobsGet) #

gmapT :: (forall b. Data b => b -> b) -> JobsGet -> JobsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobsGet -> m JobsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobsGet -> m JobsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobsGet -> m JobsGet #

Show JobsGet Source # 
Generic JobsGet Source # 

Associated Types

type Rep JobsGet :: * -> * #

Methods

from :: JobsGet -> Rep JobsGet x #

to :: Rep JobsGet x -> JobsGet #

GoogleRequest JobsGet Source # 

Associated Types

type Rs JobsGet :: * #

type Scopes JobsGet :: [Symbol] #

type Rep JobsGet Source # 
type Rep JobsGet = D1 (MetaData "JobsGet" "Network.Google.Resource.BigQuery.Jobs.Get" "gogol-bigquery-0.1.0-431RTY1Hm1TEFAs2cp0yLZ" False) (C1 (MetaCons "JobsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_jgJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_jgProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes JobsGet Source # 
type Scopes JobsGet = (:) Symbol "https://www.googleapis.com/auth/bigquery" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ([] Symbol)))
type Rs JobsGet Source # 
type Rs JobsGet = Job

Request Lenses

jgJobId :: Lens' JobsGet Text Source #

Required
Job ID of the requested job

jgProjectId :: Lens' JobsGet Text Source #

Required
Project ID of the requested job