gogol-maps-engine-0.0.1: Google Maps Engine SDK.

Copyright(c) 2015 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.

Request Lenses

rcrbiId :: Lens' RasterCollectionsRastersBatchInsert Text Source

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