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.BatchDelete

Contents

Description

Remove rasters from an existing raster collection. Up to 50 rasters can be included in a single batchDelete request. Each batchDelete request is atomic.

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

Synopsis

REST Resource

type RasterCollectionsRastersBatchDeleteResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> ("rasters" :> ("batchDelete" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RasterCollectionsRasterBatchDeleteRequest :> Post '[JSON] RasterCollectionsRastersBatchDeleteResponse))))))) Source #

A resource alias for mapsengine.rasterCollections.rasters.batchDelete method which the RasterCollectionsRastersBatchDelete request conforms to.

Creating a Request

rasterCollectionsRastersBatchDelete Source #

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

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

data RasterCollectionsRastersBatchDelete Source #

Remove rasters from an existing raster collection. Up to 50 rasters can be included in a single batchDelete request. Each batchDelete request is atomic.

See: rasterCollectionsRastersBatchDelete smart constructor.

Instances

Eq RasterCollectionsRastersBatchDelete Source # 
Data RasterCollectionsRastersBatchDelete Source # 

Methods

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

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

toConstr :: RasterCollectionsRastersBatchDelete -> Constr #

dataTypeOf :: RasterCollectionsRastersBatchDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

rcrbdId :: Lens' RasterCollectionsRastersBatchDelete Text Source #

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