gogol-maps-engine-0.3.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.Maps.GetPublished

Contents

Description

Return the published metadata for a particular map.

See: Google Maps Engine API Reference for mapsengine.maps.getPublished.

Synopsis

REST Resource

type MapsGetPublishedResource = "mapsengine" :> ("v1" :> ("maps" :> (Capture "id" Text :> ("published" :> (QueryParam "alt" AltJSON :> Get '[JSON] PublishedMap))))) Source #

A resource alias for mapsengine.maps.getPublished method which the MapsGetPublished request conforms to.

Creating a Request

mapsGetPublished Source #

Arguments

:: Text

mgpId

-> MapsGetPublished 

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

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

data MapsGetPublished Source #

Return the published metadata for a particular map.

See: mapsGetPublished smart constructor.

Instances

Eq MapsGetPublished Source # 
Data MapsGetPublished Source # 

Methods

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

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

toConstr :: MapsGetPublished -> Constr #

dataTypeOf :: MapsGetPublished -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MapsGetPublished Source # 
Generic MapsGetPublished Source # 
GoogleRequest MapsGetPublished Source # 
type Rep MapsGetPublished Source # 
type Rep MapsGetPublished = D1 (MetaData "MapsGetPublished" "Network.Google.Resource.MapsEngine.Maps.GetPublished" "gogol-maps-engine-0.3.0-8urOfAmB6laBICTI61kKED" True) (C1 (MetaCons "MapsGetPublished'" PrefixI True) (S1 (MetaSel (Just Symbol "_mgpId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes MapsGetPublished Source # 
type Scopes MapsGetPublished = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs MapsGetPublished Source # 

Request Lenses

mgpId :: Lens' MapsGetPublished Text Source #

The ID of the map.