gogol-appengine-0.2.0: Google App Engine Admin 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.AppEngine.Apps.Locations.Get

Contents

Description

Get information about a location.

See: Google App Engine Admin API Reference for appengine.apps.locations.get.

Synopsis

REST Resource

type AppsLocationsGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("locations" :> (Capture "locationsId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Location)))))))))))) Source #

A resource alias for appengine.apps.locations.get method which the AppsLocationsGet request conforms to.

Creating a Request

appsLocationsGet Source #

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

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

data AppsLocationsGet Source #

Get information about a location.

See: appsLocationsGet smart constructor.

Instances

Eq AppsLocationsGet Source # 
Data AppsLocationsGet Source # 

Methods

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

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

toConstr :: AppsLocationsGet -> Constr #

dataTypeOf :: AppsLocationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsLocationsGet Source # 
Generic AppsLocationsGet Source # 
GoogleRequest AppsLocationsGet Source # 
type Rep AppsLocationsGet Source # 
type Scopes AppsLocationsGet Source # 
type Scopes AppsLocationsGet = (:) Symbol "https://www.googleapis.com/auth/appengine.admin" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ([] Symbol)))
type Rs AppsLocationsGet Source # 

Request Lenses

algUploadProtocol :: Lens' AppsLocationsGet (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

algPp :: Lens' AppsLocationsGet Bool Source #

Pretty-print response.

algUploadType :: Lens' AppsLocationsGet (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

algAppsId :: Lens' AppsLocationsGet Text Source #

Part of `name`. Resource name for the location.

algLocationsId :: Lens' AppsLocationsGet Text Source #

Part of `name`. See documentation of `appsId`.