gogol-maps-engine-0.2.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.Patch

Contents

Description

Mutate a raster collection asset.

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

Synopsis

REST Resource

type RasterCollectionsPatchResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RasterCollection :> Patch '[JSON] ()))))) Source #

A resource alias for mapsengine.rasterCollections.patch method which the RasterCollectionsPatch request conforms to.

Creating a Request

rasterCollectionsPatch Source #

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

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

data RasterCollectionsPatch Source #

Mutate a raster collection asset.

See: rasterCollectionsPatch smart constructor.

Instances

Eq RasterCollectionsPatch Source # 
Data RasterCollectionsPatch Source # 

Methods

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

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

toConstr :: RasterCollectionsPatch -> Constr #

dataTypeOf :: RasterCollectionsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RasterCollectionsPatch Source # 
Generic RasterCollectionsPatch Source # 
GoogleRequest RasterCollectionsPatch Source # 
type Rep RasterCollectionsPatch Source # 
type Rep RasterCollectionsPatch = D1 (MetaData "RasterCollectionsPatch" "Network.Google.Resource.MapsEngine.RasterCollections.Patch" "gogol-maps-engine-0.2.0-2bpteR2QZNW3x0T2dUmzGZ" False) (C1 (MetaCons "RasterCollectionsPatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rasPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RasterCollection)) (S1 (MetaSel (Just Symbol "_rasId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes RasterCollectionsPatch Source # 
type Scopes RasterCollectionsPatch = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs RasterCollectionsPatch Source # 

Request Lenses

rasId :: Lens' RasterCollectionsPatch Text Source #

The ID of the raster collection.