gogol-appengine-0.1.1: 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.Services.List

Contents

Description

Lists all the services in the application.

See: Google App Engine Admin API Reference for appengine.apps.services.list.

Synopsis

REST Resource

type AppsServicesListResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("services" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListServicesResponse))))))))))))) Source #

A resource alias for appengine.apps.services.list method which the AppsServicesList request conforms to.

Creating a Request

appsServicesList Source #

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

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

data AppsServicesList Source #

Lists all the services in the application.

See: appsServicesList smart constructor.

Instances

Eq AppsServicesList Source # 
Data AppsServicesList Source # 

Methods

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

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

toConstr :: AppsServicesList -> Constr #

dataTypeOf :: AppsServicesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsServicesList Source # 
Generic AppsServicesList Source # 
GoogleRequest AppsServicesList Source # 
type Rep AppsServicesList Source # 
type Scopes AppsServicesList Source # 
type Scopes AppsServicesList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs AppsServicesList Source # 

Request Lenses

aslUploadProtocol :: Lens' AppsServicesList (Maybe Text) Source #

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

aslPp :: Lens' AppsServicesList Bool Source #

Pretty-print response.

aslUploadType :: Lens' AppsServicesList (Maybe Text) Source #

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

aslAppsId :: Lens' AppsServicesList Text Source #

Part of `parent`. Name of the parent Application resource. Example: `apps/myapp`.

aslPageToken :: Lens' AppsServicesList (Maybe Text) Source #

Continuation token for fetching the next page of results.

aslPageSize :: Lens' AppsServicesList (Maybe Int32) Source #

Maximum results to return per page.