gogol-admin-datatransfer-0.4.0: Google Admin Data Transfer 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.DataTransfer.Applications.Get

Contents

Description

Retrieves information about an application for the given application ID.

See: Admin Data Transfer API Reference for datatransfer.applications.get.

Synopsis

REST Resource

type ApplicationsGetResource = "admin" :> ("datatransfer" :> ("v1" :> ("applications" :> (Capture "applicationId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] Application))))) Source #

A resource alias for datatransfer.applications.get method which the ApplicationsGet request conforms to.

Creating a Request

applicationsGet Source #

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

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

data ApplicationsGet Source #

Retrieves information about an application for the given application ID.

See: applicationsGet smart constructor.

Instances
Eq ApplicationsGet Source # 
Instance details

Defined in Network.Google.Resource.DataTransfer.Applications.Get

Data ApplicationsGet Source # 
Instance details

Defined in Network.Google.Resource.DataTransfer.Applications.Get

Methods

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

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

toConstr :: ApplicationsGet -> Constr #

dataTypeOf :: ApplicationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ApplicationsGet Source # 
Instance details

Defined in Network.Google.Resource.DataTransfer.Applications.Get

Generic ApplicationsGet Source # 
Instance details

Defined in Network.Google.Resource.DataTransfer.Applications.Get

Associated Types

type Rep ApplicationsGet :: Type -> Type #

GoogleRequest ApplicationsGet Source # 
Instance details

Defined in Network.Google.Resource.DataTransfer.Applications.Get

Associated Types

type Rs ApplicationsGet :: Type #

type Scopes ApplicationsGet :: [Symbol] #

type Rep ApplicationsGet Source # 
Instance details

Defined in Network.Google.Resource.DataTransfer.Applications.Get

type Rep ApplicationsGet = D1 (MetaData "ApplicationsGet" "Network.Google.Resource.DataTransfer.Applications.Get" "gogol-admin-datatransfer-0.4.0-JsuV0tlMqFKAaPa3BNMlRD" True) (C1 (MetaCons "ApplicationsGet'" PrefixI True) (S1 (MetaSel (Just "_agApplicationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Textual Int64))))
type Scopes ApplicationsGet Source # 
Instance details

Defined in Network.Google.Resource.DataTransfer.Applications.Get

type Scopes ApplicationsGet = "https://www.googleapis.com/auth/admin.datatransfer" ': ("https://www.googleapis.com/auth/admin.datatransfer.readonly" ': ([] :: [Symbol]))
type Rs ApplicationsGet Source # 
Instance details

Defined in Network.Google.Resource.DataTransfer.Applications.Get

Request Lenses

agApplicationId :: Lens' ApplicationsGet Int64 Source #

ID of the application resource to be retrieved.