gogol-maps-engine-0.1.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.Permissions.List

Contents

Description

Return all of the permissions for the specified asset.

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

Synopsis

REST Resource

type TablesPermissionsListResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> ("permissions" :> (QueryParam "alt" AltJSON :> Get '[JSON] PermissionsListResponse))))) Source #

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

Creating a Request

tablesPermissionsList Source #

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

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

data TablesPermissionsList Source #

Return all of the permissions for the specified asset.

See: tablesPermissionsList smart constructor.

Instances

Eq TablesPermissionsList Source # 
Data TablesPermissionsList Source # 

Methods

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

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

toConstr :: TablesPermissionsList -> Constr #

dataTypeOf :: TablesPermissionsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TablesPermissionsList Source # 
Generic TablesPermissionsList Source # 
GoogleRequest TablesPermissionsList Source # 
type Rep TablesPermissionsList Source # 
type Rep TablesPermissionsList = D1 (MetaData "TablesPermissionsList" "Network.Google.Resource.MapsEngine.Tables.Permissions.List" "gogol-maps-engine-0.1.0-F70npHcNvstDbolC2C6pjB" True) (C1 (MetaCons "TablesPermissionsList'" PrefixI True) (S1 (MetaSel (Just Symbol "_tplId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes TablesPermissionsList Source # 
type Scopes TablesPermissionsList = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ((:) Symbol "https://www.googleapis.com/auth/mapsengine.readonly" ([] Symbol))
type Rs TablesPermissionsList Source # 

Request Lenses

tplId :: Lens' TablesPermissionsList Text Source #

The ID of the asset whose permissions will be listed.