gogol-maps-engine-0.1.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.Layers.Process

Contents

Description

Process a layer asset.

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

Synopsis

REST Resource

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

A resource alias for mapsengine.layers.process method which the LayersProcess request conforms to.

Creating a Request

layersProcess Source #

Arguments

:: Text

lpsId

-> LayersProcess 

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

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

data LayersProcess Source #

Process a layer asset.

See: layersProcess smart constructor.

Instances

Eq LayersProcess Source # 
Data LayersProcess Source # 

Methods

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

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

toConstr :: LayersProcess -> Constr #

dataTypeOf :: LayersProcess -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LayersProcess Source # 
Generic LayersProcess Source # 

Associated Types

type Rep LayersProcess :: * -> * #

GoogleRequest LayersProcess Source # 

Associated Types

type Rs LayersProcess :: * #

type Scopes LayersProcess :: [Symbol] #

type Rep LayersProcess Source # 
type Rep LayersProcess = D1 (MetaData "LayersProcess" "Network.Google.Resource.MapsEngine.Layers.Process" "gogol-maps-engine-0.1.0-F70npHcNvstDbolC2C6pjB" True) (C1 (MetaCons "LayersProcess'" PrefixI True) (S1 (MetaSel (Just Symbol "_lpsId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes LayersProcess Source # 
type Scopes LayersProcess = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs LayersProcess Source # 

Request Lenses

lpsId :: Lens' LayersProcess Text Source #

The ID of the layer.