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.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 # 
Instance details

Defined in Network.Google.Resource.FusionTables.Template.List

Data TemplateList' Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Template.List

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 # 
Instance details

Defined in Network.Google.Resource.FusionTables.Template.List

Generic TemplateList' Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Template.List

Associated Types

type Rep TemplateList' :: Type -> Type #

GoogleRequest TemplateList' Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Template.List

Associated Types

type Rs TemplateList' :: Type #

type Scopes TemplateList' :: [Symbol] #

type Rep TemplateList' Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Template.List

type Rep TemplateList' = D1 (MetaData "TemplateList'" "Network.Google.Resource.FusionTables.Template.List" "gogol-fusiontables-0.4.0-Jb8aaUwQ1vj5yEgIm76X5I" False) (C1 (MetaCons "TemplateList''" PrefixI True) (S1 (MetaSel (Just "_tllPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_tllTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_tllMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))))
type Scopes TemplateList' Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Template.List

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

Defined in Network.Google.Resource.FusionTables.Template.List

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.