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

Contents

Description

Creates an App Engine application for a Google Cloud Platform project. This requires a project that excludes an App Engine application. For details about creating a project without an application, see the Google Cloud Resource Manager create project topic (https://cloud.google.com/resource-manager/docs/creating-project).

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

Synopsis

REST Resource

type AppsCreateResource = "v1" :> ("apps" :> (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] Application :> Post '[JSON] Operation)))))))))) Source #

A resource alias for appengine.apps.create method which the AppsCreate request conforms to.

Creating a Request

appsCreate Source #

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

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

data AppsCreate Source #

Creates an App Engine application for a Google Cloud Platform project. This requires a project that excludes an App Engine application. For details about creating a project without an application, see the Google Cloud Resource Manager create project topic (https://cloud.google.com/resource-manager/docs/creating-project).

See: appsCreate smart constructor.

Instances

Eq AppsCreate Source # 
Data AppsCreate Source # 

Methods

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

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

toConstr :: AppsCreate -> Constr #

dataTypeOf :: AppsCreate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsCreate Source # 
Generic AppsCreate Source # 

Associated Types

type Rep AppsCreate :: * -> * #

GoogleRequest AppsCreate Source # 

Associated Types

type Rs AppsCreate :: * #

type Scopes AppsCreate :: [Symbol] #

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

Request Lenses

acXgafv :: Lens' AppsCreate (Maybe Text) Source #

V1 error format.

acUploadProtocol :: Lens' AppsCreate (Maybe Text) Source #

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

acPp :: Lens' AppsCreate Bool Source #

Pretty-print response.

acAccessToken :: Lens' AppsCreate (Maybe Text) Source #

OAuth access token.

acUploadType :: Lens' AppsCreate (Maybe Text) Source #

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

acPayload :: Lens' AppsCreate Application Source #

Multipart request metadata.

acBearerToken :: Lens' AppsCreate (Maybe Text) Source #

OAuth bearer token.