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

Contents

Description

Lists the applications available for data transfer for a customer.

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

Synopsis

REST Resource

type ApplicationsListResource = "admin" :> ("datatransfer" :> ("v1" :> ("applications" :> (QueryParam "customerId" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ApplicationsListResponse))))))) Source #

A resource alias for datatransfer.applications.list method which the ApplicationsList request conforms to.

Creating a Request

applicationsList :: ApplicationsList Source #

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

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

data ApplicationsList Source #

Lists the applications available for data transfer for a customer.

See: applicationsList smart constructor.

Instances
Eq ApplicationsList Source # 
Instance details

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

Data ApplicationsList Source # 
Instance details

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

Methods

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

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

toConstr :: ApplicationsList -> Constr #

dataTypeOf :: ApplicationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ApplicationsList Source # 
Instance details

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

Generic ApplicationsList Source # 
Instance details

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

Associated Types

type Rep ApplicationsList :: Type -> Type #

GoogleRequest ApplicationsList Source # 
Instance details

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

Associated Types

type Rs ApplicationsList :: Type #

type Scopes ApplicationsList :: [Symbol] #

type Rep ApplicationsList Source # 
Instance details

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

type Rep ApplicationsList = D1 (MetaData "ApplicationsList" "Network.Google.Resource.DataTransfer.Applications.List" "gogol-admin-datatransfer-0.4.0-JsuV0tlMqFKAaPa3BNMlRD" False) (C1 (MetaCons "ApplicationsList'" PrefixI True) (S1 (MetaSel (Just "_alCustomerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_alPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_alMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))
type Scopes ApplicationsList Source # 
Instance details

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

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

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

Request Lenses

alCustomerId :: Lens' ApplicationsList (Maybe Text) Source #

Immutable ID of the Google Apps account.

alPageToken :: Lens' ApplicationsList (Maybe Text) Source #

Token to specify next page in the list.

alMaxResults :: Lens' ApplicationsList (Maybe Int32) Source #

Maximum number of results to return. Default is 100.