gogol-maps-engine-0.1.1: 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.Assets.Parents.List

Contents

Description

Return all parent ids of the specified asset.

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

Synopsis

REST Resource

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

A resource alias for mapsengine.assets.parents.list method which the AssetsParentsList request conforms to.

Creating a Request

assetsParentsList Source #

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

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

data AssetsParentsList Source #

Return all parent ids of the specified asset.

See: assetsParentsList smart constructor.

Instances

Eq AssetsParentsList Source # 
Data AssetsParentsList Source # 

Methods

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

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

toConstr :: AssetsParentsList -> Constr #

dataTypeOf :: AssetsParentsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AssetsParentsList Source # 
Generic AssetsParentsList Source # 
GoogleRequest AssetsParentsList Source # 
type Rep AssetsParentsList Source # 
type Rep AssetsParentsList = D1 (MetaData "AssetsParentsList" "Network.Google.Resource.MapsEngine.Assets.Parents.List" "gogol-maps-engine-0.1.1-3VW0k8BveQXImTfJ79Ve4K" False) (C1 (MetaCons "AssetsParentsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aplId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_aplPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aplMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))))
type Scopes AssetsParentsList Source # 
type Scopes AssetsParentsList = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs AssetsParentsList Source # 

Request Lenses

aplId :: Lens' AssetsParentsList Text Source #

The ID of the asset whose parents will be listed.

aplPageToken :: Lens' AssetsParentsList (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.

aplMaxResults :: Lens' AssetsParentsList (Maybe Word32) Source #

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