gogol-appengine-0.4.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. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).

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

Synopsis

REST Resource

type AppsCreateResource = "v1" :> ("apps" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" 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. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).

See: appsCreate smart constructor.

Instances
Eq AppsCreate Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Create

Data AppsCreate Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Create

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 # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Create

Generic AppsCreate Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Create

Associated Types

type Rep AppsCreate :: Type -> Type #

GoogleRequest AppsCreate Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Create

Associated Types

type Rs AppsCreate :: Type #

type Scopes AppsCreate :: [Symbol] #

type Rep AppsCreate Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Create

type Rep AppsCreate = D1 (MetaData "AppsCreate" "Network.Google.Resource.AppEngine.Apps.Create" "gogol-appengine-0.4.0-48gH8mpUkemKe8XR9UYlzr" False) (C1 (MetaCons "AppsCreate'" PrefixI True) ((S1 (MetaSel (Just "_acXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_acUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_acAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_acUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_acPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Application) :*: S1 (MetaSel (Just "_acCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes AppsCreate Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Create

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

Defined in Network.Google.Resource.AppEngine.Apps.Create

Request Lenses

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

V1 error format.

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

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

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.