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

Contents

Description

Updates application parameters.

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

Synopsis

REST Resource

type AppsPatchResource = "v1" :> ("apps" :> (Capture "appsId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "updateMask" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Application :> Patch '[JSON] Operation)))))))))))) Source #

A resource alias for appengine.apps.patch method which the AppsPatch request conforms to.

Creating a Request

appsPatch Source #

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

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

data AppsPatch Source #

Updates application parameters.

See: appsPatch smart constructor.

Instances

Eq AppsPatch Source # 
Data AppsPatch Source # 

Methods

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

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

toConstr :: AppsPatch -> Constr #

dataTypeOf :: AppsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsPatch Source # 
Generic AppsPatch Source # 

Associated Types

type Rep AppsPatch :: * -> * #

GoogleRequest AppsPatch Source # 

Associated Types

type Rs AppsPatch :: * #

type Scopes AppsPatch :: [Symbol] #

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

Request Lenses

apXgafv :: Lens' AppsPatch (Maybe Text) Source #

V1 error format.

apUploadProtocol :: Lens' AppsPatch (Maybe Text) Source #

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

apUpdateMask :: Lens' AppsPatch (Maybe Text) Source #

Standard field mask for the set of fields to be updated.

apPp :: Lens' AppsPatch Bool Source #

Pretty-print response.

apAccessToken :: Lens' AppsPatch (Maybe Text) Source #

OAuth access token.

apUploadType :: Lens' AppsPatch (Maybe Text) Source #

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

apPayload :: Lens' AppsPatch Application Source #

Multipart request metadata.

apBearerToken :: Lens' AppsPatch (Maybe Text) Source #

OAuth bearer token.

apAppsId :: Lens' AppsPatch Text Source #

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