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

Contents

Description

Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application.

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

Synopsis

REST Resource

type AppsPatchResource = "v1" :> ("apps" :> (Capture "appsId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "updateMask" GFieldMask :> (QueryParam "access_token" Text :> (QueryParam "uploadType" 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 the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application.

See: appsPatch smart constructor.

Instances
Eq AppsPatch Source # 
Instance details

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

Data AppsPatch Source # 
Instance details

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

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

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

Generic AppsPatch Source # 
Instance details

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

Associated Types

type Rep AppsPatch :: Type -> Type #

GoogleRequest AppsPatch Source # 
Instance details

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

Associated Types

type Rs AppsPatch :: Type #

type Scopes AppsPatch :: [Symbol] #

type Rep AppsPatch Source # 
Instance details

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

type Scopes AppsPatch Source # 
Instance details

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

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

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

Request Lenses

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

V1 error format.

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

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

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

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

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.

apAppsId :: Lens' AppsPatch Text Source #

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