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

Contents

Description

Updates the specified firewall rule.

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

Synopsis

REST Resource

type AppsFirewallIngressRulesPatchResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("firewall" :> ("ingressRules" :> (Capture "ingressRulesId" 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] FirewallRule :> Patch '[JSON] FirewallRule))))))))))))) Source #

A resource alias for appengine.apps.firewall.ingressRules.patch method which the AppsFirewallIngressRulesPatch request conforms to.

Creating a Request

data AppsFirewallIngressRulesPatch Source #

Updates the specified firewall rule.

See: appsFirewallIngressRulesPatch smart constructor.

Instances
Eq AppsFirewallIngressRulesPatch Source # 
Instance details

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

Data AppsFirewallIngressRulesPatch Source # 
Instance details

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

Methods

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

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

toConstr :: AppsFirewallIngressRulesPatch -> Constr #

dataTypeOf :: AppsFirewallIngressRulesPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsFirewallIngressRulesPatch Source # 
Instance details

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

Generic AppsFirewallIngressRulesPatch Source # 
Instance details

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

Associated Types

type Rep AppsFirewallIngressRulesPatch :: Type -> Type #

GoogleRequest AppsFirewallIngressRulesPatch Source # 
Instance details

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

type Rep AppsFirewallIngressRulesPatch Source # 
Instance details

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

type Rep AppsFirewallIngressRulesPatch = D1 (MetaData "AppsFirewallIngressRulesPatch" "Network.Google.Resource.AppEngine.Apps.Firewall.IngressRules.Patch" "gogol-appengine-0.4.0-48gH8mpUkemKe8XR9UYlzr" False) (C1 (MetaCons "AppsFirewallIngressRulesPatch'" PrefixI True) (((S1 (MetaSel (Just "_afirpXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_afirpUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_afirpUpdateMask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GFieldMask)) :*: S1 (MetaSel (Just "_afirpAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_afirpUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_afirpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 FirewallRule)) :*: (S1 (MetaSel (Just "_afirpIngressRulesId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_afirpAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_afirpCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes AppsFirewallIngressRulesPatch Source # 
Instance details

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

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

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

Request Lenses

afirpUploadProtocol :: Lens' AppsFirewallIngressRulesPatch (Maybe Text) Source #

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

afirpUpdateMask :: Lens' AppsFirewallIngressRulesPatch (Maybe GFieldMask) Source #

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

afirpUploadType :: Lens' AppsFirewallIngressRulesPatch (Maybe Text) Source #

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

afirpIngressRulesId :: Lens' AppsFirewallIngressRulesPatch Text Source #

Part of `name`. See documentation of `appsId`.

afirpAppsId :: Lens' AppsFirewallIngressRulesPatch Text Source #

Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100.