gogol-maps-engine-0.2.0: Google Maps Engine 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.MapsEngine.Rasters.Process

Contents

Description

Process a raster asset.

See: Google Maps Engine API Reference for mapsengine.rasters.process.

Synopsis

REST Resource

type RastersProcessResource = "mapsengine" :> ("v1" :> ("rasters" :> (Capture "id" Text :> ("process" :> (QueryParam "alt" AltJSON :> Post '[JSON] ProcessResponse))))) Source #

A resource alias for mapsengine.rasters.process method which the RastersProcess request conforms to.

Creating a Request

rastersProcess Source #

Arguments

:: Text

rpId

-> RastersProcess 

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

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

data RastersProcess Source #

Process a raster asset.

See: rastersProcess smart constructor.

Instances

Eq RastersProcess Source # 
Data RastersProcess Source # 

Methods

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

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

toConstr :: RastersProcess -> Constr #

dataTypeOf :: RastersProcess -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RastersProcess Source # 
Generic RastersProcess Source # 

Associated Types

type Rep RastersProcess :: * -> * #

GoogleRequest RastersProcess Source # 
type Rep RastersProcess Source # 
type Rep RastersProcess = D1 (MetaData "RastersProcess" "Network.Google.Resource.MapsEngine.Rasters.Process" "gogol-maps-engine-0.2.0-2bpteR2QZNW3x0T2dUmzGZ" True) (C1 (MetaCons "RastersProcess'" PrefixI True) (S1 (MetaSel (Just Symbol "_rpId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes RastersProcess Source # 
type Scopes RastersProcess = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs RastersProcess Source # 

Request Lenses

rpId :: Lens' RastersProcess Text Source #

The ID of the raster.