gogol-appengine-0.2.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.Operations.List

Contents

Description

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding below allows API services to override the binding to use different resource name schemes, such as users/*/operations.

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

Synopsis

REST Resource

type AppsOperationsListResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("operations" :> (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] ListOperationsResponse)))))))))))))) Source #

A resource alias for appengine.apps.operations.list method which the AppsOperationsList request conforms to.

Creating a Request

appsOperationsList Source #

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

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

data AppsOperationsList Source #

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding below allows API services to override the binding to use different resource name schemes, such as users/*/operations.

See: appsOperationsList smart constructor.

Instances

Eq AppsOperationsList Source # 
Data AppsOperationsList Source # 

Methods

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

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

toConstr :: AppsOperationsList -> Constr #

dataTypeOf :: AppsOperationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsOperationsList Source # 
Generic AppsOperationsList Source # 
GoogleRequest AppsOperationsList Source # 
type Rep AppsOperationsList Source # 
type Rep AppsOperationsList = D1 (MetaData "AppsOperationsList" "Network.Google.Resource.AppEngine.Apps.Operations.List" "gogol-appengine-0.2.0-DuWHFyCL7PwLRCkoJxg6t3" False) (C1 (MetaCons "AppsOperationsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aolXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aolUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_aolPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) ((:*:) (S1 (MetaSel (Just Symbol "_aolAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aolUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aolBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aolAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_aolFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_aolPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aolPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_aolCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes AppsOperationsList Source # 
type Scopes AppsOperationsList = (:) Symbol "https://www.googleapis.com/auth/appengine.admin" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ([] Symbol)))
type Rs AppsOperationsList Source # 

Request Lenses

aolUploadProtocol :: Lens' AppsOperationsList (Maybe Text) Source #

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

aolPp :: Lens' AppsOperationsList Bool Source #

Pretty-print response.

aolUploadType :: Lens' AppsOperationsList (Maybe Text) Source #

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

aolAppsId :: Lens' AppsOperationsList Text Source #

Part of `name`. The name of the operation collection.

aolFilter :: Lens' AppsOperationsList (Maybe Text) Source #

The standard list filter.

aolPageToken :: Lens' AppsOperationsList (Maybe Text) Source #

The standard list page token.

aolPageSize :: Lens' AppsOperationsList (Maybe Int32) Source #

The standard list page size.