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

Contents

Description

Updates an existing style.

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

Synopsis

REST Resource

type StyleUpdateResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (Capture "styleId" (Textual Int32) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] StyleSetting :> Put '[JSON] StyleSetting))))))) Source #

A resource alias for fusiontables.style.update method which the StyleUpdate request conforms to.

Creating a Request

styleUpdate Source #

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

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

data StyleUpdate Source #

Updates an existing style.

See: styleUpdate smart constructor.

Instances
Eq StyleUpdate Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Update

Data StyleUpdate Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Update

Methods

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

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

toConstr :: StyleUpdate -> Constr #

dataTypeOf :: StyleUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StyleUpdate Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Update

Generic StyleUpdate Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Update

Associated Types

type Rep StyleUpdate :: Type -> Type #

GoogleRequest StyleUpdate Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Update

Associated Types

type Rs StyleUpdate :: Type #

type Scopes StyleUpdate :: [Symbol] #

type Rep StyleUpdate Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Update

type Rep StyleUpdate = D1 (MetaData "StyleUpdate" "Network.Google.Resource.FusionTables.Style.Update" "gogol-fusiontables-0.4.0-Jb8aaUwQ1vj5yEgIm76X5I" False) (C1 (MetaCons "StyleUpdate'" PrefixI True) (S1 (MetaSel (Just "_suPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 StyleSetting) :*: (S1 (MetaSel (Just "_suStyleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)) :*: S1 (MetaSel (Just "_suTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes StyleUpdate Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Update

type Scopes StyleUpdate = "https://www.googleapis.com/auth/fusiontables" ': ([] :: [Symbol])
type Rs StyleUpdate Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.Update

Request Lenses

suPayload :: Lens' StyleUpdate StyleSetting Source #

Multipart request metadata.

suStyleId :: Lens' StyleUpdate Int32 Source #

Identifier (within a table) for the style being updated.

suTableId :: Lens' StyleUpdate Text Source #

Table whose style is being updated.