Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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
- type JobsGetResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> (QueryParam "location" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Job)))))))
- jobsGet :: Text -> Text -> JobsGet
- data JobsGet
- jgJobId :: Lens' JobsGet Text
- jgLocation :: Lens' JobsGet (Maybe Text)
- jgProjectId :: Lens' JobsGet Text
REST Resource
type JobsGetResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> (QueryParam "location" 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
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:
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 # | |
Data JobsGet Source # | |
Defined in Network.Google.Resource.BigQuery.Jobs.Get 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 # | |
GoogleRequest JobsGet Source # | |
type Rep JobsGet Source # | |
Defined in Network.Google.Resource.BigQuery.Jobs.Get type Rep JobsGet = D1 (MetaData "JobsGet" "Network.Google.Resource.BigQuery.Jobs.Get" "gogol-bigquery-0.4.0-3wbQXUDNgiIGV0tYGk98l5" False) (C1 (MetaCons "JobsGet'" PrefixI True) (S1 (MetaSel (Just "_jgJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_jgLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jgProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) | |
type Scopes JobsGet Source # | |
Defined in Network.Google.Resource.BigQuery.Jobs.Get | |
type Rs JobsGet Source # | |
Defined in Network.Google.Resource.BigQuery.Jobs.Get |