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.Get

Contents

Description

Return an icon or its associated metadata

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

Synopsis

REST Resource

type ProjectsIconsGetResource = ("mapsengine" :> ("v1" :> ("projects" :> (Capture "projectId" Text :> ("icons" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Icon))))))) :<|> ("mapsengine" :> ("v1" :> ("projects" :> (Capture "projectId" Text :> ("icons" :> (Capture "id" Text :> (QueryParam "alt" AltMedia :> Get '[OctetStream] Stream))))))) Source #

A resource alias for mapsengine.projects.icons.get method which the ProjectsIconsGet request conforms to.

Creating a Request

projectsIconsGet Source #

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

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

data ProjectsIconsGet Source #

Return an icon or its associated metadata

See: projectsIconsGet smart constructor.

Instances

Eq ProjectsIconsGet Source # 
Data ProjectsIconsGet Source # 

Methods

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

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

toConstr :: ProjectsIconsGet -> Constr #

dataTypeOf :: ProjectsIconsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

pigId :: Lens' ProjectsIconsGet Text Source #

The ID of the icon.

pigProjectId :: Lens' ProjectsIconsGet Text Source #

The ID of the project.