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

Contents

Description

Lists information about the supported locations for this service.

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

Synopsis

REST Resource

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

A resource alias for appengine.apps.locations.list method which the AppsLocationsList request conforms to.

Creating a Request

appsLocationsList Source #

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

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

data AppsLocationsList Source #

Lists information about the supported locations for this service.

See: appsLocationsList smart constructor.

Instances

Eq AppsLocationsList Source # 
Data AppsLocationsList Source # 

Methods

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

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

toConstr :: AppsLocationsList -> Constr #

dataTypeOf :: AppsLocationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsLocationsList Source # 
Generic AppsLocationsList Source # 
GoogleRequest AppsLocationsList Source # 
type Rep AppsLocationsList Source # 
type Rep AppsLocationsList = D1 (MetaData "AppsLocationsList" "Network.Google.Resource.AppEngine.Apps.Locations.List" "gogol-appengine-0.1.1-3kc7zw6hYKs2Os8zMt9v3W" False) (C1 (MetaCons "AppsLocationsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_allXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_allUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_allPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) ((:*:) (S1 (MetaSel (Just Symbol "_allAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_allUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_allBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_allAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_allFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_allPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_allPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_allCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes AppsLocationsList Source # 
type Scopes AppsLocationsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs AppsLocationsList Source # 

Request Lenses

allUploadProtocol :: Lens' AppsLocationsList (Maybe Text) Source #

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

allPp :: Lens' AppsLocationsList Bool Source #

Pretty-print response.

allUploadType :: Lens' AppsLocationsList (Maybe Text) Source #

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

allAppsId :: Lens' AppsLocationsList Text Source #

Part of `name`. The resource that owns the locations collection, if applicable.

allFilter :: Lens' AppsLocationsList (Maybe Text) Source #

The standard list filter.

allPageToken :: Lens' AppsLocationsList (Maybe Text) Source #

The standard list page token.

allPageSize :: Lens' AppsLocationsList (Maybe Int32) Source #

The standard list page size.