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.Projects.Icons.List

Contents

Description

Return all icons in the current project

See: Google Maps Engine API Reference for mapsengine.projects.icons.list.

Synopsis

REST Resource

type ProjectsIconsListResource = "mapsengine" :> ("v1" :> ("projects" :> (Capture "projectId" Text :> ("icons" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] IconsListResponse))))))) Source #

A resource alias for mapsengine.projects.icons.list method which the ProjectsIconsList request conforms to.

Creating a Request

projectsIconsList Source #

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

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

data ProjectsIconsList Source #

Return all icons in the current project

See: projectsIconsList smart constructor.

Instances

Eq ProjectsIconsList Source # 
Data ProjectsIconsList Source # 

Methods

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

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

toConstr :: ProjectsIconsList -> Constr #

dataTypeOf :: ProjectsIconsList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

pilPageToken :: Lens' ProjectsIconsList (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.

pilProjectId :: Lens' ProjectsIconsList Text Source #

The ID of the project.

pilMaxResults :: Lens' ProjectsIconsList (Maybe Word32) Source #

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