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.Process

Contents

Description

Process a table asset.

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

Synopsis

REST Resource

type TablesProcessResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> ("process" :> (QueryParam "alt" AltJSON :> Post '[JSON] ProcessResponse))))) Source #

A resource alias for mapsengine.tables.process method which the TablesProcess request conforms to.

Creating a Request

tablesProcess Source #

Arguments

:: Text

tpsId

-> TablesProcess 

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

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

data TablesProcess Source #

Process a table asset.

See: tablesProcess smart constructor.

Instances

Eq TablesProcess Source # 
Data TablesProcess Source # 

Methods

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

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

toConstr :: TablesProcess -> Constr #

dataTypeOf :: TablesProcess -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TablesProcess Source # 
Generic TablesProcess Source # 

Associated Types

type Rep TablesProcess :: * -> * #

GoogleRequest TablesProcess Source # 

Associated Types

type Rs TablesProcess :: * #

type Scopes TablesProcess :: [Symbol] #

type Rep TablesProcess Source # 
type Rep TablesProcess = D1 (MetaData "TablesProcess" "Network.Google.Resource.MapsEngine.Tables.Process" "gogol-maps-engine-0.2.0-2bpteR2QZNW3x0T2dUmzGZ" True) (C1 (MetaCons "TablesProcess'" PrefixI True) (S1 (MetaSel (Just Symbol "_tpsId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes TablesProcess Source # 
type Scopes TablesProcess = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs TablesProcess Source # 

Request Lenses

tpsId :: Lens' TablesProcess Text Source #

The ID of the table.