gogol-maps-engine-0.2.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.Assets.Get

Contents

Description

Return metadata for a particular asset.

See: Google Maps Engine API Reference for mapsengine.assets.get.

Synopsis

REST Resource

type AssetsGetResource = "mapsengine" :> ("v1" :> ("assets" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Asset)))) Source #

A resource alias for mapsengine.assets.get method which the AssetsGet request conforms to.

Creating a Request

assetsGet Source #

Arguments

:: Text

agId

-> AssetsGet 

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

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

data AssetsGet Source #

Return metadata for a particular asset.

See: assetsGet smart constructor.

Instances

Eq AssetsGet Source # 
Data AssetsGet Source # 

Methods

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

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

toConstr :: AssetsGet -> Constr #

dataTypeOf :: AssetsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AssetsGet Source # 
Generic AssetsGet Source # 

Associated Types

type Rep AssetsGet :: * -> * #

GoogleRequest AssetsGet Source # 

Associated Types

type Rs AssetsGet :: * #

type Scopes AssetsGet :: [Symbol] #

type Rep AssetsGet Source # 
type Rep AssetsGet = D1 (MetaData "AssetsGet" "Network.Google.Resource.MapsEngine.Assets.Get" "gogol-maps-engine-0.2.0-2bpteR2QZNW3x0T2dUmzGZ" True) (C1 (MetaCons "AssetsGet'" PrefixI True) (S1 (MetaSel (Just Symbol "_agId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes AssetsGet Source # 
type Scopes AssetsGet = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs AssetsGet Source # 

Request Lenses

agId :: Lens' AssetsGet Text Source #

The ID of the asset.