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

Contents

Description

Return metadata for a particular raster collection.

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

Synopsis

REST Resource

type RasterCollectionsGetResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] RasterCollection)))) Source #

A resource alias for mapsengine.rasterCollections.get method which the RasterCollectionsGet request conforms to.

Creating a Request

rasterCollectionsGet Source #

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

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

data RasterCollectionsGet Source #

Return metadata for a particular raster collection.

See: rasterCollectionsGet smart constructor.

Instances

Eq RasterCollectionsGet Source # 
Data RasterCollectionsGet Source # 

Methods

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

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

toConstr :: RasterCollectionsGet -> Constr #

dataTypeOf :: RasterCollectionsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RasterCollectionsGet Source # 
Generic RasterCollectionsGet Source # 
GoogleRequest RasterCollectionsGet Source # 
type Rep RasterCollectionsGet Source # 
type Rep RasterCollectionsGet = D1 (MetaData "RasterCollectionsGet" "Network.Google.Resource.MapsEngine.RasterCollections.Get" "gogol-maps-engine-0.3.0-8urOfAmB6laBICTI61kKED" True) (C1 (MetaCons "RasterCollectionsGet'" PrefixI True) (S1 (MetaSel (Just Symbol "_rcgId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes RasterCollectionsGet Source # 
type Scopes RasterCollectionsGet = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs RasterCollectionsGet Source # 

Request Lenses

rcgId :: Lens' RasterCollectionsGet Text Source #

The ID of the raster collection.