gogol-appengine-0.1.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.Services.Get

Contents

Description

Gets the current configuration of the service.

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

Synopsis

REST Resource

type AppsServicesGetResource = "v1beta5" :> ("apps" :> (Capture "appsId" Text :> ("services" :> (Capture "servicesId" 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] Service)))))))))))) Source #

A resource alias for appengine.apps.services.get method which the AppsServicesGet request conforms to.

Creating a Request

appsServicesGet Source #

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

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

data AppsServicesGet Source #

Gets the current configuration of the service.

See: appsServicesGet smart constructor.

Instances

Eq AppsServicesGet Source # 
Data AppsServicesGet Source # 

Methods

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

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

toConstr :: AppsServicesGet -> Constr #

dataTypeOf :: AppsServicesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

asgUploadProtocol :: Lens' AppsServicesGet (Maybe Text) Source #

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

asgPp :: Lens' AppsServicesGet Bool Source #

Pretty-print response.

asgUploadType :: Lens' AppsServicesGet (Maybe Text) Source #

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

asgAppsId :: Lens' AppsServicesGet Text Source #

Part of `name`. Name of the resource requested. For example: "apps/myapp/services/default".

asgServicesId :: Lens' AppsServicesGet Text Source #

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