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

Contents

Description

Gets information about an application.

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

Synopsis

REST Resource

type AppsGetResource = "v1" :> ("apps" :> (Capture "appsId" 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] Application)))))))))) Source #

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

Creating a Request

appsGet Source #

Arguments

:: Text

agAppsId

-> AppsGet 

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

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

data AppsGet Source #

Gets information about an application.

See: appsGet smart constructor.

Instances

Eq AppsGet Source # 

Methods

(==) :: AppsGet -> AppsGet -> Bool #

(/=) :: AppsGet -> AppsGet -> Bool #

Data AppsGet Source # 

Methods

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

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

toConstr :: AppsGet -> Constr #

dataTypeOf :: AppsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsGet Source # 
Generic AppsGet Source # 

Associated Types

type Rep AppsGet :: * -> * #

Methods

from :: AppsGet -> Rep AppsGet x #

to :: Rep AppsGet x -> AppsGet #

GoogleRequest AppsGet Source # 

Associated Types

type Rs AppsGet :: * #

type Scopes AppsGet :: [Symbol] #

type Rep AppsGet Source # 
type Scopes AppsGet Source # 
type Scopes AppsGet = (:) 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 AppsGet Source # 

Request Lenses

agXgafv :: Lens' AppsGet (Maybe Text) Source #

V1 error format.

agUploadProtocol :: Lens' AppsGet (Maybe Text) Source #

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

agPp :: Lens' AppsGet Bool Source #

Pretty-print response.

agAccessToken :: Lens' AppsGet (Maybe Text) Source #

OAuth access token.

agUploadType :: Lens' AppsGet (Maybe Text) Source #

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

agBearerToken :: Lens' AppsGet (Maybe Text) Source #

OAuth bearer token.

agAppsId :: Lens' AppsGet Text Source #

Part of `name`. Name of the Application resource to get. Example: apps/myapp.