gogol-maps-engine-0.3.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.RasterCollections.Rasters.BatchInsert

Contents

Description

Add rasters to an existing raster collection. Rasters must be successfully processed in order to be added to a raster collection. Up to 50 rasters can be included in a single batchInsert request. Each batchInsert request is atomic.

See: Google Maps Engine API Reference for mapsengine.rasterCollections.rasters.batchInsert.

Synopsis

REST Resource

type RasterCollectionsRastersBatchInsertResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> ("rasters" :> ("batchInsert" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RasterCollectionsRastersBatchInsertRequest :> Post '[JSON] RasterCollectionsRastersBatchInsertResponse))))))) Source #

A resource alias for mapsengine.rasterCollections.rasters.batchInsert method which the RasterCollectionsRastersBatchInsert request conforms to.

Creating a Request

rasterCollectionsRastersBatchInsert Source #

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

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

data RasterCollectionsRastersBatchInsert Source #

Add rasters to an existing raster collection. Rasters must be successfully processed in order to be added to a raster collection. Up to 50 rasters can be included in a single batchInsert request. Each batchInsert request is atomic.

See: rasterCollectionsRastersBatchInsert smart constructor.

Instances

Eq RasterCollectionsRastersBatchInsert Source # 
Data RasterCollectionsRastersBatchInsert Source # 

Methods

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

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

toConstr :: RasterCollectionsRastersBatchInsert -> Constr #

dataTypeOf :: RasterCollectionsRastersBatchInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RasterCollectionsRastersBatchInsert Source # 
Generic RasterCollectionsRastersBatchInsert Source # 
GoogleRequest RasterCollectionsRastersBatchInsert Source # 
type Rep RasterCollectionsRastersBatchInsert Source # 
type Rep RasterCollectionsRastersBatchInsert = D1 (MetaData "RasterCollectionsRastersBatchInsert" "Network.Google.Resource.MapsEngine.RasterCollections.Rasters.BatchInsert" "gogol-maps-engine-0.3.0-8urOfAmB6laBICTI61kKED" False) (C1 (MetaCons "RasterCollectionsRastersBatchInsert'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rcrbiPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RasterCollectionsRastersBatchInsertRequest)) (S1 (MetaSel (Just Symbol "_rcrbiId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes RasterCollectionsRastersBatchInsert Source # 
type Scopes RasterCollectionsRastersBatchInsert = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs RasterCollectionsRastersBatchInsert Source # 

Request Lenses

rcrbiId :: Lens' RasterCollectionsRastersBatchInsert Text Source #

The ID of the raster collection to which these rasters belong.