gogol-fusiontables-0.0.1: Google Fusion Tables 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.FusionTables.Table.Update

Contents

Description

Updates an existing table. Unless explicitly requested, only the name, description, and attribution will be updated.

See: Fusion Tables API Reference for fusiontables.table.update.

Synopsis

REST Resource

type TableUpdateResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> (QueryParam "replaceViewDefinition" Bool :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Table :> Put `[JSON]` Table)))))) Source

A resource alias for fusiontables.table.update method which the TableUpdate request conforms to.

Creating a Request

tableUpdate Source

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

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

data TableUpdate Source

Updates an existing table. Unless explicitly requested, only the name, description, and attribution will be updated.

See: tableUpdate smart constructor.

Request Lenses

tabPayload :: Lens' TableUpdate Table Source

Multipart request metadata.

tabReplaceViewDefinition :: Lens' TableUpdate (Maybe Bool) Source

Whether the view definition is also updated. The specified view definition replaces the existing one. Only a view can be updated with a new definition.

tabTableId :: Lens' TableUpdate Text Source

ID of the table that is being updated.