| Copyright | (c) 2015-2016 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.Google.Resource.MapsEngine.RasterCollections.Rasters.BatchInsert
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.
- type RasterCollectionsRastersBatchInsertResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> ("rasters" :> ("batchInsert" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RasterCollectionsRastersBatchInsertRequest :> Post '[JSON] RasterCollectionsRastersBatchInsertResponse)))))))
 - rasterCollectionsRastersBatchInsert :: RasterCollectionsRastersBatchInsertRequest -> Text -> RasterCollectionsRastersBatchInsert
 - data RasterCollectionsRastersBatchInsert
 - rcrbiPayload :: Lens' RasterCollectionsRastersBatchInsert RasterCollectionsRastersBatchInsertRequest
 - rcrbiId :: Lens' RasterCollectionsRastersBatchInsert Text
 
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
Request Lenses
rcrbiPayload :: Lens' RasterCollectionsRastersBatchInsert RasterCollectionsRastersBatchInsertRequest Source #
Multipart request metadata.