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

Contents

Description

Retrieves a list of templates.

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

Synopsis

REST Resource

type TemplateListResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("templates" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] TemplateList))))))) Source #

A resource alias for fusiontables.template.list method which the TemplateList' request conforms to.

Creating a Request

templateList' Source #

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

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

data TemplateList' Source #

Retrieves a list of templates.

See: templateList' smart constructor.

Instances

Eq TemplateList' Source # 
Data TemplateList' Source # 

Methods

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

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

toConstr :: TemplateList' -> Constr #

dataTypeOf :: TemplateList' -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TemplateList' Source # 
Generic TemplateList' Source # 

Associated Types

type Rep TemplateList' :: * -> * #

GoogleRequest TemplateList' Source # 

Associated Types

type Rs TemplateList' :: * #

type Scopes TemplateList' :: [Symbol] #

type Rep TemplateList' Source # 
type Rep TemplateList' = D1 (MetaData "TemplateList'" "Network.Google.Resource.FusionTables.Template.List" "gogol-fusiontables-0.3.0-ESl5hmDbwFz97NzJeoZzZf" False) (C1 (MetaCons "TemplateList''" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tllPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tllTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tllMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))))
type Scopes TemplateList' Source # 
type Scopes TemplateList' = (:) Symbol "https://www.googleapis.com/auth/fusiontables" ((:) Symbol "https://www.googleapis.com/auth/fusiontables.readonly" ([] Symbol))
type Rs TemplateList' Source # 

Request Lenses

tllPageToken :: Lens' TemplateList' (Maybe Text) Source #

Continuation token specifying which results page to return. Optional.

tllTableId :: Lens' TemplateList' Text Source #

Identifier for the table whose templates are being requested

tllMaxResults :: Lens' TemplateList' (Maybe Word32) Source #

Maximum number of templates to return. Optional. Default is 5.