gogol-appengine-0.0.1: Google App Engine Admin SDK.

Copyright(c) 2015 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 = "v1beta4" :> ("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 "ensureResourcesExist" Bool :> (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.

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 to get. For example: "apps/myapp".

agEnsureResourcesExist :: Lens' AppsGet (Maybe Bool) Source

Certain resources associated with an application are created on-demand. Controls whether these resources should be created when performing the `GET` operation. If specified and any resources cloud not be created, the request will fail with an error code.