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

Contents

Description

Create a placeholder table asset to which table files can be uploaded. Once the placeholder has been created, files are uploaded to the https://www.googleapis.com/upload/mapsengine/v1/tables/table_id/files endpoint. See Table Upload in the Developer's Guide or Table.files: insert in the reference documentation for more information.

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

Synopsis

REST Resource

type TablesUploadResource = "mapsengine" :> ("v1" :> ("tables" :> ("upload" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Table :> Post '[JSON] Table))))) Source #

A resource alias for mapsengine.tables.upload method which the TablesUpload request conforms to.

Creating a Request

tablesUpload Source #

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

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

data TablesUpload Source #

Create a placeholder table asset to which table files can be uploaded. Once the placeholder has been created, files are uploaded to the https://www.googleapis.com/upload/mapsengine/v1/tables/table_id/files endpoint. See Table Upload in the Developer's Guide or Table.files: insert in the reference documentation for more information.

See: tablesUpload smart constructor.

Instances

Eq TablesUpload Source # 
Data TablesUpload Source # 

Methods

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

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

toConstr :: TablesUpload -> Constr #

dataTypeOf :: TablesUpload -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TablesUpload Source # 
Generic TablesUpload Source # 

Associated Types

type Rep TablesUpload :: * -> * #

GoogleRequest TablesUpload Source # 

Associated Types

type Rs TablesUpload :: * #

type Scopes TablesUpload :: [Symbol] #

type Rep TablesUpload Source # 
type Rep TablesUpload = D1 (MetaData "TablesUpload" "Network.Google.Resource.MapsEngine.Tables.Upload" "gogol-maps-engine-0.3.0-8urOfAmB6laBICTI61kKED" True) (C1 (MetaCons "TablesUpload'" PrefixI True) (S1 (MetaSel (Just Symbol "_tuPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Table)))
type Scopes TablesUpload Source # 
type Scopes TablesUpload = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs TablesUpload Source # 

Request Lenses

tuPayload :: Lens' TablesUpload Table Source #

Multipart request metadata.