gogol-appengine-0.4.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

Gets information about a location.

See: 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" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" 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 #

Gets information about a location.

See: appsLocationsGet smart constructor.

Instances
Eq AppsLocationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Locations.Get

Data AppsLocationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Locations.Get

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 # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Locations.Get

Generic AppsLocationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Locations.Get

Associated Types

type Rep AppsLocationsGet :: Type -> Type #

GoogleRequest AppsLocationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Locations.Get

Associated Types

type Rs AppsLocationsGet :: Type #

type Scopes AppsLocationsGet :: [Symbol] #

type Rep AppsLocationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Locations.Get

type Rep AppsLocationsGet = D1 (MetaData "AppsLocationsGet" "Network.Google.Resource.AppEngine.Apps.Locations.Get" "gogol-appengine-0.4.0-48gH8mpUkemKe8XR9UYlzr" False) (C1 (MetaCons "AppsLocationsGet'" PrefixI True) ((S1 (MetaSel (Just "_algXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_algUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_algAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_algUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_algAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_algLocationsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_algCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes AppsLocationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Locations.Get

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

Defined in Network.Google.Resource.AppEngine.Apps.Locations.Get

Request Lenses

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

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

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`.