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

Contents

Description

Gets the specified SSL certificate.

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

Synopsis

REST Resource

type AppsAuthorizedCertificatesGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (Capture "authorizedCertificatesId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AuthorizedCertificate))))))))))) Source #

A resource alias for appengine.apps.authorizedCertificates.get method which the AppsAuthorizedCertificatesGet request conforms to.

Creating a Request

data AppsAuthorizedCertificatesGet Source #

Gets the specified SSL certificate.

See: appsAuthorizedCertificatesGet smart constructor.

Instances
Eq AppsAuthorizedCertificatesGet Source # 
Instance details

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

Data AppsAuthorizedCertificatesGet Source # 
Instance details

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

Methods

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

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

toConstr :: AppsAuthorizedCertificatesGet -> Constr #

dataTypeOf :: AppsAuthorizedCertificatesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsAuthorizedCertificatesGet Source # 
Instance details

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

Generic AppsAuthorizedCertificatesGet Source # 
Instance details

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

Associated Types

type Rep AppsAuthorizedCertificatesGet :: Type -> Type #

GoogleRequest AppsAuthorizedCertificatesGet Source # 
Instance details

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

type Rep AppsAuthorizedCertificatesGet Source # 
Instance details

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

type Rep AppsAuthorizedCertificatesGet = D1 (MetaData "AppsAuthorizedCertificatesGet" "Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Get" "gogol-appengine-0.4.0-48gH8mpUkemKe8XR9UYlzr" False) (C1 (MetaCons "AppsAuthorizedCertificatesGet'" PrefixI True) (((S1 (MetaSel (Just "_aacgAuthorizedCertificatesId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_aacgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) :*: (S1 (MetaSel (Just "_aacgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aacgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_aacgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aacgAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_aacgView") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aacgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes AppsAuthorizedCertificatesGet Source # 
Instance details

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

type Scopes AppsAuthorizedCertificatesGet = "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 AppsAuthorizedCertificatesGet Source # 
Instance details

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

Request Lenses

aacgAuthorizedCertificatesId :: Lens' AppsAuthorizedCertificatesGet Text Source #

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

aacgUploadProtocol :: Lens' AppsAuthorizedCertificatesGet (Maybe Text) Source #

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

aacgUploadType :: Lens' AppsAuthorizedCertificatesGet (Maybe Text) Source #

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

aacgAppsId :: Lens' AppsAuthorizedCertificatesGet Text Source #

Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.

aacgView :: Lens' AppsAuthorizedCertificatesGet (Maybe Text) Source #

Controls the set of fields returned in the GET response.