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

Contents

Description

Return all rasters readable by the current user.

See: Google Maps Engine API Reference for mapsengine.rasters.list.

Synopsis

REST Resource

type RastersListResource = "mapsengine" :> ("v1" :> ("rasters" :> (QueryParam "projectId" Text :> (QueryParam "createdAfter" DateTime' :> (QueryParam "creatorEmail" Text :> (QueryParam "role" RastersListRole :> (QueryParam "bbox" Text :> (QueryParam "processingStatus" RastersListProcessingStatus :> (QueryParam "modifiedAfter" DateTime' :> (QueryParam "modifiedBefore" DateTime' :> (QueryParam "pageToken" Text :> (QueryParam "search" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "tags" Text :> (QueryParam "createdBefore" DateTime' :> (QueryParam "alt" AltJSON :> Get '[JSON] RastersListResponse)))))))))))))))) Source #

A resource alias for mapsengine.rasters.list method which the RastersList request conforms to.

Creating a Request

rastersList Source #

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

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

data RastersList Source #

Return all rasters readable by the current user.

See: rastersList smart constructor.

Instances

Eq RastersList Source # 
Data RastersList Source # 

Methods

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

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

toConstr :: RastersList -> Constr #

dataTypeOf :: RastersList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RastersList Source # 
Generic RastersList Source # 

Associated Types

type Rep RastersList :: * -> * #

GoogleRequest RastersList Source # 

Associated Types

type Rs RastersList :: * #

type Scopes RastersList :: [Symbol] #

type Rep RastersList Source # 
type Rep RastersList = D1 (MetaData "RastersList" "Network.Google.Resource.MapsEngine.Rasters.List" "gogol-maps-engine-0.3.0-8urOfAmB6laBICTI61kKED" False) (C1 (MetaCons "RastersList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlCreatedAfter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) ((:*:) (S1 (MetaSel (Just Symbol "_rlCreatorEmail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RastersListRole))))) ((:*:) (S1 (MetaSel (Just Symbol "_rlBbox") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rlProcessingStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RastersListProcessingStatus))) (S1 (MetaSel (Just Symbol "_rlModifiedAfter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlModifiedBefore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) ((:*:) (S1 (MetaSel (Just Symbol "_rlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlSearch") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))) ((:*:) (S1 (MetaSel (Just Symbol "_rlTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlCreatedBefore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))))))))
type Scopes RastersList Source # 
type Scopes RastersList = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs RastersList Source # 

Request Lenses

rlCreatedAfter :: Lens' RastersList (Maybe UTCTime) Source #

An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have been created at or after this time.

rlCreatorEmail :: Lens' RastersList (Maybe Text) Source #

An email address representing a user. Returned assets that have been created by the user associated with the provided email address.

rlRole :: Lens' RastersList (Maybe RastersListRole) Source #

The role parameter indicates that the response should only contain assets where the current user has the specified level of access.

rlBbox :: Lens' RastersList (Maybe Text) Source #

A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this bounding box will be returned.

rlModifiedAfter :: Lens' RastersList (Maybe UTCTime) Source #

An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have been modified at or after this time.

rlModifiedBefore :: Lens' RastersList (Maybe UTCTime) Source #

An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have been modified at or before this time.

rlPageToken :: Lens' RastersList (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.

rlProjectId :: Lens' RastersList Text Source #

The ID of a Maps Engine project, used to filter the response. To list all available projects with their IDs, send a Projects: list request. You can also find your project ID as the value of the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.

rlSearch :: Lens' RastersList (Maybe Text) Source #

An unstructured search string used to filter the set of results based on asset metadata.

rlMaxResults :: Lens' RastersList (Maybe Word32) Source #

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

rlTags :: Lens' RastersList (Maybe Text) Source #

A comma separated list of tags. Returned assets will contain all the tags from the list.

rlCreatedBefore :: Lens' RastersList (Maybe UTCTime) Source #

An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have been created at or before this time.