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.DomainMAppings.Get

Contents

Description

Gets the specified domain mapping.

See: App Engine Admin API Reference for appengine.apps.domainMappings.get.

Synopsis

REST Resource

type AppsDomainMAppingsGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("domainMappings" :> (Capture "domainMappingsId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] DomainMApping)))))))))) Source #

A resource alias for appengine.apps.domainMappings.get method which the AppsDomainMAppingsGet request conforms to.

Creating a Request

appsDomainMAppingsGet Source #

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

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

data AppsDomainMAppingsGet Source #

Gets the specified domain mapping.

See: appsDomainMAppingsGet smart constructor.

Instances
Eq AppsDomainMAppingsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Get

Data AppsDomainMAppingsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Get

Methods

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

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

toConstr :: AppsDomainMAppingsGet -> Constr #

dataTypeOf :: AppsDomainMAppingsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsDomainMAppingsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Get

Generic AppsDomainMAppingsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Get

Associated Types

type Rep AppsDomainMAppingsGet :: Type -> Type #

GoogleRequest AppsDomainMAppingsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Get

type Rep AppsDomainMAppingsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Get

type Rep AppsDomainMAppingsGet = D1 (MetaData "AppsDomainMAppingsGet" "Network.Google.Resource.AppEngine.Apps.DomainMAppings.Get" "gogol-appengine-0.4.0-48gH8mpUkemKe8XR9UYlzr" False) (C1 (MetaCons "AppsDomainMAppingsGet'" PrefixI True) ((S1 (MetaSel (Just "_admagXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_admagUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_admagAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_admagUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_admagAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_admagDomainMAppingsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_admagCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes AppsDomainMAppingsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Get

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

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Get

Request Lenses

admagUploadProtocol :: Lens' AppsDomainMAppingsGet (Maybe Text) Source #

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

admagUploadType :: Lens' AppsDomainMAppingsGet (Maybe Text) Source #

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

admagAppsId :: Lens' AppsDomainMAppingsGet Text Source #

Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com.

admagDomainMAppingsId :: Lens' AppsDomainMAppingsGet Text Source #

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