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.Parents.List

Contents

Description

Return all parent ids of the specified raster collection.

See: Google Maps Engine API Reference for mapsengine.rasterCollections.parents.list.

Synopsis

REST Resource

type RasterCollectionsParentsListResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> ("parents" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ParentsListResponse))))))) Source #

A resource alias for mapsengine.rasterCollections.parents.list method which the RasterCollectionsParentsList request conforms to.

Creating a Request

rasterCollectionsParentsList Source #

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

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

data RasterCollectionsParentsList Source #

Return all parent ids of the specified raster collection.

See: rasterCollectionsParentsList smart constructor.

Instances

Eq RasterCollectionsParentsList Source # 
Data RasterCollectionsParentsList Source # 

Methods

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

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

toConstr :: RasterCollectionsParentsList -> Constr #

dataTypeOf :: RasterCollectionsParentsList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

rcplcId :: Lens' RasterCollectionsParentsList Text Source #

The ID of the raster collection whose parents will be listed.

rcplcPageToken :: Lens' RasterCollectionsParentsList (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.

rcplcMaxResults :: Lens' RasterCollectionsParentsList (Maybe Word32) Source #

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