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

Contents

Description

Retrieves a list of tables a user owns.

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

Synopsis

REST Resource

type TableListResource = "fusiontables" :> ("v2" :> ("tables" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] TableList))))) Source #

A resource alias for fusiontables.table.list method which the TableList' request conforms to.

Creating a Request

tableList' :: TableList' Source #

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

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

data TableList' Source #

Retrieves a list of tables a user owns.

See: tableList' smart constructor.

Instances
Eq TableList' Source # 
Instance details

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

Data TableList' Source # 
Instance details

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

Methods

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

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

toConstr :: TableList' -> Constr #

dataTypeOf :: TableList' -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TableList' Source # 
Instance details

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

Generic TableList' Source # 
Instance details

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

Associated Types

type Rep TableList' :: Type -> Type #

GoogleRequest TableList' Source # 
Instance details

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

Associated Types

type Rs TableList' :: Type #

type Scopes TableList' :: [Symbol] #

type Rep TableList' Source # 
Instance details

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

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

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

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

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

Request Lenses

tPageToken :: Lens' TableList' (Maybe Text) Source #

Continuation token specifying which result page to return.

tMaxResults :: Lens' TableList' (Maybe Word32) Source #

Maximum number of tables to return. Default is 5.