gogol-appengine-0.1.1: 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.Repair

Contents

Description

Recreates the required App Engine features for the application in your project, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example "*Error retrieving the App Engine service account*".

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

Synopsis

REST Resource

type AppsRepairResource = "v1" :> ("apps" :> (CaptureMode "appsId" "repair" 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 :> (ReqBody '[JSON] RepairApplicationRequest :> Post '[JSON] Operation))))))))))) Source #

A resource alias for appengine.apps.repair method which the AppsRepair request conforms to.

Creating a Request

appsRepair Source #

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

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

data AppsRepair Source #

Recreates the required App Engine features for the application in your project, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example "*Error retrieving the App Engine service account*".

See: appsRepair smart constructor.

Instances

Eq AppsRepair Source # 
Data AppsRepair Source # 

Methods

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

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

toConstr :: AppsRepair -> Constr #

dataTypeOf :: AppsRepair -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsRepair Source # 
Generic AppsRepair Source # 

Associated Types

type Rep AppsRepair :: * -> * #

GoogleRequest AppsRepair Source # 

Associated Types

type Rs AppsRepair :: * #

type Scopes AppsRepair :: [Symbol] #

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

Request Lenses

arXgafv :: Lens' AppsRepair (Maybe Text) Source #

V1 error format.

arUploadProtocol :: Lens' AppsRepair (Maybe Text) Source #

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

arPp :: Lens' AppsRepair Bool Source #

Pretty-print response.

arAccessToken :: Lens' AppsRepair (Maybe Text) Source #

OAuth access token.

arUploadType :: Lens' AppsRepair (Maybe Text) Source #

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

arBearerToken :: Lens' AppsRepair (Maybe Text) Source #

OAuth bearer token.

arAppsId :: Lens' AppsRepair Text Source #

Part of `name`. Name of the application to repair. Example: `apps/myapp`