gogol-maps-engine-0.0.1: Google Maps Engine SDK.

Copyright(c) 2015 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:

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.