gogol-fusiontables-0.3.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.Template.Get

Contents

Description

Retrieves a specific template by its id

See: Fusion Tables API Reference for fusiontables.template.get.

Synopsis

REST Resource

type TemplateGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("templates" :> (Capture "templateId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Template)))))) #

A resource alias for fusiontables.template.get method which the TemplateGet request conforms to.

Creating a Request

templateGet #

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

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

data TemplateGet #

Retrieves a specific template by its id

See: templateGet smart constructor.

Instances

Eq TemplateGet # 
Data TemplateGet # 

Methods

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

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

toConstr :: TemplateGet -> Constr #

dataTypeOf :: TemplateGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TemplateGet # 
Generic TemplateGet # 

Associated Types

type Rep TemplateGet :: * -> * #

GoogleRequest TemplateGet # 

Associated Types

type Rs TemplateGet :: * #

type Scopes TemplateGet :: [Symbol] #

type Rep TemplateGet # 
type Rep TemplateGet = D1 (MetaData "TemplateGet" "Network.Google.Resource.FusionTables.Template.Get" "gogol-fusiontables-0.3.0-BCRYNMU2vIA3DV02VkRgko" False) (C1 (MetaCons "TemplateGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_temeTemplateId") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 (Textual Int32))) (S1 (MetaSel (Just Symbol "_temeTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes TemplateGet # 
type Scopes TemplateGet = (:) Symbol "https://www.googleapis.com/auth/fusiontables" ((:) Symbol "https://www.googleapis.com/auth/fusiontables.readonly" ([] Symbol))
type Rs TemplateGet # 

Request Lenses

temeTemplateId :: Lens' TemplateGet Int32 #

Identifier for the template that is being requested

temeTableId :: Lens' TemplateGet Text #

Table to which the template belongs