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.Tables.Features.BatchInsert

Contents

Description

Append features to an existing table. A single batchInsert request can create: - Up to 50 features. - A combined total of 10 000 vertices. Feature limits are documented in the Supported data formats and limits article of the Google Maps Engine help center. Note that free and paid accounts have different limits. For more information about inserting features, read Creating features in the Google Maps Engine developer's guide.

See: Google Maps Engine API Reference for mapsengine.tables.features.batchInsert.

Synopsis

REST Resource

type TablesFeaturesBatchInsertResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> ("features" :> ("batchInsert" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] FeaturesBatchInsertRequest :> Post '[JSON] ()))))))) Source #

A resource alias for mapsengine.tables.features.batchInsert method which the TablesFeaturesBatchInsert request conforms to.

Creating a Request

tablesFeaturesBatchInsert Source #

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

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

data TablesFeaturesBatchInsert Source #

Append features to an existing table. A single batchInsert request can create: - Up to 50 features. - A combined total of 10 000 vertices. Feature limits are documented in the Supported data formats and limits article of the Google Maps Engine help center. Note that free and paid accounts have different limits. For more information about inserting features, read Creating features in the Google Maps Engine developer's guide.

See: tablesFeaturesBatchInsert smart constructor.

Instances

Eq TablesFeaturesBatchInsert Source # 
Data TablesFeaturesBatchInsert Source # 

Methods

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

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

toConstr :: TablesFeaturesBatchInsert -> Constr #

dataTypeOf :: TablesFeaturesBatchInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TablesFeaturesBatchInsert Source # 
Generic TablesFeaturesBatchInsert Source # 
GoogleRequest TablesFeaturesBatchInsert Source # 
type Rep TablesFeaturesBatchInsert Source # 
type Rep TablesFeaturesBatchInsert = D1 (MetaData "TablesFeaturesBatchInsert" "Network.Google.Resource.MapsEngine.Tables.Features.BatchInsert" "gogol-maps-engine-0.3.0-8urOfAmB6laBICTI61kKED" False) (C1 (MetaCons "TablesFeaturesBatchInsert'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tfbiPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 FeaturesBatchInsertRequest)) (S1 (MetaSel (Just Symbol "_tfbiId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes TablesFeaturesBatchInsert Source # 
type Scopes TablesFeaturesBatchInsert = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs TablesFeaturesBatchInsert Source # 

Request Lenses

tfbiId :: Lens' TablesFeaturesBatchInsert Text Source #

The ID of the table to append the features to.