gogol-maps-engine-0.1.1: 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.RasterCollections.Process

Contents

Description

Process a raster collection asset.

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

Synopsis

REST Resource

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

A resource alias for mapsengine.rasterCollections.process method which the RasterCollectionsProcess request conforms to.

Creating a Request

rasterCollectionsProcess Source #

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

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

data RasterCollectionsProcess Source #

Process a raster collection asset.

See: rasterCollectionsProcess smart constructor.

Instances

Eq RasterCollectionsProcess Source # 
Data RasterCollectionsProcess Source # 

Methods

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

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

toConstr :: RasterCollectionsProcess -> Constr #

dataTypeOf :: RasterCollectionsProcess -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RasterCollectionsProcess Source # 
Generic RasterCollectionsProcess Source # 
GoogleRequest RasterCollectionsProcess Source # 
type Rep RasterCollectionsProcess Source # 
type Rep RasterCollectionsProcess = D1 (MetaData "RasterCollectionsProcess" "Network.Google.Resource.MapsEngine.RasterCollections.Process" "gogol-maps-engine-0.1.1-3VW0k8BveQXImTfJ79Ve4K" True) (C1 (MetaCons "RasterCollectionsProcess'" PrefixI True) (S1 (MetaSel (Just Symbol "_rcpId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes RasterCollectionsProcess Source # 
type Scopes RasterCollectionsProcess = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs RasterCollectionsProcess Source # 

Request Lenses

rcpId :: Lens' RasterCollectionsProcess Text Source #

The ID of the raster collection.