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

Contents

Description

Return all tables readable by the current user.

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

Synopsis

REST Resource

type TablesListResource = "mapsengine" :> ("v1" :> ("tables" :> (QueryParam "createdAfter" DateTime' :> (QueryParam "creatorEmail" Text :> (QueryParam "role" TablesListRole :> (QueryParam "bbox" Text :> (QueryParam "processingStatus" TablesListProcessingStatus :> (QueryParam "modifiedAfter" DateTime' :> (QueryParam "modifiedBefore" DateTime' :> (QueryParam "pageToken" Text :> (QueryParam "projectId" Text :> (QueryParam "search" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "tags" Text :> (QueryParam "createdBefore" DateTime' :> (QueryParam "alt" AltJSON :> Get '[JSON] TablesListResponse)))))))))))))))) Source #

A resource alias for mapsengine.tables.list method which the TablesList request conforms to.

Creating a Request

tablesList :: TablesList Source #

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

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

data TablesList Source #

Return all tables readable by the current user.

See: tablesList smart constructor.

Instances

Eq TablesList Source # 
Data TablesList Source # 

Methods

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

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

toConstr :: TablesList -> Constr #

dataTypeOf :: TablesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TablesList Source # 
Generic TablesList Source # 

Associated Types

type Rep TablesList :: * -> * #

GoogleRequest TablesList Source # 

Associated Types

type Rs TablesList :: * #

type Scopes TablesList :: [Symbol] #

type Rep TablesList Source # 
type Rep TablesList = D1 (MetaData "TablesList" "Network.Google.Resource.MapsEngine.Tables.List" "gogol-maps-engine-0.2.0-2bpteR2QZNW3x0T2dUmzGZ" False) (C1 (MetaCons "TablesList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tlCreatedAfter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) ((:*:) (S1 (MetaSel (Just Symbol "_tlCreatorEmail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tlRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TablesListRole))))) ((:*:) (S1 (MetaSel (Just Symbol "_tlBbox") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tlProcessingStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TablesListProcessingStatus))) (S1 (MetaSel (Just Symbol "_tlModifiedAfter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tlModifiedBefore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) ((:*:) (S1 (MetaSel (Just Symbol "_tlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tlProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tlSearch") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tlMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))) ((:*:) (S1 (MetaSel (Just Symbol "_tlTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tlCreatedBefore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))))))))
type Scopes TablesList Source # 
type Scopes TablesList = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs TablesList Source # 

Request Lenses

tlCreatedAfter :: Lens' TablesList (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.

tlCreatorEmail :: Lens' TablesList (Maybe Text) Source #

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

tlRole :: Lens' TablesList (Maybe TablesListRole) Source #

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

tlBbox :: Lens' TablesList (Maybe Text) Source #

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

tlModifiedAfter :: Lens' TablesList (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.

tlModifiedBefore :: Lens' TablesList (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.

tlPageToken :: Lens' TablesList (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.

tlProjectId :: Lens' TablesList (Maybe 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.

tlSearch :: Lens' TablesList (Maybe Text) Source #

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

tlMaxResults :: Lens' TablesList (Maybe Word32) Source #

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

tlTags :: Lens' TablesList (Maybe Text) Source #

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

tlCreatedBefore :: Lens' TablesList (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.