gogol-maps-engine-0.2.0: Google Maps Engine 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.MapsEngine.Tables.Parents.List

Contents

Description

Return all parent ids of the specified table.

See: Google Maps Engine API Reference for mapsengine.tables.parents.list.

Synopsis

REST Resource

type TablesParentsListResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> ("parents" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ParentsListResponse))))))) Source #

A resource alias for mapsengine.tables.parents.list method which the TablesParentsList request conforms to.

Creating a Request

tablesParentsList Source #

Arguments

:: Text

tId

-> TablesParentsList 

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

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

data TablesParentsList Source #

Return all parent ids of the specified table.

See: tablesParentsList smart constructor.

Instances

Eq TablesParentsList Source # 
Data TablesParentsList Source # 

Methods

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

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

toConstr :: TablesParentsList -> Constr #

dataTypeOf :: TablesParentsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TablesParentsList Source # 
Generic TablesParentsList Source # 
GoogleRequest TablesParentsList Source # 
type Rep TablesParentsList Source # 
type Rep TablesParentsList = D1 (MetaData "TablesParentsList" "Network.Google.Resource.MapsEngine.Tables.Parents.List" "gogol-maps-engine-0.2.0-2bpteR2QZNW3x0T2dUmzGZ" False) (C1 (MetaCons "TablesParentsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_tPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))))
type Scopes TablesParentsList Source # 
type Scopes TablesParentsList = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs TablesParentsList Source # 

Request Lenses

tId :: Lens' TablesParentsList Text Source #

The ID of the table whose parents will be listed.

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

The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.

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

The maximum number of items to include in a single response page. The maximum supported value is 50.