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.Rasters.Patch

Contents

Description

Mutate a raster asset.

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

Synopsis

REST Resource

type RastersPatchResource = "mapsengine" :> ("v1" :> ("rasters" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Raster :> Patch '[JSON] ()))))) Source #

A resource alias for mapsengine.rasters.patch method which the RastersPatch request conforms to.

Creating a Request

rastersPatch Source #

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

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

data RastersPatch Source #

Mutate a raster asset.

See: rastersPatch smart constructor.

Instances

Eq RastersPatch Source # 
Data RastersPatch Source # 

Methods

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

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

toConstr :: RastersPatch -> Constr #

dataTypeOf :: RastersPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RastersPatch Source # 
Generic RastersPatch Source # 

Associated Types

type Rep RastersPatch :: * -> * #

GoogleRequest RastersPatch Source # 

Associated Types

type Rs RastersPatch :: * #

type Scopes RastersPatch :: [Symbol] #

type Rep RastersPatch Source # 
type Rep RastersPatch = D1 (MetaData "RastersPatch" "Network.Google.Resource.MapsEngine.Rasters.Patch" "gogol-maps-engine-0.3.0-8urOfAmB6laBICTI61kKED" False) (C1 (MetaCons "RastersPatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rppPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Raster)) (S1 (MetaSel (Just Symbol "_rppId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes RastersPatch Source # 
type Scopes RastersPatch = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs RastersPatch Source # 
type Rs RastersPatch = ()

Request Lenses

rppPayload :: Lens' RastersPatch Raster Source #

Multipart request metadata.

rppId :: Lens' RastersPatch Text Source #

The ID of the raster.