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

Contents

Description

Return all parent ids of the specified layer.

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

Synopsis

REST Resource

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

A resource alias for mapsengine.layers.parents.list method which the LayersParentsList request conforms to.

Creating a Request

layersParentsList Source #

Arguments

:: Text

lId

-> LayersParentsList 

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

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

data LayersParentsList Source #

Return all parent ids of the specified layer.

See: layersParentsList smart constructor.

Instances

Eq LayersParentsList Source # 
Data LayersParentsList Source # 

Methods

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

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

toConstr :: LayersParentsList -> Constr #

dataTypeOf :: LayersParentsList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

lId :: Lens' LayersParentsList Text Source #

The ID of the layer whose parents will be listed.

lPageToken :: Lens' LayersParentsList (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.

lMaxResults :: Lens' LayersParentsList (Maybe Word32) Source #

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