gogol-maps-engine-0.1.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.ListPublished

Contents

Description

Return all published maps readable by the current user.

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

Synopsis

REST Resource

type MapsListPublishedResource = "mapsengine" :> ("v1" :> ("maps" :> ("published" :> (QueryParam "pageToken" Text :> (QueryParam "projectId" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] PublishedMapsListResponse))))))) Source #

A resource alias for mapsengine.maps.listPublished method which the MapsListPublished request conforms to.

Creating a Request

mapsListPublished :: MapsListPublished Source #

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

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

data MapsListPublished Source #

Return all published maps readable by the current user.

See: mapsListPublished smart constructor.

Instances

Eq MapsListPublished Source # 
Data MapsListPublished Source # 

Methods

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

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

toConstr :: MapsListPublished -> Constr #

dataTypeOf :: MapsListPublished -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MapsListPublished Source # 
Generic MapsListPublished Source # 
GoogleRequest MapsListPublished Source # 
type Rep MapsListPublished Source # 
type Rep MapsListPublished = D1 (MetaData "MapsListPublished" "Network.Google.Resource.MapsEngine.Maps.ListPublished" "gogol-maps-engine-0.1.0-F70npHcNvstDbolC2C6pjB" False) (C1 (MetaCons "MapsListPublished'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mlpPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_mlpProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_mlpMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))))
type Scopes MapsListPublished Source # 
type Scopes MapsListPublished = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs MapsListPublished Source # 

Request Lenses

mlpPageToken :: Lens' MapsListPublished (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.

mlpProjectId :: Lens' MapsListPublished (Maybe Text) Source #

The ID of a Maps Engine project, used to filter the response. To list all available projects with their IDs, send a Projects: list request. You can also find your project ID as the value of the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.

mlpMaxResults :: Lens' MapsListPublished (Maybe Word32) Source #

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