gogol-maps-engine-0.0.1: Google Maps Engine SDK.

Copyright(c) 2015 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.

Request Lenses

tuPayload :: Lens' TablesUpload Table Source

Multipart request metadata.