gogol-maps-coordinate-0.3.0: Google Maps Coordinate 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.Coordinate.Jobs.Get

Contents

Description

Retrieves a job, including all the changes made to the job.

See: Google Maps Coordinate API Reference for coordinate.jobs.get.

Synopsis

REST Resource

type JobsGetResource = "coordinate" :> ("v1" :> ("teams" :> (Capture "teamId" Text :> ("jobs" :> (Capture "jobId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get '[JSON] Job)))))) Source #

A resource alias for coordinate.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 #

Retrieves a job, including all the changes made to the job.

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.Coordinate.Jobs.Get" "gogol-maps-coordinate-0.3.0-7B21Gtc38Qp6D6sajauyPP" False) (C1 (MetaCons "JobsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_jgJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64))) (S1 (MetaSel (Just Symbol "_jgTeamId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes JobsGet Source # 
type Scopes JobsGet = (:) Symbol "https://www.googleapis.com/auth/coordinate" ((:) Symbol "https://www.googleapis.com/auth/coordinate.readonly" ([] Symbol))
type Rs JobsGet Source # 
type Rs JobsGet = Job

Request Lenses