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

Contents

Description

Mutate a table asset.

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

Synopsis

REST Resource

type TablesPatchResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Table :> Patch '[JSON] ()))))) Source #

A resource alias for mapsengine.tables.patch method which the TablesPatch request conforms to.

Creating a Request

tablesPatch Source #

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

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

data TablesPatch Source #

Mutate a table asset.

See: tablesPatch smart constructor.

Instances

Eq TablesPatch Source # 
Data TablesPatch Source # 

Methods

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

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

toConstr :: TablesPatch -> Constr #

dataTypeOf :: TablesPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TablesPatch Source # 
Generic TablesPatch Source # 

Associated Types

type Rep TablesPatch :: * -> * #

GoogleRequest TablesPatch Source # 

Associated Types

type Rs TablesPatch :: * #

type Scopes TablesPatch :: [Symbol] #

type Rep TablesPatch Source # 
type Rep TablesPatch = D1 (MetaData "TablesPatch" "Network.Google.Resource.MapsEngine.Tables.Patch" "gogol-maps-engine-0.2.0-2bpteR2QZNW3x0T2dUmzGZ" False) (C1 (MetaCons "TablesPatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Table)) (S1 (MetaSel (Just Symbol "_tpId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes TablesPatch Source # 
type Scopes TablesPatch = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs TablesPatch Source # 
type Rs TablesPatch = ()

Request Lenses

tpPayload :: Lens' TablesPatch Table Source #

Multipart request metadata.

tpId :: Lens' TablesPatch Text Source #

The ID of the table.