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.Layers.ListPublished

Contents

Description

Return all published layers readable by the current user.

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

Synopsis

REST Resource

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

A resource alias for mapsengine.layers.listPublished method which the LayersListPublished request conforms to.

Creating a Request

layersListPublished :: LayersListPublished Source #

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

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

data LayersListPublished Source #

Return all published layers readable by the current user.

See: layersListPublished smart constructor.

Instances

Eq LayersListPublished Source # 
Data LayersListPublished Source # 

Methods

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

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

toConstr :: LayersListPublished -> Constr #

dataTypeOf :: LayersListPublished -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LayersListPublished Source # 
Generic LayersListPublished Source # 
GoogleRequest LayersListPublished Source # 
type Rep LayersListPublished Source # 
type Rep LayersListPublished = D1 (MetaData "LayersListPublished" "Network.Google.Resource.MapsEngine.Layers.ListPublished" "gogol-maps-engine-0.3.0-8urOfAmB6laBICTI61kKED" False) (C1 (MetaCons "LayersListPublished'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_llpPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_llpProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_llpMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))))
type Scopes LayersListPublished Source # 
type Scopes LayersListPublished = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs LayersListPublished Source # 

Request Lenses

llpPageToken :: Lens' LayersListPublished (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.

llpProjectId :: Lens' LayersListPublished (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.

llpMaxResults :: Lens' LayersListPublished (Maybe Word32) Source #

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